Module Name: othersrc
Committed By: agc
Date: Thu May 12 05:46:44 UTC 2011
Modified Files:
othersrc/external/bsd/circa: tst
Log Message:
add a test with a sector size of 1024000 bytes
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/circa/tst
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/external/bsd/circa/tst
diff -u othersrc/external/bsd/circa/tst:1.2 othersrc/external/bsd/circa/tst:1.3
--- othersrc/external/bsd/circa/tst:1.2 Thu May 12 05:42:18 2011
+++ othersrc/external/bsd/circa/tst Thu May 12 05:46:43 2011
@@ -53,10 +53,14 @@
${r} -d -o big3 big2
diff /usr/share/dict/words big3
rm -f big2 big3
-echo "6. big file, large sector size"
+echo "6. big file, large sector size (25600)"
${r} -o big2 -s 25600 /usr/share/dict/words
${r} -d -o big3 big2
rm -f big2 big3
+echo "7. big file, big sector size (1024000)"
+${r} -o big2 -s 1024000 /usr/share/dict/words
+${r} -d -o big3 big2
+rm -f big2 big3
echo "All tests completed"
exit 0