sha1_file: allow sha1_file_name to handle arbitrary repositories
[gitweb.git] / t / t2203-add-intent.sh
index 55b7377e38d6d5ea81f9af18a6fa3ac587f7c0db..78236dc7d851663c4488e7acae5e6997edd35f1c 100755 (executable)
@@ -141,10 +141,10 @@ test_expect_success 'cache-tree does skip dir that becomes empty' '
        )
 '
 
-test_expect_success 'commit: ita entries ignored in empty intial commit check' '
-       git init empty-intial-commit &&
+test_expect_success 'commit: ita entries ignored in empty initial commit check' '
+       git init empty-initial-commit &&
        (
-               cd empty-intial-commit &&
+               cd empty-initial-commit &&
                : >one &&
                git add -N one &&
                test_must_fail git commit -m nothing-new-here