t3600: Use test prerequisite tags
commit56e78bfb299207213ff170238c34a1dc8fa67c09
authorJohannes Sixt <j6t@kdbg.org>
Thu, 26 Feb 2009 22:09:00 +0000 (26 23:09 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Sun, 22 Mar 2009 16:25:47 +0000 (22 17:25 +0100)
tree577740732fc39b69f58a33f0286aa4b56486e367
parenta7bb394037e1c32d47d0b04da025bdbe2eb78d66
t3600: Use test prerequisite tags

There are two prerequisites:

- The filesystem supports names with tabs or new-lines.

- Files cannot be removed if their containing directory is read-only.

Previously, whether these preconditions are satisified was tested inside
test_expect_success. We move these tests outside because, strictly
speaking, they are not part of the tests.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
t/t3600-rm.sh