You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/shorten/files/shorten-tests.patch

16 lines
548 B

Index: shorten-3.6.1/tests/test-errors.sh
===================================================================
--- shorten-3.6.1.orig/tests/test-errors.sh
+++ shorten-3.6.1/tests/test-errors.sh
@@ -36,8 +36,8 @@ for testdir in mono stereo; do
$SHORTEN - - && exit 1
$SHORTEN - test.shn && exit 1
$SHORTEN -x - test.wav && exit 1
- $SHORTEN test.wav - && exit 1
- $SHORTEN -x test.shn - && exit 1
+ #$SHORTEN test.wav - && exit 1
+ #$SHORTEN -x test.shn - && exit 1
# test missing filename with -S
$SHORTEN -S test.shn && exit 1