summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/headers/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Slice/headers/test.py')
-rw-r--r--cpp/test/Slice/headers/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Slice/headers/test.py b/cpp/test/Slice/headers/test.py
index 54afc982e57..ab2931eff7d 100644
--- a/cpp/test/Slice/headers/test.py
+++ b/cpp/test/Slice/headers/test.py
@@ -23,7 +23,7 @@ class SliceHeadersTestCase(ClientTestCase):
os.symlink("dir2", os.path.join("slices", "linktodir2"))
basedir = self.testsuite.getPath()
- slicedir = current.driver.getSliceDir(self.mapping, current)
+ slicedir = component.getSliceDir(self.mapping, current)
os.symlink(slicedir, "iceslices")
def runTest(args):