From: Eric Bollengier Date: Fri, 4 Sep 2020 11:34:00 +0000 (+0200) Subject: BEE Backport regress/scripts/bpipe.sh X-Git-Tag: Release-11.3.2~1101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb6e8eeccad47dc375c8b811d546461a09b3bdde;p=thirdparty%2Fbacula.git BEE Backport regress/scripts/bpipe.sh This commit is the result of the squash of the following main commits: Author: Eric Bollengier Date: Thu Jul 12 15:48:28 2018 +0200 regress: Add bpipe2-test to check stderr handling --- diff --git a/regress/scripts/bpipe.sh b/regress/scripts/bpipe.sh new file mode 100755 index 000000000..708fc59b9 --- /dev/null +++ b/regress/scripts/bpipe.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +echo "This is a message for Bacula" >&2 +echo "This is the content of the file"