From 116fd7cd4abcf38e81abd3fe6ef01f55deb0e9e2 Mon Sep 17 00:00:00 2001 From: Sangbida Chaudhuri Date: Wed, 5 Aug 2026 15:26:49 +0930 Subject: [PATCH] Revert "tests: drop obsolete x-prefix in compacter-slow.sh" This reverts commit 474c272a4699e9e98de2eef5f27355e8ed7a250b. --- tests/plugins/compacter-slow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins/compacter-slow.sh b/tests/plugins/compacter-slow.sh index dd52fd8cb..0812c62e7 100755 --- a/tests/plugins/compacter-slow.sh +++ b/tests/plugins/compacter-slow.sh @@ -2,7 +2,7 @@ # This pretends to be lightning_gossip_compactd, but waits until the file "compactd-continue" # exists. This lets us test race conditions. -if [ "$1" != "--version" ]; then +if [ x"$1" != x"--version" ]; then while [ ! -f "compactd-continue" ]; do sleep 1 done