t/t7003-filter-branch.sh: use the $( ... ) construct for command substitution
[gitweb.git] / t / t0001-init.sh
index 7de8d85ee85e2387463e8d98175c9d8f66ca8959..f91bbcfc853a47e0a314160b79fc4816178f1723 100755 (executable)
@@ -202,8 +202,8 @@ test_expect_success 'init honors global core.sharedRepository' '
        x$(git config -f shared-honor-global/.git/config core.sharedRepository)
 '
 
-test_expect_success 'init rejects insanely long --template' '
-       test_must_fail git init --template=$(printf "x%09999dx" 1) test
+test_expect_success 'init allows insanely long --template' '
+       git init --template=$(printf "x%09999dx" 1) test
 '
 
 test_expect_success 'init creates a new directory' '