From 8facc2a21af678a9a2d9b9d96cab3cc3312f20c5 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 2 Aug 2020 19:03:42 +0000 Subject: [PATCH] tests: Don't output to PDF without a good reason. PDF output can cause spurious error messages from Pango to appear in the output (which would be nice to fix but I'm not sure how) and it's not always configured in, so omit it in MRSETS where it's not really needed. --- tests/language/dictionary/mrsets.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/language/dictionary/mrsets.at b/tests/language/dictionary/mrsets.at index 253a318c97..99b2d07305 100644 --- a/tests/language/dictionary/mrsets.at +++ b/tests/language/dictionary/mrsets.at @@ -120,7 +120,7 @@ AT_DATA([mrsets.sps], /DELETE NAME=ALL /DISPLAY NAME=ALL. ]]) -AT_CHECK([pspp -o - -O format=csv -o mrsets.csv -o mrsets.txt -o mrsets.pdf mrsets.sps], [0], +AT_CHECK([pspp -o - -O format=csv -o mrsets.csv -o mrsets.txt mrsets.sps], [0], [DEFINE_MRSETS_OUTPUT Table: Multiple Response Sets Name,Label,Encoding,Counted Value,Member Variables -- 2.30.2