From 725e4000cbb4168086cb6520516b8a2a0e103d82 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Mon, 1 Jul 2024 21:41:20 +0300 Subject: [PATCH] adjust test --- test/latest.bats | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/latest.bats b/test/latest.bats index c145eff7..d382a926 100644 --- a/test/latest.bats +++ b/test/latest.bats @@ -103,6 +103,9 @@ echo 3.8.5-latest echo 3.8.5a2 echo 3.8.5b3 echo 3.8.5rc2 +echo 3.8.5t +echo 3.8.5b3t +echo 3.8.5rc2t echo 3.8.1 echo 3.8.1/envs/foo !