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 checks to configure.ac, removed single explicit use of size_t.
[libxdg-basedir.git]
/
tests
/
queryds.6
blob
54555a2ca930ddf2fcd71d026f7f3a2f664e6bba
1
#!/bin/sh
2
3
harness
=
"`dirname "
$0
"`/query-harness.sh"
4
5
export
HOME
=/
home
/
test
6
export
XDG_DATA_HOME
=/
home
/
test
/
.data
7
export
XDG_DATA_DIRS
=
"/usr/local/share:/path/with a few spaces:/usr/share"
8
9
arguments
=
'data search'
10
expected
=
"\
11
/home/test/.data
12
/usr/local/share
13
/path/with a few spaces
14
/usr/share"
15
16
17
.
"
$harness
"