From 90723c47a01b871e73b78589b1f0d8e7f703b3b3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 3 Dec 2002 09:50:16 +0000 Subject: [PATCH] Add dummy stmt in `then' branch. --- tests/du/slink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/du/slink b/tests/du/slink index 6d6f5b9..fd09613 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 -- 2.7.4