]> git.ipfire.org Git - thirdparty/git.git/commit
t3600-rm.sh: Don't pass a non-existent prereq to test #15
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Tue, 14 Dec 2010 18:19:09 +0000 (18:19 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Dec 2010 19:07:11 +0000 (11:07 -0800)
commitfbbfc8a9bb91ddd325995cc346eab91c06c9cd64
tree675c7def3b79087d1218ec6fd6649cbd9127cdf4
parentc6d059bbccb8460959b9aedfeefbb4d6aac6e842
t3600-rm.sh: Don't pass a non-existent prereq to test #15

Commit c91cfd19 (tests: A SANITY test prereq for testing if we're
root, 2010-08-06) introduced a SANITY prerequisite which had very
similar semantics to RO_DIR. That commit removed the code to set
RO_DIR, but forgot to replace RO_DIR with SANITY in test #15.

In order not to skip test 15 unnecessarily, since RO_DIR will never
be set, we pass the SANITY prerequisite instead.

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3600-rm.sh