summaryrefslogtreecommitdiff
path: root/tests/scripts/features/vpathplus
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/features/vpathplus')
-rw-r--r--tests/scripts/features/vpathplus4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/scripts/features/vpathplus b/tests/scripts/features/vpathplus
index da169839..9e935c54 100644
--- a/tests/scripts/features/vpathplus
+++ b/tests/scripts/features/vpathplus
@@ -3,7 +3,9 @@ $description = "Tests the new VPATH+ functionality added in 3.76.";
$details = "";
-$VP = "$workdir$pathsep";
+mkdir('work');
+
+$VP = "work$pathsep";
@touchedfiles = ();