about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/lei-externals.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lei-externals.t b/t/lei-externals.t
index 488bf5ad..2291dd99 100644
--- a/t/lei-externals.t
+++ b/t/lei-externals.t
@@ -49,7 +49,7 @@ SKIP: {
                 ok(WIFSIGNALED($?), "signaled @$out");
                 is(WTERMSIG($?), SIGPIPE, "got SIGPIPE @$out");
                 seek($err, 0, 0);
-                my @err = grep(!m{mkdir .*sun_path\b}, <$err>);
+                my @err = <$err>;
                 is_deeply(\@err, [], "no errors @$out");
         }
         if (-d $ENV{XDG_RUNTIME_DIR} && -w _) {