diff options
author | Michael Adam <obnox@samba.org> | 2013-09-22 03:02:51 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-09-24 07:44:29 +0200 |
commit | 8d67082adb8b212a29b5710a6aa56e820d75a611 (patch) | |
tree | 062d9c8095c6f4e38d75180a4ad137cbbc711532 /source3/script | |
parent | 1d9f2815433f8fe0885f672fa8bc490638809c00 (diff) | |
download | samba-8d67082adb8b212a29b5710a6aa56e820d75a611.tar.gz samba-8d67082adb8b212a29b5710a6aa56e820d75a611.tar.bz2 samba-8d67082adb8b212a29b5710a6aa56e820d75a611.zip |
selftest: remove unused variables (copy'n'paste...) from test_net_conf.sh
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_net_conf.sh | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/source3/script/tests/test_net_conf.sh b/source3/script/tests/test_net_conf.sh index 6d3d2a1eec..1a773fa61f 100755 --- a/source3/script/tests/test_net_conf.sh +++ b/source3/script/tests/test_net_conf.sh @@ -42,25 +42,6 @@ incdir=`dirname $0`/../../../testprogs/blackbox failed=0 -SED_INVALID_PARAMS="{ -s/lock directory/;&/g -s/lock dir/;&/g -s/modules dir/;&/g -s/logging/;&/g -s/status/;&/g -s/logdir/;&/g -s/read prediction/;&/g -s/mkprofile/;&/g -s/valid chars/;&/g -s/timesync/;&/g -s/sambaconf/;&/g -s/logtype/;&/g -s/servername/;&/g -s/postscript/;&/g -}" - -REGPATH="HKLM\Software\Samba" - log_print() { RC=$? echo "CMD: $*" >>$LOG |