diff options
author | Michael Adam <obnox@samba.org> | 2008-07-21 11:23:55 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-07-21 11:23:55 +0200 |
commit | 739e9cfbe0b5eff80bdcba1cf10bd5bfe6873d6a (patch) | |
tree | 96af760d49a99667e167bcad8bef035145190d4a /source3 | |
parent | eac08b0fc5ef4fc4efc9f84910280b0a628276ee (diff) | |
download | samba-739e9cfbe0b5eff80bdcba1cf10bd5bfe6873d6a.tar.gz samba-739e9cfbe0b5eff80bdcba1cf10bd5bfe6873d6a.tar.bz2 samba-739e9cfbe0b5eff80bdcba1cf10bd5bfe6873d6a.zip |
testsuite: fix expr error on Tru64, triggered by uninitialized failed variable.
Michael
(This used to be commit 25cd227aaecf91dfa3114ae0fd2b47c783434aad)
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/script/tests/tests_all.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/script/tests/tests_all.sh b/source3/script/tests/tests_all.sh index ffe1c91284..2b46da0e77 100755 --- a/source3/script/tests/tests_all.sh +++ b/source3/script/tests/tests_all.sh @@ -73,6 +73,8 @@ posix_s3() { fi } +failed=0 + if test "x$TESTS" = "x" ; then local_s3 smbtorture_s3 |