From f8c6219188fa4ce39a35a8f192c649a6aa9c7ec1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 18 Oct 2011 10:03:21 +1100 Subject: s4-selftest When testing for a credentials cache, do not specify a domain If we specify a domain, then we indicate that we must use that domain which overrides the credentials cache we found in the environment. Andrew Bartlett --- testprogs/blackbox/test_chgdcpass.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testprogs/blackbox/test_chgdcpass.sh') diff --git a/testprogs/blackbox/test_chgdcpass.sh b/testprogs/blackbox/test_chgdcpass.sh index 467eaf7bd9..d54cfeff10 100755 --- a/testprogs/blackbox/test_chgdcpass.sh +++ b/testprogs/blackbox/test_chgdcpass.sh @@ -35,7 +35,7 @@ test_smbclient() { shift shift echo "test: $name" - $VALGRIND $smbclient $CONFIGURATION //$SERVER/tmp -c "$cmd" -W "$DOMAIN" $@ + $VALGRIND $smbclient $CONFIGURATION //$SERVER/tmp -c "$cmd" $@ status=$? if [ x$status = x0 ]; then echo "success: $name" -- cgit