summaryrefslogtreecommitdiff
path: root/source3/script/tests
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-14 00:23:11 +0100
committerMichael Adam <obnox@samba.org>2008-01-14 00:23:11 +0100
commit8a76e6aff0bea259f4233f914c5987bb290e3b9e (patch)
tree85072f4ac5f92ead28e65264ab8a1ac5d2458511 /source3/script/tests
parent971abee49014c78fc5990225a130e1671ed776fd (diff)
downloadsamba-8a76e6aff0bea259f4233f914c5987bb290e3b9e.tar.gz
samba-8a76e6aff0bea259f4233f914c5987bb290e3b9e.tar.bz2
samba-8a76e6aff0bea259f4233f914c5987bb290e3b9e.zip
Reset the failed counter in test_wbinfo_s3.sh.
Michael (This used to be commit 3eedb8928413da102446b76aa64d1feaecb95b52)
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-xsource3/script/tests/test_wbinfo_s3.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/script/tests/test_wbinfo_s3.sh b/source3/script/tests/test_wbinfo_s3.sh
index 6a8faa1f87..01eed6ead6 100755
--- a/source3/script/tests/test_wbinfo_s3.sh
+++ b/source3/script/tests/test_wbinfo_s3.sh
@@ -35,6 +35,8 @@ tests="$tests:--name-to-sid=$username"
#Didn't pass yet# tests="$tests:--user-info=$username"
tests="$tests:--user-groups=$username"
+failed=0
+
OLDIFS=$IFS
NEWIFS=$':'
IFS=$NEWIFS