diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 16:42:45 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 16:42:45 +0200 |
commit | 0e36ffc6750f77018a5201ea9503d53401dda642 (patch) | |
tree | 50458d856c74132a655ee167414f723cd25346bb | |
parent | f9fb9436ae7a6556d3636f732889bae136a81390 (diff) | |
download | samba-0e36ffc6750f77018a5201ea9503d53401dda642.tar.gz samba-0e36ffc6750f77018a5201ea9503d53401dda642.tar.xz samba-0e36ffc6750f77018a5201ea9503d53401dda642.zip |
selftest.pl: Silence verbose tdbsam output.
-rw-r--r-- | selftest/target/Samba3.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index b0c4eb22bd..eb6db1a407 100644 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -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"); |