]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib.sh
test: renamed test scripts to format T\d\d\d-name.sh
[notmuch] / test / test-lib.sh
index 2fcaba656cffc39c51132784ca7bac79593a3a5b..487075e5e7e4cf8c13226e3ca2426f3c27904bc9 100644 (file)
@@ -27,6 +27,7 @@ shopt -u xpg_echo
 
 this_test=${0##*/}
 this_test=${this_test%.sh}
+this_test=${this_test#T[0-9][0-9][0-9]-}
 
 # if --tee was passed, write the output not only to the terminal, but
 # additionally to the file test-results/$BASENAME.out, too.