selftest: remove unused variables (copy'n'paste...) from test_net_conf.sh
authorMichael Adam <obnox@samba.org>
Sun, 22 Sep 2013 01:02:51 +0000 (03:02 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 24 Sep 2013 05:44:29 +0000 (07:44 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/script/tests/test_net_conf.sh

index 6d3d2a1eecde0eb6656680f358aeb74f1ddbac21..1a773fa61fd13d12ec1e51a34a91683c350b05e2 100755 (executable)
@@ -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