1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-21 12:24:36 +02:00
Files
coreutils/tests/misc
Jim Meyering d7cfcbef7e shred: don't infloop upon negative size
* src/shred.c (main): With the preceding change, shred -s-2 FILE
would write 64KB blocks forever -- or until disk full. This change
makes shred reject a negative size.
* tests/misc/shred-negative.sh: New file.
* tests/local.mk (all_tests): Add it.
2014-05-10 12:36:16 -07:00
..