mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-21 12:24:36 +02:00
* 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.