t/Makefile: "trash" directory was renamed recently
[gitweb.git] / t / test-lib.sh
index d1018c99c6b58ab9cbfc4fec053fa797fdc8432a..3bf570b068dd56c802e7bdcef0384aa8e1209985 100644 (file)
@@ -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.