summaryrefslogtreecommitdiff
path: root/tests/pcre-count
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pcre-count')
-rwxr-xr-xtests/pcre-count2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pcre-count b/tests/pcre-count
index 24afa175..4bcb2b39 100755
--- a/tests/pcre-count
+++ b/tests/pcre-count
@@ -13,7 +13,7 @@ require_pcre_
fail=0
-printf 'a\n%032768d\nb\x0\n%032768d\na\n' 0 0 > in
+printf 'a\n%032768d\nb\0\n%032768d\na\n' 0 0 > in
LC_ALL=C grep -P 'a' in | wc -l > exp