From 25f6a42f26a5e1abcc130e5c73dfd72fa24044d0 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 22 Jun 2017 19:03:52 +0100 Subject: [PATCH] trivial: Fix the location of the hardware installed test cache --- data/installed-tests/hardware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/installed-tests/hardware.py b/data/installed-tests/hardware.py index 5801167bd..5ae195e62 100755 --- a/data/installed-tests/hardware.py +++ b/data/installed-tests/hardware.py @@ -24,7 +24,7 @@ def _get_by_device_guid(client, guid): return None def _get_cache_file(fn): - cachedir = os.path.expanduser('~/home/hughsie/.cache/fwupdmgr') + cachedir = os.path.expanduser('~/.cache/fwupdmgr') if not os.path.exists(cachedir): os.makedirs(cachedir) cachefn = os.path.join(cachedir, fn)