From: Akim Demaille Date: Wed, 1 Aug 2012 07:30:23 +0000 (+0200) Subject: tests: synclines: fix perl invocation X-Git-Tag: v2.6.2~7 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/d6e2a5796465d961aa25bbd64ef474ba4cfb0fd5?ds=inline tests: synclines: fix perl invocation Reported by Summum Bonum. * tests/synclines.at: Fix Perl invocation: its -f is not like sed's. --- diff --git a/tests/synclines.at b/tests/synclines.at index 7e7122f9..1bda1c42 100644 --- a/tests/synclines.at +++ b/tests/synclines.at @@ -64,7 +64,7 @@ m4_define([AT_SYNCLINES_COMPILE], # distcc[35882] (dcc_connect_by_name) ERROR: failed to look up host "chrisimac": Unknown host # distcc[35882] Warning: failed to distribute input.c to chrisimac/4, running locally instead -AT_CHECK([[perl -p -0777 -f - stderr <<\EOF +AT_CHECK([[perl -p -0777 - stderr <<\EOF s/^distcc\[\d+\] .*\n//gm; s/^([^:]*:\d+)[.:][^:]*:(.*)$/$][1:$][2/gm; s/^([^:]*:\d+:)[^#]*( #error)/$][1$][2/gm;