From 6dc910b01647c70cbd4ce4aa8f8dcd704eb7774f Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Wed, 24 May 2023 18:38:07 +0000 Subject: [PATCH] chore: organizing repo Signed-off-by: Carlos Alexandro Becker --- testscript/script_test.go | 2 +- testscript/testdata/{script => }/mirror.txtar | 0 testscript/testdata/{script => }/repo-collab.txtar | 0 testscript/testdata/{script => }/repo-create.txtar | 0 testscript/testdata/{script => }/repo-import.txt | 0 testscript/testdata/{script => }/set-username.txtar | 0 testscript/testdata/{script => }/settings.txtar | 0 testscript/testdata/{script => }/user_management.txtar | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename testscript/testdata/{script => }/mirror.txtar (100%) rename testscript/testdata/{script => }/repo-collab.txtar (100%) rename testscript/testdata/{script => }/repo-create.txtar (100%) rename testscript/testdata/{script => }/repo-import.txt (100%) rename testscript/testdata/{script => }/set-username.txtar (100%) rename testscript/testdata/{script => }/settings.txtar (100%) rename testscript/testdata/{script => }/user_management.txtar (100%) diff --git a/testscript/script_test.go b/testscript/script_test.go index 5d91b4faa927ed1b28576a0e375dd1f02db75547..e1737c889f08627bf14192bc02c88ce60474d901 100644 --- a/testscript/script_test.go +++ b/testscript/script_test.go @@ -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) { diff --git a/testscript/testdata/script/mirror.txtar b/testscript/testdata/mirror.txtar similarity index 100% rename from testscript/testdata/script/mirror.txtar rename to testscript/testdata/mirror.txtar diff --git a/testscript/testdata/script/repo-collab.txtar b/testscript/testdata/repo-collab.txtar similarity index 100% rename from testscript/testdata/script/repo-collab.txtar rename to testscript/testdata/repo-collab.txtar diff --git a/testscript/testdata/script/repo-create.txtar b/testscript/testdata/repo-create.txtar similarity index 100% rename from testscript/testdata/script/repo-create.txtar rename to testscript/testdata/repo-create.txtar diff --git a/testscript/testdata/script/repo-import.txt b/testscript/testdata/repo-import.txt similarity index 100% rename from testscript/testdata/script/repo-import.txt rename to testscript/testdata/repo-import.txt diff --git a/testscript/testdata/script/set-username.txtar b/testscript/testdata/set-username.txtar similarity index 100% rename from testscript/testdata/script/set-username.txtar rename to testscript/testdata/set-username.txtar diff --git a/testscript/testdata/script/settings.txtar b/testscript/testdata/settings.txtar similarity index 100% rename from testscript/testdata/script/settings.txtar rename to testscript/testdata/settings.txtar diff --git a/testscript/testdata/script/user_management.txtar b/testscript/testdata/user_management.txtar similarity index 100% rename from testscript/testdata/script/user_management.txtar rename to testscript/testdata/user_management.txtar