diff options
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/selftest.sh | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index 60b71a5adc..15a0c06c1e 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -254,7 +254,15 @@ cat >$SERVERCONFFILE<<EOF [print1] copy = tmp printable = yes - printing = test + printing = vlp + print command = $BINDIR/vlp print %p %s + lpq command = $BINDIR/vlp lpq %p + lp rm command = $BINDIR/vlp lprm %p %j + lp pause command = $BINDIR/vlp lppause %p %j + lp resume command = $BINDIR/vlp lpresume %p %j + queue pause command = $BINDIR/vlp queuepause %p + queue resume command = $BINDIR/vlp queueresume %p + [print2] copy = print1 [print3] |