summaryrefslogtreecommitdiffstats
path: root/tests/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-xtests/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.sh b/tests/run.sh
index 1f2971aed..f61b6e4f7 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -49,7 +49,7 @@ while [ -n "$1" ]; do
;;
--nonroot)
if [ $(id -ru) -eq 0 ]; then
- echo "Ignore utils-linux test suite [non-root UID expected]."
+ echo "Ignore util-linux test suite [non-root UID expected]."
exit 0
fi
;;