Enable 'case_' specification test

* tests/spec/Makefile.am (TESTS): Add 'case_'.
* tests/spec/oil.scm: Filter out two Bash-specific tests.
This commit is contained in:
Timothy Sample 2018-11-21 13:38:44 -05:00
parent 671a926011
commit a5a1f85aa7
2 changed files with 6 additions and 1 deletions

View File

@ -18,6 +18,7 @@ TEST_EXTENSIONS = .sh
SH_LOG_COMPILER = ./check-spec
TESTS = \
oil/spec/case_.test.sh \
oil/spec/quote.test.sh \
oil/spec/redirect.test.sh \
oil/spec/smoke.test.sh \

View File

@ -100,7 +100,11 @@
out)))
(loop (read-line in 'concat) transformers))))))))
(tests-to-filter
'(("spec/quote.test.sh"
'(("spec/case_.test.sh"
(;; These two are Bash specific.
("Case statement with ;;&")
("Case statement with ;&")))
("spec/quote.test.sh"
(;; We match KornShell on these two tests.
("Unterminated single quote"
("OK mksh" "OK mksh/geesh"))