aboutsummaryrefslogtreecommitdiffstats
path: root/test/localenl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/localenl.sh')
-rwxr-xr-xtest/localenl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/localenl.sh b/test/localenl.sh
index ec1ad31c..ca3ee64e 100755
--- a/test/localenl.sh
+++ b/test/localenl.sh
@@ -50,7 +50,7 @@ line7
line8
line9
EOF
-$AWK '
+$AWK --posix '
BEGIN { RS="\0"; }
{
if (match($0, /\n[^2\n]*2/)) { got2=1; } else { print "no match 2"; }