From 760c82efea3926983c50e0dab624505b20a39053 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 12 Aug 2022 09:43:02 -0700 Subject: [PATCH] split file test fix --- tests/language/dictionary/split-file.at | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/language/dictionary/split-file.at b/tests/language/dictionary/split-file.at index e9ce7cba6f..aec4b7449f 100644 --- 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 -- 2.30.2