diff options
Diffstat (limited to 'integration_tests/simple/echo_full.test.sh')
| -rw-r--r-- | integration_tests/simple/echo_full.test.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/integration_tests/simple/echo_full.test.sh b/integration_tests/simple/echo_full.test.sh new file mode 100644 index 0000000..7290cd2 --- /dev/null +++ b/integration_tests/simple/echo_full.test.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +if [[ "$($PIK simple result)" != *"banana"* ]] ; then + echo "expected banana" 1>&2 + exit 1 +fi
\ No newline at end of file |
