summaryrefslogtreecommitdiff
path: root/source4/utils
diff options
context:
space:
mode:
authorGiampaolo Lauria <lauria2@yahoo.com>2011-06-28 11:53:15 -0400
committerAndrew Tridgell <tridge@samba.org>2011-07-21 10:32:23 +1000
commiteb259a676db27ff43fc8d59f05a7f6698b8adec7 (patch)
treea12735066d9b1763e600051443ee2ed05cd9f5c8 /source4/utils
parent0cef2bff9cf0bea695898bd8237613cfa2b2e7f8 (diff)
downloadsamba-eb259a676db27ff43fc8d59f05a7f6698b8adec7.tar.gz
samba-tool: updated test suite to reflect the move from domainlevel to domain level
The test suite needs to reflect the change from domailevel to "domain level" to fit the object-action model Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/utils')
-rwxr-xr-xsource4/utils/tests/test_samba_tool.sh2
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 2191d8a69de..1ae25bdf160 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