diff options
author | Michael Adam <obnox@samba.org> | 2008-01-14 00:23:11 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-01-14 00:23:11 +0100 |
commit | 8a76e6aff0bea259f4233f914c5987bb290e3b9e (patch) | |
tree | 85072f4ac5f92ead28e65264ab8a1ac5d2458511 /source3 | |
parent | 971abee49014c78fc5990225a130e1671ed776fd (diff) | |
download | samba-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')
-rwxr-xr-x | source3/script/tests/test_wbinfo_s3.sh | 2 |
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 |