]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Add dummy stmt in `then' branch.
authorJim Meyering <jim@meyering.net>
Tue, 3 Dec 2002 09:50:16 +0000 (09:50 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 3 Dec 2002 09:50:16 +0000 (09:50 +0000)
tests/du/slink

index 6d6f5b9fea116e23cfd009f4d84427f61de23c68..fd09613d954c63e738334fe66d8649635e26af02 100755 (executable)
@@ -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