[SCM] bs1770gain/master: Fix leftover replacements from command to variable in test script.

pere at users.alioth.debian.org pere at users.alioth.debian.org
Thu Jun 25 12:39:58 UTC 2015


The following commit has been merged in the master branch:
commit 3059779af787833765451c1400592b97970ec7bb
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Thu Jun 25 14:39:14 2015 +0200

    Fix leftover replacements from command to variable in test script.
    
    Git-Dch: Ignore

diff --git a/debian/tests/test-cmd-tool b/debian/tests/test-cmd-tool
index 39588ae..d049872 100755
--- a/debian/tests/test-cmd-tool
+++ b/debian/tests/test-cmd-tool
@@ -26,14 +26,14 @@ $BS1770GAIN -h
 test_on_file() {
     file="$1"
 
-    bs1770gain $file
+    $BS1770GAIN $file
     mkdir $WORKDIR/tmp
 
     $BS1770GAIN $file -o $WORKDIR/tmp/test1
-    for f in $WORKDIR/tmp/test1/*; do bs1770gain $f; done
+    for f in $WORKDIR/tmp/test1/*; do $BS1770GAIN $f; done
 
     $BS1770GAIN $file -a -o $WORKDIR/tmp/test2 
-    for f in $WORKDIR/tmp/test2/*; do bs1770gain $f; done
+    for f in $WORKDIR/tmp/test2/*; do $BS1770GAIN $f; done
 
     rm -rf $WORKDIR/tmp
 }

-- 
bs1770gain packaging



More information about the pkg-multimedia-commits mailing list