From: John Darrington Date: Mon, 6 May 2019 11:12:58 +0000 (+0200) Subject: Adjust test to fix previous change X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb372f03bd91e61baa70c4f9b5ae67aee54c1a9a;p=pspp Adjust test to fix previous change --- diff --git a/tests/language/data-io/data-list.at b/tests/language/data-io/data-list.at index a1f599cba9..44aa7c1115 100644 --- a/tests/language/data-io/data-list.at +++ b/tests/language/data-io/data-list.at @@ -410,7 +410,7 @@ EXECUTE. ]) AT_CHECK([pspp -O format=csv data-list.sps], [1], [dnl -data-list.sps:1: error: DATA LIST: The SKIP value must be nonnegative. +data-list.sps:1: error: DATA LIST: The SKIP value must be non-negative. data-list.sps:3: error: Stopping syntax file processing here to avoid a cascade of dependent command failures. ]) @@ -426,7 +426,7 @@ EXECUTE. ]) AT_CHECK([pspp -O format=csv data-list.sps], [1], [dnl -data-list.sps:1: error: DATA LIST: The RECORDS value must be nonnegative. +data-list.sps:1: error: DATA LIST: The RECORDS value must be non-negative. data-list.sps:3: error: Stopping syntax file processing here to avoid a cascade of dependent command failures. ])