From 8c36db12721d0a90987611a681ca327d3facd1a1 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Mon, 27 Jul 2015 23:48:37 +0100 Subject: [PATCH] Test: Remove Perl from conversion script --- test/conversion | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/conversion b/test/conversion index 54d956ba7..2c6788f1b 100755 --- a/test/conversion +++ b/test/conversion @@ -3,10 +3,6 @@ printf "C++: %5d\n" $(ls *.t.cpp | wc -l) printf "Python: %5d\n" $(head -n1 *.t | grep -a '\bpython' | wc -l) printf "Bash: %5d\n" $(head -n1 *.t | grep -a '\bbash' | wc -l) -printf "Perl: %5d\n" $(head -n1 *.t | grep -a '\bperl\b' | wc -l) -if [ "$1" = "-v" ]; then - echo "Perl left: " $(grep -Rl '^#\! \?/usr/bin/env perl\b' *) -fi echo printf "Feature %5d\n" $(ls feature.*.t | wc -l) printf "Bug %5d\n" $(ls tw-*.t bug.*.t | wc -l)