From 15f7214fa2144eeff5ada93e680acd368e9e763a Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Thu, 16 May 2024 11:10:34 +0000 Subject: Fix accidental silencing of output differences in tests Removing every line with at least three characters at the end makes comparisons for output differences rather easy to pass. The intend was to match for '\.\.\.' but given we have to adapt the strings to include autoremove remarks we can also include the string that appeared now that state information is provided (in the form of autobits). Regession-Of: 734eb9ac3f65e38ac3ba7f2d50ea206743a6f611 --- test/integration/framework | 1 - 1 file changed, 1 deletion(-) (limited to 'test/integration/framework') diff --git a/test/integration/framework b/test/integration/framework index 9cb4081ee..98fd7710a 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -1553,7 +1553,6 @@ downloadfile() { cleanup_output() { cat "$1" | sed \ -e '/gpgv: WARNING: This key is not suitable for signing in --compliance=gnupg mode/ d' \ - -e '/...$/ d' \ -e '/^profiling:/ d' \ | sed -e '/\.\.\.profiling:/ {N;s#\.\.\.profiling:.*\n#...#g}' \ >"$2" -- cgit v1.2.3-70-g09d2