summaryrefslogtreecommitdiff
path: root/integration_tests/simple/nonexistent_target.test.sh
blob: 4915e7751756545f7add47b5b0b758ea17bfea22 (plain)
1
2
3
4
5
#!/usr/bin/env bash
if [[ "$($PIK 123)" != "" ]] ; then
  echo "expected no output" 1>&2
  exit 1
fi