diff options
Diffstat (limited to 'tests/variable/override/buildfile')
-rw-r--r-- | tests/variable/override/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/variable/override/buildfile b/tests/variable/override/buildfile index 18c9831..c090e81 100644 --- a/tests/variable/override/buildfile +++ b/tests/variable/override/buildfile @@ -1,4 +1,4 @@ -if ("$t" != "") +if ($t != [null]) { [$t] v = [null] } |