summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/z-anchor-newline1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/z-anchor-newline b/tests/z-anchor-newline
index b4dfebcc..c12dd1ef 100755
--- a/tests/z-anchor-newline
+++ b/tests/z-anchor-newline
@@ -27,7 +27,6 @@ printf 'a\nb\0' > in || framework_failure_
fail=0
-env > /t/x
# These three would all mistakenly match, because the [a-b] range
# forced the non-DFA (regexp-using) code path.
returns_ 1 grep -z '^[a-b]*$' in || fail=1