diff options
-rwxr-xr-x | test | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ if [ $# -eq 0 ]; then done else for t in "$@"; do + t="${t#tests/}" if [ -f "tests/$t" ]; then TESTS+=( "$t" ) else |