summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-11-10 12:15:46 -0800
committerCarl Worth <cworth@cworth.org>2010-11-10 13:09:31 -0800
commit08c735c58e9cc1074d31f21b8e6042adeb8d8844 (patch)
tree03d57c9f502e0913c97be93fea7b21a9a61a89aa
parent44ea57a0d10ddab514abea319c4d25ec4e36b51e (diff)
test: Don't strip portions of test name after '-' for temporary files.
We have test names like maildir-sync now, so it's cleaner if the temporary files created are named things like maildir-sync-10.out rather than maildir-10.out. Presumably the extra stripping here came from naming conventions in git's test suite.
-rw-r--r--test/test-lib.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test-lib.sh b/test/test-lib.sh
index 8ecc9a0..feb24f8 100644
--- a/test/test-lib.sh
+++ b/test/test-lib.sh
@@ -909,7 +909,6 @@ EOF
cd -P "$test" || error "Cannot setup test environment"
this_test=${0##*/}
-this_test=${this_test%%-*}
for skp in $NOTMUCH_SKIP_TESTS
do
to_skip=