Add tests for join/invite errors
[tinc] / test / integration / testlib / proc.py
index d5cbee4..ffa0a5f 100755 (executable)
@@ -149,6 +149,11 @@ class Tinc:
         """Return path to a subdirectory within the working dir for this node."""
         return os.path.join(self._work_dir, *paths)
 
+    @property
+    def work_dir(self):
+        """Node's working directory."""
+        return self._work_dir
+
     @property
     def script_up(self) -> str:
         """Name of the hosts/XXX-up script for this node."""