From 6fbb0dafd7a40189d508c30f3da99bc2dd963614 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 23 Dec 2021 20:29:46 +0100 Subject: [PATCH] regress: Fix remote-fd-plugin-test --- regress/tests/remote-fd-plugin-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3