diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-11-30 22:57:18 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-12-01 00:30:00 +0100 |
commit | 503aeabd101bb029e25dda15158df2c8a697c088 (patch) | |
tree | 420582e01e56a0427e1f039d1908d3eff179c762 /selftest | |
parent | ce359c14f27c21b0f36ac0ca3078331bbcc7e917 (diff) | |
download | samba-503aeabd101bb029e25dda15158df2c8a697c088.tar.gz samba-503aeabd101bb029e25dda15158df2c8a697c088.tar.bz2 samba-503aeabd101bb029e25dda15158df2c8a697c088.zip |
selftest: Fix typo in socket wrapper test.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Thu Dec 1 00:30:00 CET 2011 on sn-devel-104
Diffstat (limited to 'selftest')
-rwxr-xr-x | selftest/selftest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 7e66480cc2..c56f31f376 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -487,7 +487,7 @@ unless ($opt_list) { require target::Samba; $target = new Samba($bindir, \%binary_mapping, $ldap, $srcdir, $exeext, $server_maxtime); } elsif ($opt_target eq "samba3") { - if ($opt_socket_wrapper and `$bindir/smbd -b | grep nOCKET_WRAPPER` eq "") { + if ($opt_socket_wrapper and `$bindir/smbd -b | grep SOCKET_WRAPPER` eq "") { die("You must include --enable-socket-wrapper when compiling Samba in order to execute 'make test'. Exiting...."); } $testenv_default = "member"; |