From eb259a676db27ff43fc8d59f05a7f6698b8adec7 Mon Sep 17 00:00:00 2001 From: Giampaolo Lauria Date: Tue, 28 Jun 2011 11:53:15 -0400 Subject: 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 --- source4/utils/tests/test_samba_tool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/utils') 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 -- cgit