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