]> git.phdru.name Git - mimedecode.git/blobdiff - test/test_all
Add a test for option -i
[mimedecode.git] / test / test_all
index 300578eeb1d34c89df7772fb0893e3a7d6e0fcae..3de6ec74fb0daf91ff740250d7d3a1c261693640 100755 (executable)
@@ -40,6 +40,7 @@ for f in input/*.txt; do
 done
 
 test_file msg_15.txt msg_15-1.txt -b text/html
+test_file msg_15.txt msg_15-2.txt -i text/html
 
 if [ "$RC" -eq 0 ]; then
    echo "All tests passed!"