From 503aeabd101bb029e25dda15158df2c8a697c088 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 30 Nov 2011 22:57:18 +0100 Subject: [PATCH] selftest: Fix typo in socket wrapper test. Autobuild-User: Jelmer Vernooij Autobuild-Date: Thu Dec 1 00:30:00 CET 2011 on sn-devel-104 --- selftest/selftest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 7e66480cc27..c56f31f3762 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"; -- 2.34.1