summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-09 12:21:28 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-09 12:21:28 +0200
commit5e9b247d260ff4e2b9a9620053e61e8a0161cdee (patch)
tree11a05b05d1c7d6d2db8f58519630e3de8e22b6fc /tests
parent8abbc0186efe977cec2a3214e7aa3703e9f1169f (diff)
downloadxdg-app-5e9b247d260ff4e2b9a9620053e61e8a0161cdee.tar.gz
Migrate ~/.local/share/xdg-app to ~/.local/share/flatpak
Diffstat (limited to 'tests')
-rw-r--r--tests/libtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest.sh b/tests/libtest.sh
index 3867d9e..0717af2 100644
--- a/tests/libtest.sh
+++ b/tests/libtest.sh
@@ -72,7 +72,7 @@ TEST_DATA_DIR=`mktemp -d /var/tmp/test-flatpak-XXXXXX`
export XDG_DATA_HOME=${TEST_DATA_DIR}/share
-export USERDIR=${TEST_DATA_DIR}/share/xdg-app
+export USERDIR=${TEST_DATA_DIR}/share/flatpak
export ARCH=`flatpak --default-arch`
export FLATPAK="${CMD_PREFIX} flatpak"