]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 27 Apr 2000 12:13:11 +0000 (12:13 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 27 Apr 2000 12:13:11 +0000 (12:13 +0000)
tests/du/two-args

index dbb60a9398165c51b80d54f5693d94e81f984d69..4d9298d65120c3b05f917e813fde6e1ee2aa0ee7 100755 (executable)
@@ -13,6 +13,6 @@ trap 'exit $?' 1 2 13 15
 mkdir -p $tmp/1 $tmp/2
 
 test -d $tmp || fail=1
-du $tmp/1 $tmp/2
+du $tmp/1 $tmp/2 > /dev/null || fail=1
 
 exit $fail