summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2016-02-21 07:33:38 -0800
committerJim Meyering <meyering@fb.com>2016-02-21 07:33:38 -0800
commit36e0587a3cdeea24365168f96187b937739f2bd3 (patch)
tree2be013f030bc1e0753e14f951fdde07b3b539e2f
parent3ce8b39e3137d3cdcf8cec84dc89788037e76742 (diff)
downloadgrep-36e0587a3cdeea24365168f96187b937739f2bd3.tar.gz
tests: test cleanup
* tests/z-anchor-newline: Remove test artifact that would write to /t/x.
-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