From 25cd227aaecf91dfa3114ae0fd2b47c783434aad Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 21 Jul 2008 11:23:55 +0200 Subject: [PATCH] testsuite: fix expr error on Tru64, triggered by uninitialized failed variable. Michael --- source/script/tests/tests_all.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/script/tests/tests_all.sh b/source/script/tests/tests_all.sh index ffe1c912849..2b46da0e77c 100755 --- a/source/script/tests/tests_all.sh +++ b/source/script/tests/tests_all.sh @@ -73,6 +73,8 @@ posix_s3() { fi } +failed=0 + if test "x$TESTS" = "x" ; then local_s3 smbtorture_s3 -- 2.47.3