Added lots of tests.
[libxdg-basedir.git] / tests / querycs.3
blob006544e2f5524f3d1f2cc153f93490c0fc74afc0
1 #!/bin/sh
3 harness="`dirname "$0"`/query-harness.sh"
5 export HOME=/home/test
6 export XDG_CONFIG_HOME=
7 export XDG_CONFIG_DIRS=/etc/config:/etc/xdg
9 arguments='config search'
10 expected="\
11 /home/test/.config
12 /etc/config
13 /etc/xdg"
15 . "$harness"