diff options
author | Günther Deschner <gd@samba.org> | 2010-03-26 22:58:42 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-03-26 23:01:19 +0100 |
commit | d3a22fc62b69ebaea84955b1083d59ca4001d50c (patch) | |
tree | 6fc6b46c77ae9bd20d55d4f1ff76733bb55210b4 /selftest/target | |
parent | 0909696261f8f0f112615af224156ca525c41bf5 (diff) | |
download | samba-d3a22fc62b69ebaea84955b1083d59ca4001d50c.tar.gz samba-d3a22fc62b69ebaea84955b1083d59ca4001d50c.tar.bz2 samba-d3a22fc62b69ebaea84955b1083d59ca4001d50c.zip |
s3-selftest: set "lpq cache time = 0" in server configuration.
This fixes currently broken spoolss tests.
Guenther
Diffstat (limited to 'selftest/target')
-rw-r--r-- | selftest/target/Samba3.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index be34d945af..341591beea 100644 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -543,6 +543,7 @@ sub provision($$$$$$) lp resume command = $bindir_abs/vlp tdbfile=$lockdir/vlp.tdb lpresume %p %j queue pause command = $bindir_abs/vlp tdbfile=$lockdir/vlp.tdb queuepause %p queue resume command = $bindir_abs/vlp tdbfile=$lockdir/vlp.tdb queueresume %p + lpq cache time = 0 # Begin extra options $extra_options |