diff options
Diffstat (limited to 'unit-tests/varname-empty.exp')
-rw-r--r-- | unit-tests/varname-empty.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unit-tests/varname-empty.exp b/unit-tests/varname-empty.exp index 77cb7c517e9d2..ba465cc3eff2a 100644 --- a/unit-tests/varname-empty.exp +++ b/unit-tests/varname-empty.exp @@ -6,6 +6,8 @@ Var_Set("", "appended", ...) name expands to empty string - ignored Var_Set("", "", ...) name expands to empty string - ignored Var_Set("", "subst", ...) name expands to empty string - ignored Var_Set("", "shell-output", ...) name expands to empty string - ignored +Var_Set("${:U}", "assigned indirectly", ...) name expands to empty string - ignored +Var_Set("", "assigned", ...) name expands to empty string - ignored out: fallback out: 1 2 3 exit status 0 |