summaryrefslogtreecommitdiff
path: root/media-sound/shorten/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /media-sound/shorten/files
reinit the tree, so we can have metadata
Diffstat (limited to 'media-sound/shorten/files')
-rw-r--r--media-sound/shorten/files/shorten-tests.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/media-sound/shorten/files/shorten-tests.patch b/media-sound/shorten/files/shorten-tests.patch
new file mode 100644
index 000000000000..9d067fe3b63c
--- /dev/null
+++ b/media-sound/shorten/files/shorten-tests.patch
@@ -0,0 +1,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