diff options
Diffstat (limited to 'testprogs/blackbox/test_pkinit.sh')
-rwxr-xr-x | testprogs/blackbox/test_pkinit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/blackbox/test_pkinit.sh b/testprogs/blackbox/test_pkinit.sh index 55cb6e3e5d8..b4e91e782a3 100755 --- a/testprogs/blackbox/test_pkinit.sh +++ b/testprogs/blackbox/test_pkinit.sh @@ -40,7 +40,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" |