From 8a76e6aff0bea259f4233f914c5987bb290e3b9e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 14 Jan 2008 00:23:11 +0100 Subject: Reset the failed counter in test_wbinfo_s3.sh. Michael (This used to be commit 3eedb8928413da102446b76aa64d1feaecb95b52) --- source3/script/tests/test_wbinfo_s3.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/script/tests') 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 -- cgit