staging: fixes

This commit is contained in:
2025-05-04 20:45:33 +02:00
parent 62a597718b
commit 0d0fcef7ac
4 changed files with 64 additions and 15 deletions

View File

@@ -61,7 +61,7 @@ func TestGitClone(t *testing.T) {
d := t.TempDir()
os.Chdir(d)
defer os.Chdir(execPath)
cmd := exec.Command("/usr/bin/bash", path.Join(execPath, "test_clone_setup.sh"))
cmd := exec.Command(path.Join(execPath, "test_clone_setup.sh"))
if _, err := cmd.Output(); err != nil {
t.Fatal(err)
}