From: Nick Bowler Date: Sat, 1 Jul 2023 19:28:15 +0000 (-0400) Subject: Work around Solaris 8 nawk issue in the test suite. X-Git-Tag: v1.3~145 X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/commitdiff_plain/ce4b1fa54fb01a782ad87f66b86d6f43ed9e71cd?hp=5f0979c1f526d68a18b536eab1a69de8f60b54a7 Work around Solaris 8 nawk issue in the test suite. Apparently "nawk" on Solaris 8 does not understand -f- to mean "read program from standard input", we must spell it as two arguments: -f - --- diff --git a/tests/general.at b/tests/general.at index 5141902..776c619 100644 --- a/tests/general.at +++ b/tests/general.at @@ -120,7 +120,7 @@ AT_CLEANUP AT_SETUP([cdecl99 invalid character error messages]) -$AWK -f- >test.dat test.dat <<'EOF' BEGIN { print "explain \1"; print "explain \377";