])
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.
])
])
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.
])