]> git.notmuchmail.org Git - notmuch/commit
test: Don't strip portions of test name after '-' for temporary files.
authorCarl Worth <cworth@cworth.org>
Wed, 10 Nov 2010 20:15:46 +0000 (12:15 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 10 Nov 2010 21:09:31 +0000 (13:09 -0800)
commit08c735c58e9cc1074d31f21b8e6042adeb8d8844
tree03d57c9f502e0913c97be93fea7b21a9a61a89aa
parent44ea57a0d10ddab514abea319c4d25ec4e36b51e
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.
test/test-lib.sh