Skip to content

Commit

Permalink
feat: add new test for several env variables definition
Browse files Browse the repository at this point in the history
  • Loading branch information
PatricioIribarneCatella committed May 10, 2024
1 parent 3e69233 commit 5cdd27c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions shell/tests/specs/complex_env.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: complex_env
description: "complex env variable"
command: |2
{shell_binary} | grep -E 'HELLO|BYE'
stdin: |2
env
HELLO=4 BYE=6 env
env
expected_stdout: |2
HELLO=4
BYE=6

0 comments on commit 5cdd27c

Please sign in to comment.