From 4ef5691ce5d64e384467cae404dfeb0833640358 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sat, 16 Feb 2019 21:11:51 +0100 Subject: [PATCH] fixed tests numbering --- tests/run-tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/run-tests.sh b/tests/run-tests.sh index e54d975..2538430 100644 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -18,7 +18,6 @@ failed=0 fi } > "$TMP3" while read -r number test_line; do - number=$((number-1)) test_line="${test_line// #.*//}" if [[ $test_line = "cht.sh "* ]]; then test_line="${test_line//cht.sh /}"