From: Jim Meyering Date: Mon, 13 Dec 1999 22:37:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0l~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99aa95f9452bf0c8504d443e0512516009165659;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/shred/remove b/tests/shred/remove index 4664ca4a66..8f4be671c2 100755 --- a/tests/shred/remove +++ b/tests/shred/remove @@ -21,9 +21,10 @@ fi fail=0 # This would infloop with the version from fileutils-4.0k. -shred -u $tmp/file +# Expect it to fail. +shred -u $tmp/file > /dev/null 2>&1 && fail=1 -cd .. +chmod u+w $tmp rm -rf $tmp exit $fail