diff options
Diffstat (limited to 'source4/utils')
-rwxr-xr-x | source4/utils/tests/test_samba_tool.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/tests/test_samba_tool.sh b/source4/utils/tests/test_samba_tool.sh index 2191d8a69d..1ae25bdf16 100755 --- a/source4/utils/tests/test_samba_tool.sh +++ b/source4/utils/tests/test_samba_tool.sh @@ -35,6 +35,6 @@ testit "Test login with --machine-pass and kerberos" $VALGRIND $smbclient -c 'ls testit "time" $VALGRIND $samba_tool time $SERVER $CONFIGURATION -W "$DOMAIN" -U"$USERNAME%$PASSWORD" $@ -# FIXME: testit "domainlevel.show" $VALGRIND $samba_tool domainlevel show $CONFIGURATION +# FIXME: testit "domain level.show" $VALGRIND $samba_tool domain level show $CONFIGURATION exit $failed |