Commit 0fbd721f10df717372951e1ea217faef10b4cfb0

Stefan Sperling 2019-01-02T15:56:12

fix testroot path used by basic update test

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/regress/cmdline/update.sh b/regress/cmdline/update.sh
index 53c615d..416b75e 100755
--- a/regress/cmdline/update.sh
+++ b/regress/cmdline/update.sh
@@ -17,7 +17,7 @@
 . ./common.sh
 
 function test_update_basic {
-	local testroot=`test_init checkout_basic`
+	local testroot=`test_init update_basic`
 
 	got checkout $testroot/repo $testroot/wt > $testroot/stdout
 	if [ "$?" != "0" ]; then