Commit Diff


commit - 743f0d3e8ead71af69563ac2855766f4f1c4d7de
commit + e5a14fe3f9e59a98ad7f7fd0987bd913d404f7e6
blob - cde580f8704a206fe481381cd52f87d471ee007f
blob + d9826710cfeadefeac8b7e325869f980798d41af
--- regress/cmdline/common.sh
+++ regress/cmdline/common.sh
@@ -169,7 +169,7 @@ test_init()
 		echo "No test name provided" >&2
 		return 1
 	fi
-	local testroot=$(mktemp -d "$GOT_TEST_ROOT/got-test-$testname-XXXXXXXX")
+	local testroot=`mktemp -d "$GOT_TEST_ROOT/got-test-$testname-XXXXXXXX"`
 	mkdir $testroot/repo
 	git_init $testroot/repo
 	if [ -z "$no_tree" ]; then