diff options
-rwxr-xr-x | source3/script/tests/test_net_registry.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/source3/script/tests/test_net_registry.sh b/source3/script/tests/test_net_registry.sh index 2d8a135eb55..d7b6ab99eec 100755 --- a/source3/script/tests/test_net_registry.sh +++ b/source3/script/tests/test_net_registry.sh @@ -1,6 +1,10 @@ #!/bin/sh - -# Tests for the "net registry" and "net rpc registry" commands. +# +# Blackbox tests for the "net registry" and "net rpc registry" commands. +# +# Copyright (C) 2010-2011 Michael Adam <obnox@samba.org> +# Copyright (C) 2010 Gregor Beck <gbeck@sernet.de> +# # rpc tests are chose by specifying "rpc" as commandline parameter. RPC="$1" |