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