diff --git a/testsuite/driver/testglobals.py b/testsuite/driver/testglobals.py
index 611d531faf5811de34e205139db64537dfc1d94d..01959719afab34e250f79914d54ea8a866996882 100644
--- a/testsuite/driver/testglobals.py
+++ b/testsuite/driver/testglobals.py
@@ -440,9 +440,6 @@ class TestOptions:
        # Keep profiling callstacks.
        self.keep_prof_callstacks = False
 
-       # The directory the test is in
-       self.testdir = Path('.')
-
        # Should we redirect stdout and stderr to a single file?
        self.combined_output = False