From: John Darrington Date: Mon, 24 Jun 2019 17:22:34 +0000 (+0200) Subject: TEST Examine unrepresentable graphs: Ignore stderr X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f29baf14e7313bd8ea692eba157eff0fbd23359c;p=pspp TEST Examine unrepresentable graphs: Ignore stderr --- diff --git a/tests/language/stats/examine.at b/tests/language/stats/examine.at index 86297931d4..cd7391c6a8 100644 --- a/tests/language/stats/examine.at +++ b/tests/language/stats/examine.at @@ -1268,7 +1268,7 @@ examine x by g /plot = all. ]) dnl This bug only manifested itself on cairo based drivers. -AT_CHECK([pspp -O format=pdf examine.sps], [1], [ignore]) +AT_CHECK([pspp -O format=pdf examine.sps], [1], [ignore], [ignore]) AT_CLEANUP