summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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