aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2023-04-26 17:41:56 +0200
committerGuilhem Moulin <guilhem@fripost.org>2023-04-26 17:41:56 +0200
commit3be911f0cf34dd8048d9ddf084950f964d4cd3dd (patch)
treee3e949f0a4d07c3ce00d875fa5b318facdbcaa78 /test
parentf84716c064312dd9dc0d149f0ec7a12f5c88c3af (diff)
test: Fix test name in error messages.HEADmaster
Diffstat (limited to 'test')
-rwxr-xr-xtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test b/test
index 5200974..1606151 100755
--- a/test
+++ b/test
@@ -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