aboutsummaryrefslogtreecommitdiff
path: root/tests/function/call/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/function/call/buildfile')
-rw-r--r--tests/function/call/buildfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/function/call/buildfile b/tests/function/call/buildfile
deleted file mode 100644
index 136f652..0000000
--- a/tests/function/call/buildfile
+++ /dev/null
@@ -1,17 +0,0 @@
-$identity()
-$identity (a)
-$identity (a b c)
-$identity(sub/dir{x y z})
-
-print a$identity (b)c
-
-# Verify we can inhibit function call with quoting.
-#
-foo = FOO
-bar = BAR
-
-print $foo"($bar)"
-print "$foo"($bar)
-print "$foo""($bar)"
-
-./: