Merge branch 'as/check-ignore'
[gitweb.git] / t / t0008-ignores.sh
index 9b0fcd610d2fe0bd6e2dae1303dd3c49492ac283..d7df7198c4379216616a8a0de06bc4f5ec724a42 100755 (executable)
@@ -129,8 +129,13 @@ test_expect_success 'setup' '
                one
                ignored-*
        EOF
-       touch {,a/}{not-ignored,ignored-{and-untracked,but-in-index}} &&
-       git add -f {,a/}ignored-but-in-index
+       for dir in . a
+       do
+               : >$dir/not-ignored &&
+               : >$dir/ignored-and-untracked &&
+               : >$dir/ignored-but-in-index
+       done &&
+       git add -f ignored-but-in-index a/ignored-but-in-index &&
        cat <<-\EOF >a/.gitignore &&
                two*
                *three