From 36e0587a3cdeea24365168f96187b937739f2bd3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 21 Feb 2016 07:33:38 -0800 Subject: [PATCH] tests: test cleanup * tests/z-anchor-newline: Remove test artifact that would write to /t/x. --- tests/z-anchor-newline | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/z-anchor-newline b/tests/z-anchor-newline index b4dfebc..c12dd1e 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 -- 2.6.4