dos33fsprogs/utils/dos33fs-utils/tests/test_large_files.sh
Vince Weaver b1238af49d re-arranged the entire directory structure
this will probably upset people
2021-01-05 15:29:31 -05:00

19 lines
322 B
Bash
Executable File

#!/bin/sh
echo "Testing large files..."
cp empty.dsk test.dsk
dd if=/dev/urandom of=blah.out bs=1k count=116
../dos33 ./test.dsk catalog
../dos33 ./test.dsk save r blah.out big.1
../dos33 ./test.dsk save r blah.out big.2
../dos33 ./test.dsk load big.1 blah2.out
diff blah.out blah2.out
../dos33 ./test.dsk catalog