selftest: Fix typo in socket wrapper test.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 30 Nov 2011 21:57:18 +0000 (22:57 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 30 Nov 2011 23:30:00 +0000 (00:30 +0100)
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Thu Dec  1 00:30:00 CET 2011 on sn-devel-104

selftest/selftest.pl

index 7e66480cc271f8e245de9a5255e6b02fa8a56eed..c56f31f3762b901556d34d19171d82062b9c5acc 100755 (executable)
@@ -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";