diff --git a/tests/plugins/compacter-slow.sh b/tests/plugins/compacter-slow.sh index 0812c62e79b2..dd52fd8cbedf 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 [ x"$1" != x"--version" ]; then +if [ "$1" != "--version" ]; then while [ ! -f "compactd-continue" ]; do sleep 1 done