Add regression test for tomb 2.4

This commit is contained in:
Alexandre Pujol 2018-08-19 23:08:48 +01:00
parent 24fee7a076
commit c293aa7261
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -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")