9e32d06f1aab27e98007b825c4866e4377108939
[maemian] / nokia-lintian / testset / debconf / debian / debconf-test.config
1 #!/bin/sh
2
3 set -e
4
5 . /usr/share/debconf/confmodule
6
7 db_settitle "Funky lintian test"
8
9 # Bad priorities.
10 db_text LOW debconf/test
11 db_input normal debconf/test
12
13 # Valid priorities.
14 db_text \
15 high debconf/test
16 foo=medium
17 db_input $foo debconf/test
18 db_input "$foo" debconf/test
19 db_input 'medium' debconf/test
20
21 # debconf/transtring should not be flagged as unused
22 # (it's aliased to debconf/alias, which is used)
23 db_register debconf/transtring debconf/alias
24 db_input medium debconf/alias