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 /source3/script | |
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
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/selftest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |