freebsd-ports/devel/pmccabe/files/patch-testsuite
Eygene Ryabinkin f11416edfa New port: devel/pmccabe
C/C++ code complexity estimator and related tools.

QA page:	http://codelabs.ru/fbsd/ports/qa/devel/pmccabe/2.6
Feature safe:	yes
2012-11-10 09:53:50 +00:00

13 lines
240 B
Text

Prunes bash'ism.
--- testsuite.orig 2012-11-07 13:50:33.152011945 +0400
+++ testsuite 2012-11-07 13:50:50.403002720 +0400
@@ -26,7 +26,7 @@
TEST1()
{
- typeset f
+ local f
f=$1
shift
./pmccabe -vt $* > $f.out 2>&1