From: Jim Meyering Date: Tue, 3 Dec 2002 09:50:16 +0000 (+0000) Subject: Add dummy stmt in `then' branch. X-Git-Tag: v4.5.4~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90723c47a01b871e73b78589b1f0d8e7f703b3b3;p=thirdparty%2Fcoreutils.git Add dummy stmt in `then' branch. --- diff --git a/tests/du/slink b/tests/du/slink index 6d6f5b9fea..fd09613d95 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