grep/icase: avoid kwsset on literal non-ascii strings
[gitweb.git] / t / t0001-init.sh
index f7c00f6b12c166ac563775af75005a91c49b2f02..295aa5949a13baeb8cafff0a6782f6e49e68a075 100755 (executable)
@@ -219,8 +219,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' '