diff options
author | Michael Adam <obnox@samba.org> | 2011-02-16 11:50:57 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-02-16 12:56:41 +0100 |
commit | 7fb4f2e0d595ca0ac8f867317c88710d0af45acf (patch) | |
tree | 2cfc6e1ab03d761c53f61281f6a44a9dd648cfdc /source3 | |
parent | dbc7896e3375e3ec14b8057fb77e85223e0a3467 (diff) | |
download | samba-7fb4f2e0d595ca0ac8f867317c88710d0af45acf.tar.gz samba-7fb4f2e0d595ca0ac8f867317c88710d0af45acf.tar.bz2 samba-7fb4f2e0d595ca0ac8f867317c88710d0af45acf.zip |
s3:test: add comment header to test_net_registry.sh
Diffstat (limited to 'source3')
-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 2d8a135eb5..d7b6ab99ee 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" |