projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
591bdbc
)
split file test fix
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 12 Aug 2022 16:43:02 +0000
(09:43 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 12 Aug 2022 16:43:02 +0000
(09:43 -0700)
tests/language/dictionary/split-file.at
patch
|
blob
|
history
diff --git
a/tests/language/dictionary/split-file.at
b/tests/language/dictionary/split-file.at
index e9ce7cba6fa3d77b7055955c4c760776585f5e57..aec4b7449f02fb350d1d8c288d8eb0b833607ef7 100644
(file)
--- a/
tests/language/dictionary/split-file.at
+++ b/
tests/language/dictionary/split-file.at
@@
-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