1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 19:34:19 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1999-12-13 22:37:15 +00:00
parent 927b1d42fb
commit 99aa95f945

View File

@@ -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