add test for --serial-number
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 4 Sep 2002 07:56:02 +0000 (07:56 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 4 Sep 2002 07:56:02 +0000 (07:56 +0000)
test/test_streams.sh

index aed3d68..a2056ad 100755 (executable)
@@ -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
 
 #