aboutsummaryrefslogtreecommitdiff
path: root/tests/ifconfig.test
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2016-01-31 16:28:43 -0600
committerRob Landley <rob@landley.net>2016-01-31 16:28:43 -0600
commit3f3049c2f1b225f244fe3c1205935c48c542a055 (patch)
tree5dea35c50d581d02d3f7855af868e5ad69ef3c9a /tests/ifconfig.test
parent324a4a018a4e949d2262ca622722948712ec4a4d (diff)
downloadtoybox-3f3049c2f1b225f244fe3c1205935c48c542a055.tar.gz
More testsuite tweaks.
Diffstat (limited to 'tests/ifconfig.test')
-rwxr-xr-xtests/ifconfig.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ifconfig.test b/tests/ifconfig.test
index 0c0af463..c30c74c9 100755
--- a/tests/ifconfig.test
+++ b/tests/ifconfig.test
@@ -23,7 +23,7 @@
if [ "$(id -u)" -ne 0 ]
then
- echo "SKIPPED: ifconfig (not root)"
+ echo "$SHOWSKIP: ifconfig (not root)"
continue 2>/dev/null
exit
fi