X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=blobdiff_plain;f=test%2Ftest_all;h=b05f3834eb03f335c3b62e828a3576430f5526f7;hp=69eb614c0bc4bebb2085f71570c99d4b5f50b80f;hb=5c827bf076452564b9e052a22888675fa7678736;hpb=029da987bd87aecd949187d1c17cf0d88b23595b diff --git a/test/test_all b/test/test_all index 69eb614..b05f383 100755 --- a/test/test_all +++ b/test/test_all @@ -15,7 +15,7 @@ test1() { expfile="$1" shift - ../mimedecode.py -H test -f utf-8 "$@" input/"$infile" >tmp/"$expfile" || return 1 + $PYTHON ../mimedecode.py -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