Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
mailinfo: apply the same fix not to lose NULs in BASE64 and QP codepaths
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index d1018c99c6b58ab9cbfc4fec053fa797fdc8432a..3bf570b068dd56c802e7bdcef0384aa8e1209985 100644
(file)
--- 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.