]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
regress: Fix remote-fd-plugin-test
authorEric Bollengier <eric@baculasystems.com>
Thu, 23 Dec 2021 19:29:46 +0000 (20:29 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:57 +0000 (13:56 +0200)
regress/tests/remote-fd-plugin-test

index 5e7525bd7073ad2b37a25f1e7d1556acb93583c7..5866e8024596a64f0c01fefa6337675c0e778665 100755 (executable)
@@ -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