Adjust test to fix previous change
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 6 May 2019 11:12:58 +0000 (13:12 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 6 May 2019 11:12:58 +0000 (13:12 +0200)
tests/language/data-io/data-list.at

index a1f599cba961b61afce6c29b7ffb4e3768932c23..44aa7c1115cabdf80019cc7e63029cda5a3642ac 100644 (file)
@@ -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.
 ])