From: Eric Bollengier Date: Thu, 23 Dec 2021 19:29:46 +0000 (+0100) Subject: regress: Fix remote-fd-plugin-test X-Git-Tag: Beta-15.0.0~696 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fbb0dafd7a40189d508c30f3da99bc2dd963614;p=thirdparty%2Fbacula.git regress: Fix remote-fd-plugin-test --- diff --git a/regress/tests/remote-fd-plugin-test b/regress/tests/remote-fd-plugin-test index 5e7525bd7..5866e8024 100755 --- a/regress/tests/remote-fd-plugin-test +++ b/regress/tests/remote-fd-plugin-test @@ -72,7 +72,7 @@ if [ "$version" != "$version_fd" ]; then estat=1 fi -grep delta-fd.so $tmp/log4.out > /dev/null +grep delta $tmp/log4.out > /dev/null if [ $? != 0 ]; then print_debug "ERROR: Can't find delta plugin in the status output" estat=2