From fb372f03bd91e61baa70c4f9b5ae67aee54c1a9a Mon Sep 17 00:00:00 2001 From: John Darrington Date: Mon, 6 May 2019 13:12:58 +0200 Subject: [PATCH] Adjust test to fix previous change --- tests/language/data-io/data-list.at | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. ]) -- 2.30.2