aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@rbsd.ankarstrom.se>2021-04-24 21:16:19 +0000
committerroot <root@rbsd.ankarstrom.se>2021-04-24 21:16:19 +0000
commit5fa32351183ea8ff7d8bca2cd344cb1eb60b6303 (patch)
treea08399d00ec5ed537cd5c1cd3a7c517c3d0ebe70
parentea1ab70148decb7f5015d5c52511cd84ddf0ad17 (diff)
downloadApache-Inject-5fa32351183ea8ff7d8bca2cd344cb1eb60b6303.tar.gz
t/basic.t: Create subdir if not present
-rw-r--r--t/basic.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/basic.t b/t/basic.t
index c3d0e27..2364bf1 100644
--- a/t/basic.t
+++ b/t/basic.t
@@ -36,6 +36,7 @@ set 't/htdocs/.htaccess', <<CONF;
Inject head.html foot.html
CONF
+mkdir 't/htdocs/subdir' if ! -d 't/htdocs/subdir';
set 't/htdocs/subdir/.htaccess', <<CONF;
Inject head.html
CONF