From f2259efecaf2978bc2baf9b7d9c012e3d01daea0 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Fri, 8 Sep 2023 09:59:52 +0100 Subject: Testsuite: add command cat2 The /dev/stderr trick manages to fail on Gnu HURD --- test/scripts/0000-Basic/0628 | 3 ++- test/scripts/0000-Basic/0629 | 2 +- test/scripts/0000-Basic/0630 | 2 +- test/scripts/0000-Basic/0631 | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) (limited to 'test/scripts') diff --git a/test/scripts/0000-Basic/0628 b/test/scripts/0000-Basic/0628 index cb8cdd76d..3748e075f 100644 --- a/test/scripts/0000-Basic/0628 +++ b/test/scripts/0000-Basic/0628 @@ -66,6 +66,7 @@ killdaemon 1 cat DIR/spool/log/serverdebuglog_1 # -cp DIR/spool/log/serverdebuglog_2 DIR/bin.sys/stderr +# copy this file to stderr +cat2 DIR/spool/log/serverdebuglog_2 # no_msglog_check diff --git a/test/scripts/0000-Basic/0629 b/test/scripts/0000-Basic/0629 index a4219d038..8ca41aeae 100644 --- a/test/scripts/0000-Basic/0629 +++ b/test/scripts/0000-Basic/0629 @@ -21,6 +21,6 @@ QUIT # killdaemon # -cp DIR/spool/log/serverdebuglog_rcpt DIR/bin.sys/stderr +cat2 DIR/spool/log/serverdebuglog_rcpt # no_msglog_check diff --git a/test/scripts/0000-Basic/0630 b/test/scripts/0000-Basic/0630 index b5a7c1e8d..fff689051 100644 --- a/test/scripts/0000-Basic/0630 +++ b/test/scripts/0000-Basic/0630 @@ -25,6 +25,6 @@ QUIT # killdaemon # -cp DIR/spool/log/serverdebuglog_router DIR/bin.sys/stderr +cat2 DIR/spool/log/serverdebuglog_router # no_msglog_check diff --git a/test/scripts/0000-Basic/0631 b/test/scripts/0000-Basic/0631 index 24c8efab9..32d6dc0fc 100644 --- a/test/scripts/0000-Basic/0631 +++ b/test/scripts/0000-Basic/0631 @@ -25,6 +25,6 @@ QUIT # killdaemon # -cp DIR/spool/log/serverdebuglog_acl DIR/bin.sys/stderr +cat2 DIR/spool/log/serverdebuglog_acl # no_msglog_check -- cgit v1.2.3