mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-14 03:25:15 +01:00
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.
This commit is contained in:
parent
44ea57a0d1
commit
08c735c58e
1 changed files with 0 additions and 1 deletions
|
@ -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=
|
||||
|
|
Loading…
Add table
Reference in a new issue