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
Fixed running tests in seperate build directory (e.g. during distcheck).
[libxdg-basedir.git]
/
tests
/
querycs.2
blob
094ff9a0fcf6577fa0e7608d8b16b930ecd23336
1
#!/bin/sh
2
3
harness
=
"
${top_srcdir}
/tests/query-harness.sh"
4
5
export
HOME
=/
home
/
test
6
export
XDG_CONFIG_HOME
=/
home
/
test
/
Config
7
export
XDG_CONFIG_DIRS
=
8
9
arguments
=
'config search'
10
expected
=
"\
11
/home/test/Config
12
/etc/xdg"
13
14
.
"
$harness
"