diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2023-04-26 17:41:56 +0200 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2023-04-26 17:41:56 +0200 | 
| commit | 3be911f0cf34dd8048d9ddf084950f964d4cd3dd (patch) | |
| tree | e3e949f0a4d07c3ce00d875fa5b318facdbcaa78 | |
| parent | f84716c064312dd9dc0d149f0ec7a12f5c88c3af (diff) | |
test: Fix test name in error messages.
| -rwxr-xr-x | test | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -67,7 +67,7 @@ else          if [ -f "tests/$t" ]; then              TESTS+=( "$t" )          else -            echo "Error: '$1': no such test" >&2 +            echo "Error: '$t': no such test" >&2              exit 1          fi      done | 
