diff options
author | Günther Deschner <gd@samba.org> | 2010-09-02 13:39:12 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-10 00:26:26 +0200 |
commit | 9962462278e250f4ad2aa068bb6afb8015270e81 (patch) | |
tree | 0aaf5e535186ef9b8c093c97b54e881979c62c92 | |
parent | cf76cf02995f6050fc71066366810b355d26d4b9 (diff) | |
download | samba-9962462278e250f4ad2aa068bb6afb8015270e81.tar.gz samba-9962462278e250f4ad2aa068bb6afb8015270e81.tar.bz2 samba-9962462278e250f4ad2aa068bb6afb8015270e81.zip |
s3-selftest: rename printer "print4" to "lp".
This should trigger a false error condition in our code.
Guenther
-rw-r--r-- | selftest/target/Samba3.pm | 2 | ||||
-rwxr-xr-x | source3/script/tests/selftest.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index fba0fa0fd2..47b7913522 100644 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -579,7 +579,7 @@ sub provision($$$$$$) copy = print1 [print3] copy = print1 -[print4] +[lp] copy = print1 [print\$] copy = tmp diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index 6a74a8910f..5059ceab27 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -369,7 +369,7 @@ cat >$SERVERCONFFILE<<EOF copy = print1 [print3] copy = print1 -[print4] +[lp] copy = print1 [print$] copy = tmp |