summaryrefslogtreecommitdiff
path: root/source4/utils
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2012-02-17 21:24:48 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2012-02-17 21:36:56 +0100
commitfa89f2756f2d56ff83a5a6646ccff759b03f900d (patch)
tree2bcba087aeed5854651da5ba06328c738916230a /source4/utils
parent476d503d246a563c552a3ba8d7fe3230bec5914e (diff)
downloadsamba-fa89f2756f2d56ff83a5a6646ccff759b03f900d.tar.gz
samba-fa89f2756f2d56ff83a5a6646ccff759b03f900d.tar.bz2
samba-fa89f2756f2d56ff83a5a6646ccff759b03f900d.zip
s4:samba-tool fsmo * - fix missing "takes_optiongroups"
This has been reported in bug #8755. Reviewed-by: Jelmer
Diffstat (limited to 'source4/utils')
-rwxr-xr-xsource4/utils/tests/test_samba_tool.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/utils/tests/test_samba_tool.sh b/source4/utils/tests/test_samba_tool.sh
index 0e03ee4d75..7057312fcb 100755
--- a/source4/utils/tests/test_samba_tool.sh
+++ b/source4/utils/tests/test_samba_tool.sh
@@ -40,4 +40,6 @@ testit "domain level.show" $VALGRIND $samba_tool domain level show
testit "domain info" $VALGRIND $samba_tool domain info $SERVER_IP
+testit "fsmo show" $VALGRIND $samba_tool fsmo show
+
exit $failed