aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/variable/override/p/loader1
-rwxr-xr-xtests/variable/override/test.sh10
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/variable/override/p/loader b/tests/variable/override/p/loader
new file mode 100644
index 0000000..f298dcc
--- /dev/null
+++ b/tests/variable/override/p/loader
@@ -0,0 +1 @@
+include ../buildfile
diff --git a/tests/variable/override/test.sh b/tests/variable/override/test.sh
index e960929..a8b08b2 100755
--- a/tests/variable/override/test.sh
+++ b/tests/variable/override/test.sh
@@ -103,6 +103,16 @@ p/d : X
p/d/t : X
EOF
+test v=X --buildfile loader ./p/ <<EOF
+/ :
+. : X
+d : X
+d/t : X
+p : X
+p/d : X
+p/d/t : X
+EOF
+
test /v=X <<EOF
/ :
. : X