]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
BEE Backport regress/scripts/bpipe.sh
authorEric Bollengier <eric@baculasystems.com>
Fri, 4 Sep 2020 11:34:00 +0000 (13:34 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:02:56 +0000 (09:02 +0100)
This commit is the result of the squash of the following main commits:

Author: Eric Bollengier <eric@baculasystems.com>
Date:   Thu Jul 12 15:48:28 2018 +0200

    regress: Add bpipe2-test to check stderr handling

regress/scripts/bpipe.sh [new file with mode: 0755]

diff --git a/regress/scripts/bpipe.sh b/regress/scripts/bpipe.sh
new file mode 100755 (executable)
index 0000000..708fc59
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+echo "This is a message for Bacula" >&2
+echo "This is the content of the file"