|
|
@ -38,17 +38,17 @@ cat >expected <<EOF |
|
|
|
add 'sub/foo' |
|
|
|
add 'sub/foo' |
|
|
|
EOF |
|
|
|
EOF |
|
|
|
|
|
|
|
|
|
|
|
test_expect_success 'a file with the same (long) magic name exists' ' |
|
|
|
|
|
|
|
: >":(icase)ha" && |
|
|
|
|
|
|
|
test_must_fail git add -n ":(icase)ha" && |
|
|
|
|
|
|
|
git add -n "./:(icase)ha" |
|
|
|
|
|
|
|
' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if mkdir ":" 2>/dev/null |
|
|
|
if mkdir ":" 2>/dev/null |
|
|
|
then |
|
|
|
then |
|
|
|
test_set_prereq COLON_DIR |
|
|
|
test_set_prereq COLON_DIR |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test_expect_success COLON_DIR 'a file with the same (long) magic name exists' ' |
|
|
|
|
|
|
|
: >":(icase)ha" && |
|
|
|
|
|
|
|
test_must_fail git add -n ":(icase)ha" && |
|
|
|
|
|
|
|
git add -n "./:(icase)ha" |
|
|
|
|
|
|
|
' |
|
|
|
|
|
|
|
|
|
|
|
test_expect_success COLON_DIR 'a file with the same (short) magic name exists' ' |
|
|
|
test_expect_success COLON_DIR 'a file with the same (short) magic name exists' ' |
|
|
|
: >":/bar" && |
|
|
|
: >":/bar" && |
|
|
|
test_must_fail git add -n :/bar && |
|
|
|
test_must_fail git add -n :/bar && |
|
|
|