Commit 678d8c1fe20f1eab5a3568135b24f00c9d22c33c

Stefan Sperling 2021-09-10T20:55:39

fix name of temporary directory used by test_fetch_delete_remote_refs

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/regress/cmdline/fetch.sh b/regress/cmdline/fetch.sh
index 4ab2988..e058738 100755
--- a/regress/cmdline/fetch.sh
+++ b/regress/cmdline/fetch.sh
@@ -1091,7 +1091,7 @@ EOF
 }
 
 test_fetch_delete_remote_refs() {
-	local testroot=`test_init fetch_basic`
+	local testroot=`test_init fetch_delete_remote_refs`
 	local testurl=ssh://127.0.0.1/$testroot
 	local commit_id=`git_show_head $testroot/repo`