X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=test%2Ftest_all;h=02329d56776fd37631558e53aab9dab50ad1a5b5;hb=1780bc79e81540266fcef0a2e64615a266abd339;hp=1074273b44cc78328a437ac1fb10cfc306872b1f;hpb=6dcbe5a0d373066bdd015e9c5e45f695c87e6f21;p=mimedecode.git diff --git a/test/test_all b/test/test_all index 1074273..02329d5 100755 --- a/test/test_all +++ b/test/test_all @@ -30,7 +30,7 @@ test1() { fi shift - $PYTHON ../mimedecode.py -H test -f utf-8 "$@" input/"$infile" >tmp/"$expfile" || return 1 + mimedecode -H test -f utf-8 "$@" input/"$infile" >tmp/"$expfile" || return 1 if cmp -s expected/"$expfile" tmp/"$expfile"; then rm tmp/"$expfile" && return 0 || return 1 else