blob: 9d067fe3b63c9f571a5ca064719667d5eea1780d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|