...
This commit is contained in:
parent
041c646d46
commit
46367bceed
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,8 @@ func TestSSHConfigParsing(t *testing.T) {
|
|||
rt(`export ["a"]`)
|
||||
conf = "env a"
|
||||
rt(`unset ["a"]`)
|
||||
conf = "env LOCAL_ENV=_kitty_copy_env_var_"
|
||||
rt(`export ["LOCAL_ENV","LOCAL_VAL",false]`)
|
||||
|
||||
ci, err := ParseCopyInstruction("--exclude moose --dest=target " + cf)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue