Change summary
testscript/script_test.go | 2 +-
testscript/testdata/mirror.txtar | 0
testscript/testdata/repo-collab.txtar | 0
testscript/testdata/repo-create.txtar | 0
testscript/testdata/repo-import.txt | 0
testscript/testdata/set-username.txtar | 0
testscript/testdata/settings.txtar | 0
testscript/testdata/user_management.txtar | 0
8 files changed, 1 insertion(+), 1 deletion(-)
Detailed changes
@@ -62,7 +62,7 @@ func TestScript(t *testing.T) {
}
testscript.Run(t, testscript.Params{
- Dir: "testdata/script",
+ Dir: "./testdata/",
UpdateScripts: *update,
Cmds: map[string]func(ts *testscript.TestScript, neg bool, args []string){
"soft": func(ts *testscript.TestScript, neg bool, args []string) {