From 613610b16b4581725f97a76597803bb8ddc8e38c Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 25 Feb 2025 16:27:28 -0600 Subject: [PATCH] rfb-partial-tx: remove fgrep requires check This is true for 7 and 8 now. --- tests/rfb-partial-tx/test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/rfb-partial-tx/test.yaml b/tests/rfb-partial-tx/test.yaml index fc9665d62..b30948883 100644 --- a/tests/rfb-partial-tx/test.yaml +++ b/tests/rfb-partial-tx/test.yaml @@ -1,7 +1,5 @@ requires: min-version: 7.0.0 - script: - - test $(fgrep -c 'current_transaction.complete = true' rust/src/rfb/rfb.rs) -gt 1 checks: - filter: -- 2.47.2