Merge branch 'development', bumped version to 1.1.1, adjusted libtool version info.
[libxdg-basedir.git] / tests / querydh.3
blobd5b57073a019896d969d109d0ad97b223dba87d8
1 #!/bin/sh
3 harness="${top_srcdir}/tests/query-harness.sh"
5 export HOME=/home/test
6 export XDG_DATA_HOME="/path/with a few spaces"
8 arguments='data home'
9 expected='/path/with a few spaces'
11 . "$harness"