summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7a26e65)
raw | patch | inline | side by side (parent: 7a26e65)
author | Johannes Sixt <j6t@kdbg.org> | |
Mon, 25 May 2009 12:07:55 +0000 (14:07 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 25 May 2009 18:23:30 +0000 (11:23 -0700) |
There are two tests that are skipped if file modes are not obeyed by the
file system. In this case, the subsequent test failed because the
repository was in an unexpected state. This corrects it.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
file system. In this case, the subsequent test failed because the
repository was in an unexpected state. This corrects it.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3701-add-interactive.sh | patch | blob | history |
index 5cdb83d28c2bc54babf463da1aa591a66b300c9a..fd2a55a5c23247c010a02513af73a93641cfb067 100755 (executable)
# end of tests disabled when filemode is not usable
+test_expect_success 'setup again' '
+ git reset --hard &&
+ test_chmod +x file &&
+ echo content >>file
+'
+
# Write the patch file with a new line at the top and bottom
cat >patch <<EOF
index 180b47c..b6f2c08 100644