add test for --serial-number

This commit is contained in:
Josh Coalson
2002-09-04 07:56:02 +00:00
parent d185e6b682
commit 07414eb2ce

View File

@@ -121,6 +121,9 @@ if [ $has_ogg = "yes" ] ; then
echo "Testing multiple files with --ogg and --sector-align, with verify..."
test_multifile sector_align ogg "--verify"
echo "Testing multiple files with --ogg and --serial-number, with verify..."
test_multifile ogg no_sector_align "--serial-number=321 --verify"
fi
#