split file test fix
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 12 Aug 2022 16:43:02 +0000 (09:43 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 12 Aug 2022 16:43:02 +0000 (09:43 -0700)
tests/language/dictionary/split-file.at

index e9ce7cba6fa3d77b7055955c4c760776585f5e57..aec4b7449f02fb350d1d8c288d8eb0b833607ef7 100644 (file)
@@ -138,5 +138,8 @@ AT_DATA([split-file.sps], [dnl
 DATA LIST LIST NOTABLE /V1 TO V9.
 SPLIT FILE BY V1 TO V9.
 ])
-AT_CHECK([pspp split-file.sps])
+AT_CHECK([pspp split-file.sps], [1], [dnl
+split-file.sps:2: error: SPLIT FILE: At most 8 split variables may be
+specified.
+])
 AT_CLEANUP