summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-12-03 09:50:16 +0000
committerJim Meyering <jim@meyering.net>2002-12-03 09:50:16 +0000
commit90723c47a01b871e73b78589b1f0d8e7f703b3b3 (patch)
treed0d133d9aece3d5f9cd04b24da32b4cc3d9af582 /tests
parent047c948de4d2430cda2234658b459795522df9fa (diff)
downloadcoreutils-90723c47a01b871e73b78589b1f0d8e7f703b3b3.tar.xz
Add dummy stmt in `then' branch.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/du/slink2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/slink b/tests/du/slink
index 6d6f5b9fe..fd09613d9 100755
--- a/tests/du/slink
+++ b/tests/du/slink
@@ -20,7 +20,7 @@ cd $tmp || framework_failure=1
df --local . > tmp
# So if this is a non-local file system, skip the test.
if grep '^/' tmp > /dev/null; then
- # Ok.
+ : # Ok.
else
echo "$0: skipping this test, since \`.' is on a non-local file system" 1>&2
(exit 77); exit