tests: avoid spurious failure (line too long in awk)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 26 Feb 2012 12:31:00 +0000 (13:31 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 26 Feb 2012 12:31:49 +0000 (13:31 +0100)
commitbb061d336f318da0adb85ae3002a6e0f4246332f
treefca5f521fb56d84f336a662fb2b0e1d72a8b9c7c
parent68f47e9a04057af10c01af602a0c06353c37ecf3
tests: avoid spurious failure (line too long in awk)

* tests/parallel-tests-many.test: Use perl, not awk, to write the
Makefile.am with (deliberately) overly long TESTS content, as some
inferior awk implementations (e.g., Solaris 10 /usr/bin/awk) are
unable to handle the long lines used there and die with errors like:
"awk: string too long near line 5".
tests/parallel-tests-many.test