aboutsummaryrefslogtreecommitdiff
path: root/old-tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-02-13 10:59:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-02-13 12:42:42 +0200
commit653371fa06c7589a1097b05f32d6ff26f2fbb337 (patch)
treecee903847b276dff2008d884f4a32389f5cf1e58 /old-tests
parent737877e62467b924eea0a43eab68258b0c13db78 (diff)
Use variable_cache for target type/pattern-specific prepend/append
Diffstat (limited to 'old-tests')
-rw-r--r--old-tests/variable/override/cache13
-rwxr-xr-xold-tests/variable/override/test.sh9
2 files changed, 0 insertions, 22 deletions
diff --git a/old-tests/variable/override/cache b/old-tests/variable/override/cache
deleted file mode 100644
index 8378688..0000000
--- a/old-tests/variable/override/cache
+++ /dev/null
@@ -1,13 +0,0 @@
-x = [string] 0
-print $x
-
-x = [uint64] 1
-print $x
-
-y = 0
-print $y
-
-[uint64] y = [null]
-print $y
-
-./:
diff --git a/old-tests/variable/override/test.sh b/old-tests/variable/override/test.sh
index a8b08b2..710cf28 100755
--- a/old-tests/variable/override/test.sh
+++ b/old-tests/variable/override/test.sh
@@ -301,12 +301,3 @@ p : PxsS
p/d : PxssS
p/d/t : PxsssS
EOF
-
-# Cache overwrite.
-#
-test --buildfile cache x+=01 y+=01 <<EOF
-001
-2
-0 01
-1
-EOF