From: Eric Bollengier Date: Thu, 30 Nov 2023 11:51:10 +0000 (+0100) Subject: regress: Fix copy-job-test X-Git-Tag: Beta-15.0.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11390c091629f99eb34b2d2afff016afd13ae181;p=thirdparty%2Fbacula.git regress: Fix copy-job-test --- diff --git a/regress/tests/copy-job-test b/regress/tests/copy-job-test index 678fc1ee4..e181e4f78 100755 --- a/regress/tests/copy-job-test +++ b/regress/tests/copy-job-test @@ -170,11 +170,4 @@ if [ $? != 0 ]; then print_debug "The incremental job must use copied jobs" fi -grep '{' $tmp/log4.out | perl -MJSON -e '$j = decode_json(<>); exit ($j->{data}->[0]->{comment} eq "from control job" && $j->{data}->[0]->{controljobid} == 5);' - -if [ $? = 0 ]; then - print_debug "Incorrect comment or controljobid SQL field" - estat=1 -fi - end_test