repo.or.cz
/
libxdg-basedir.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added lots of tests.
[libxdg-basedir.git]
/
tests
/
querycs.5
blob
7919679c641ffa9c5edaa8a99c70e44da3dbcd3a
1
#!/bin/sh
2
3
harness
=
"`dirname "
$0
"`/query-harness.sh"
4
5
export
HOME
=/
home
/
test
6
export
XDG_CONFIG_HOME
=/
home
/
test
/
configuration
7
export
XDG_CONFIG_DIRS
=/
etc
/
config
:/
etc
/
xdg
:
.
8
9
arguments
=
'config search'
10
expected
=
"\
11
/home/test/configuration
12
/etc/config
13
/etc/xdg
14
."
15
16
.
"
$harness
"