commit 0fbd721f10df717372951e1ea217faef10b4cfb0 from: Stefan Sperling date: Wed Jan 02 14:56:12 2019 UTC fix testroot path used by basic update test commit - c84d8c75bf73d24e2c83b62b833a20fa3079796a commit + 0fbd721f10df717372951e1ea217faef10b4cfb0 blob - 53c615d5702a9b54ea17bec0fd97314da19fbf36 blob + 416b75e596b98a2a99f5166940a851d6f9647589 --- regress/cmdline/update.sh +++ 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