mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 12:57:56 +00:00
Add regression test for tomb 2.4
This commit is contained in:
parent
24fee7a076
commit
c293aa7261
@ -5,7 +5,7 @@ export test_description="Tomb regression tests"
|
||||
source ./setup
|
||||
autoload -U is-at-least
|
||||
|
||||
TOMB_VERSION=("2.3" "2.2" "2.0.1" "2.1")
|
||||
TOMB_VERSION=("2.4" "2.3" "2.2" "2.0.1" "2.1")
|
||||
zshversion=$(zsh --version | awk 'NR==1 {print $2}')
|
||||
{ is-at-least "5.3" $zshversion } && TOMB_VERSION=("2.3")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user