From 97f50b1a63e46836f35065f330193b6b538e268e Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 5 Oct 2020 15:17:42 +0200 Subject: [PATCH] =?utf8?q?Allow=20running=20the=20test=20suite=20with=20a?= =?utf8?q?=20=E2=80=9C+dirty=E2=80=9D=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- test/suites/base.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/suites/base.bash b/test/suites/base.bash index d596d6a39..a33ca3d49 100644 --- a/test/suites/base.bash +++ b/test/suites/base.bash @@ -21,7 +21,7 @@ base_tests() { # The exact output is not tested, but at least it's something human readable # and not random memory. - if [ $($CCACHE --version | grep -c '^ccache version [a-zA-Z0-9_./-]*$') -ne 1 ]; then + if [ $($CCACHE --version | grep -c '^ccache version [a-zA-Z0-9_./+-]*$') -ne 1 ]; then test_failed "Unexpected output of --version" fi -- 2.47.3