From 7fb4f2e0d595ca0ac8f867317c88710d0af45acf Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 16 Feb 2011 11:50:57 +0100 Subject: s3:test: add comment header to test_net_registry.sh --- source3/script/tests/test_net_registry.sh | 8 ++++++-- 1 file 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 +# Copyright (C) 2010 Gregor Beck +# # rpc tests are chose by specifying "rpc" as commandline parameter. RPC="$1" -- cgit