summaryrefslogtreecommitdiff
path: root/test/integration/framework
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2024-05-16 11:10:34 +0000
committerDavid Kalnischkies <david@kalnischkies.de>2024-05-16 11:10:34 +0000
commit15f7214fa2144eeff5ada93e680acd368e9e763a (patch)
tree8d4ed241fd32bb7de6d5657e89bd6d2776118b96 /test/integration/framework
parent17ea3fcddfd05534997cd1537afd5b04f3866bd6 (diff)
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
Diffstat (limited to 'test/integration/framework')
-rw-r--r--test/integration/framework1
1 files changed, 0 insertions, 1 deletions
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"