summaryrefslogtreecommitdiffstats
path: root/source3/script/tests/printing
Commit message (Collapse)AuthorAgeFilesLines
* s3-selftest: fix return code for modprinter.pl -a.Günther Deschner2010-02-181-1/+2
| | | | | | | | | | | Background is: the SetPrinter level 2 calls "addprinter command" an fails if a share already existed (and the addprinter command returned a non-0 return code). Removing the non-0 return code is fine, as in AddPrinter{Ex}, we have checks to see if a share already exists before calling out the addprinter command. Maybe one day, we need to have a "changeprinter command"... Guenther
* s3-selftest: include addprinter/deleteprinter command.Günther Deschner2010-02-181-0/+128
Guenther