selftest.pl: Silence verbose tdbsam output.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 23 Oct 2008 14:42:45 +0000 (16:42 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 23 Oct 2008 14:42:45 +0000 (16:42 +0200)
selftest/target/Samba3.pm

index b0c4eb22bd0dcf2ae9e2f856edb0d7774742c37b..eb6db1a4074acdfa3995e33e4a2677302d98eb16 100644 (file)
@@ -387,7 +387,7 @@ print CONF "
        ## create a test account
        ##
 
-       open(PWD, "|".$self->binpath("smbpasswd")." -c $conffile -L -s -a $username");
+       open(PWD, "|".$self->binpath("smbpasswd")." -c $conffile -L -s -a $username >/dev/null");
        print PWD "$password\n$password\n";
        close(PWD) or die("Unable to set password for test account");