author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Fri, 8 Aug 2008 05:59:13 +0000 (07:59 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 9 Aug 2008 01:52:20 +0000 (18:52 -0700) | ||
commit | ff30fff38c09dac7c1349fb774c55daa8fd92972 | |
tree | 4172ea1ef7392ea14007a22736d7b2440cf69ca6 | tree | snapshot |
parent | 1fdf6ee6f81b31b299a8039832f45290faa4583a | commit | diff |
t9700: remove useless check
t9700 used to check if the basename of the current directory is
'trash directory', the expensive way.
However, there is absolutely no good reason why this test should not
run in, say 'life is good' or 'i love tests'. So remove the check
altogether.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t9700 used to check if the basename of the current directory is
'trash directory', the expensive way.
However, there is absolutely no good reason why this test should not
run in, say 'life is good' or 'i love tests'. So remove the check
altogether.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9700/test.pl | diff | blob | history |