about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-04-22 05:44:16 -0400
committerEric Wong <e@80x24.org>2021-04-22 17:05:52 -0400
commit6840164c54895eee776f95ceaeae0fccab0880aa (patch)
tree9064365b65f4f5d3f4818c87329fd79d866dffed /t
parent3a6e13b7f3cf04b9a3dd0fdd3ed4d96a05e31e9f (diff)
downloadpublic-inbox-6840164c54895eee776f95ceaeae0fccab0880aa.tar.gz
We'll support this mode of operation for now to quiet down
testing of oneshot mode where the daemon doesn't persist.
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 _) {