Do not test Bash with the specification tests.

* tests/spec/oil.scm: Disable testing Bash in 'spec.sh'.
This commit is contained in:
Timothy Sample 2019-10-15 22:07:28 -04:00
parent 0b49934a0b
commit dd215ee926
1 changed files with 4 additions and 4 deletions

View File

@ -68,11 +68,11 @@
(substitute* "test/common.sh"
(("/usr/bin/env time") (which "time")))
;; Disable all shells except for Bash. This is mostly for
;; reproducibility, since it is annoying when the tests
;; fail because a different set of reference shells are
;; available.
;; Disable all shells. This is mostly for reproducibility,
;; since it is annoying when the tests fail because a
;; different set of reference shells are available.
(substitute* "test/spec.sh"
(("readonly BASH=\\$[(]shell-path bash[)]") "readonly BASH=")
(("BUSYBOX_ASH=_tmp/shells/ash") "BUSYBOX_ASH=")
(("readonly DASH=\\$[(]shell-path dash[)]") "readonly DASH=")
(("readonly MKSH=\\$[(]shell-path mksh[)]") "readonly MKSH=")