summaryrefslogtreecommitdiffstats
path: root/tests/run.sh
diff options
context:
space:
mode:
authorVille Skyttä2014-11-15 21:41:43 +0100
committerKarel Zak2014-11-18 13:59:19 +0100
commit9779f598316b3d14ac53b999570b3382faeead7a (patch)
treee92b6ad107dbc055ea4afed779a6bd34e26197c8 /tests/run.sh
parentbash-completion: Invoke actual commands to be completed, not basenames (diff)
downloadkernel-qcow2-util-linux-9779f598316b3d14ac53b999570b3382faeead7a.tar.gz
kernel-qcow2-util-linux-9779f598316b3d14ac53b999570b3382faeead7a.tar.xz
kernel-qcow2-util-linux-9779f598316b3d14ac53b999570b3382faeead7a.zip
docs: Spelling fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
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
;;