From ab42b8cfd86a186447528e538ec0ae94751cfc1d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 5 Aug 2024 11:54:32 +0200 Subject: Adding upstream version 8.2406.0. Signed-off-by: Daniel Baumann --- tests/testsuites/omprog-defaults-bin.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/testsuites/omprog-defaults-bin.sh') diff --git a/tests/testsuites/omprog-defaults-bin.sh b/tests/testsuites/omprog-defaults-bin.sh index f7d43c7..3723d4d 100755 --- a/tests/testsuites/omprog-defaults-bin.sh +++ b/tests/testsuites/omprog-defaults-bin.sh @@ -3,6 +3,10 @@ outfile=$RSYSLOG_OUT_LOG echo "Starting with parameters: $@" >> $outfile +while [ $# -gt 0 ]; do + echo Next parameter is \""$1"\" + shift +done >> $outfile read log_line while [[ -n "$log_line" ]]; do -- cgit v1.2.3