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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user