aboutsummaryrefslogtreecommitdiffstats
path: root/lib/layerindexlib/tests/cooker.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/layerindexlib/tests/cooker.py')
-rw-r--r--lib/layerindexlib/tests/cooker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/layerindexlib/tests/cooker.py b/lib/layerindexlib/tests/cooker.py
index 9ce6e8c3a..fdbf09110 100644
--- a/lib/layerindexlib/tests/cooker.py
+++ b/lib/layerindexlib/tests/cooker.py
@@ -32,7 +32,7 @@ class LayerIndexCookerTest(LayersTest):
# configure the test data. But we can emulate the basics of the layer.conf
# files, so that is what we will do.
- new_topdir = os.path.join(os.path.dirname(__file__), "testdata")
+ new_topdir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "testdata")
new_bbpath = os.path.join(new_topdir, "build")
self.d.setVar('TOPDIR', new_topdir)