aboutsummaryrefslogtreecommitdiff
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorBrandon Casey <drafnel@gmail.com>2008-05-17 23:03:03 -0500
committerJunio C Hamano <gitster@pobox.com>2008-05-18 21:39:58 -0700
commit9231e3a953c0780846dacdcf3928f6658fa4fad0 (patch)
tree7ad91e22f15e6f1c83f1f4b04fa5e89016fab668 /t/test-lib.sh
parent2a028a0cabefed8efcf41499e330adfc20f433f8 (diff)
downloadgit-9231e3a953c0780846dacdcf3928f6658fa4fad0.tar.gz
git-9231e3a953c0780846dacdcf3928f6658fa4fad0.tar.xz
t/Makefile: "trash" directory was renamed recently
Signed-off-by: Brandon Casey <drafnel@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/test-lib.sh')
-rw-r--r--t/test-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index d1018c99c..3bf570b06 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -368,7 +368,7 @@ test_done () {
case "$test_failure" in
0)
# We could:
- # cd .. && rm -fr trash
+ # cd .. && rm -fr 'trash directory'
# but that means we forbid any tests that use their own
# subdirectory from calling test_done without coming back
# to where they started from.