1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

s3:test: add comment header to test_net_registry.sh

This commit is contained in:
Michael Adam 2011-02-16 11:50:57 +01:00
parent dbc7896e33
commit 7fb4f2e0d5

View File

@ -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"