commit 71db5e8c74f26e76f62027aad5ceefd7a97ec08e from: Stefan Sperling date: Thu Aug 08 22:49:50 2019 UTC fix empty variable in two import regress tests commit - e1e1d0ac9ce561a47e3e118441c2ffea9ea47859 commit + 71db5e8c74f26e76f62027aad5ceefd7a97ec08e blob - bf8a0681d0998fa6be6c82f3b8fb3dde90f1cbba blob + 358a2e93309670de43d22afd7635bfd41fac137b --- regress/cmdline/import.sh +++ regress/cmdline/import.sh @@ -17,6 +17,7 @@ . ./common.sh function test_import_basic { + local testname=import_basic local testroot=`mktemp -p /tmp -d got-test-$testname-XXXXXXXX` got init $testroot/repo @@ -166,6 +167,7 @@ function test_import_requires_new_branch { } function test_import_ignores { + local testname=import_ignores local testroot=`mktemp -p /tmp -d got-test-$testname-XXXXXXXX` got init $testroot/repo