summaryrefslogtreecommitdiff
path: root/source4/script/tests/selftest.pl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-12 12:45:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:50:03 -0500
commitd84fcaa76cd75a583763f55cc32e34d1a6c7b330 (patch)
treeebb0731b2e8635ea99128215d632e659d6bff901 /source4/script/tests/selftest.pl
parent743fbb9261f7923ce15eef3a9fb84394f792febf (diff)
downloadsamba-d84fcaa76cd75a583763f55cc32e34d1a6c7b330.tar.gz
samba-d84fcaa76cd75a583763f55cc32e34d1a6c7b330.tar.bz2
samba-d84fcaa76cd75a583763f55cc32e34d1a6c7b330.zip
r22197: fix formating
metze (This used to be commit 31c9bd4bf2e08a979c7396a56b7bdb124bebfd01)
Diffstat (limited to 'source4/script/tests/selftest.pl')
-rwxr-xr-xsource4/script/tests/selftest.pl18
1 files changed, 8 insertions, 10 deletions
diff --git a/source4/script/tests/selftest.pl b/source4/script/tests/selftest.pl
index 2c9f625600..fa4de4dde4 100755
--- a/source4/script/tests/selftest.pl
+++ b/source4/script/tests/selftest.pl
@@ -321,7 +321,7 @@ Behaviour:
}
my $result = GetOptions (
- 'help|h|?' => \$opt_help,
+ 'help|h|?' => \$opt_help,
'target=s' => \$opt_target,
'prefix=s' => \$prefix,
'socket-wrapper' => \$opt_socket_wrapper,
@@ -349,7 +349,7 @@ my $tests = shift;
# quick hack to disable rpc validation when using valgrind - its way too slow
unless (defined($ENV{VALGRIND})) {
$ENV{VALIDATE} = "validate";
- $ENV{MALLOC_CHECK_} = 2;
+ $ENV{MALLOC_CHECK_} = 2;
}
my $old_pwd = "$RealBin/../..";
@@ -434,11 +434,11 @@ if (defined($opt_skip)) {
}
my $interfaces = join(',', ("127.0.0.6/8",
- "127.0.0.7/8",
- "127.0.0.8/8",
- "127.0.0.9/8",
- "127.0.0.10/8",
- "127.0.0.11/8"));
+ "127.0.0.7/8",
+ "127.0.0.8/8",
+ "127.0.0.9/8",
+ "127.0.0.10/8",
+ "127.0.0.11/8"));
my $conffile = "$prefix/client.conf";
@@ -463,9 +463,7 @@ sub write_clientconf($$)
} else {
print CF "\ticonv:native = false\n";
}
- print CF
-" netbios name = client
-";
+ print CF "\tnetbios name = client\n";
if (defined($vars->{DOMAIN})) {
print CF "\tworkgroup = $vars->{DOMAIN}\n";
}