From 8d67082adb8b212a29b5710a6aa56e820d75a611 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 22 Sep 2013 03:02:51 +0200 Subject: selftest: remove unused variables (copy'n'paste...) from test_net_conf.sh Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett --- source3/script/tests/test_net_conf.sh | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'source3/script') 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 -- cgit