summaryrefslogtreecommitdiff
path: root/tests/scripts/features/vpathgpath
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/features/vpathgpath')
-rw-r--r--tests/scripts/features/vpathgpath4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/scripts/features/vpathgpath b/tests/scripts/features/vpathgpath
index 5c5996c6..b76c5b35 100644
--- a/tests/scripts/features/vpathgpath
+++ b/tests/scripts/features/vpathgpath
@@ -3,7 +3,9 @@ $description = "Tests VPATH+/GPATH functionality.";
$details = "";
-$VP = "$workdir$pathsep";
+mkdir('work');
+
+$VP = "work$pathsep";
open(MAKEFILE,"> $makefile");