From 07414eb2ceebb3d754d190a70028f08d478372c2 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 4 Sep 2002 07:56:02 +0000 Subject: [PATCH] add test for --serial-number --- test/test_streams.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test_streams.sh b/test/test_streams.sh index aed3d68..a2056ad 100755 --- a/test/test_streams.sh +++ b/test/test_streams.sh @@ -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 # -- 2.7.4