Rename the test trash directory to contain spaces.
[gitweb.git] / t / test-lib.sh
index 04e098b96e94321ea6e78d0b859aa4652c7509d0..5002fb04b58ea91572b58dcaf7fe92342f4eeab1 100644 (file)
@@ -411,14 +411,14 @@ fi
 . ../GIT-BUILD-OPTIONS
 
 # Test repository
-test=trash
+test="trash directory"
 rm -fr "$test" || {
        trap - exit
        echo >&5 "FATAL: Cannot prepare test area"
        exit 1
 }
 
-test_create_repo $test
+test_create_repo "$test"
 cd "$test"
 
 this_test=$(expr "./$0" : '.*/\(t[0-9]*\)-[^/]*$')