diff options
author | Jim Meyering <jim@meyering.net> | 2002-12-03 09:50:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-12-03 09:50:16 +0000 |
commit | 90723c47a01b871e73b78589b1f0d8e7f703b3b3 (patch) | |
tree | d0d133d9aece3d5f9cd04b24da32b4cc3d9af582 /tests/du/slink | |
parent | 047c948de4d2430cda2234658b459795522df9fa (diff) | |
download | coreutils-90723c47a01b871e73b78589b1f0d8e7f703b3b3.tar.xz |
Add dummy stmt in `then' branch.
Diffstat (limited to 'tests/du/slink')
-rwxr-xr-x | tests/du/slink | 2 |
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 |