From b34bc408e741919b893a325616de432e8a630e10 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 30 May 2008 14:36:24 +1000 Subject: Don't pass an smb.conf to provision tests. These tests will create their own smb.conf in their prefix anyway. Andrew Bartlett (This used to be commit c0322e8e27d67655b7498b27df0829aa5682a345) --- source4/setup/tests/blackbox_newuser.sh | 9 ++++----- source4/setup/tests/blackbox_provision.sh | 23 +++++++++++------------ source4/setup/tests/blackbox_setpassword.sh | 9 ++++----- 3 files changed, 19 insertions(+), 22 deletions(-) (limited to 'source4/setup') diff --git a/source4/setup/tests/blackbox_newuser.sh b/source4/setup/tests/blackbox_newuser.sh index fed5f7d263..3e534f2b52 100755 --- a/source4/setup/tests/blackbox_newuser.sh +++ b/source4/setup/tests/blackbox_newuser.sh @@ -1,20 +1,19 @@ #!/bin/sh -if [ $# -lt 2 ]; then +if [ $# -lt 1 ]; then cat <