summaryrefslogtreecommitdiff
path: root/integration_tests/simple/result.test.sh
blob: 3d4a2bc48ee37bf5ca8678d31addc0304cf7f71b (plain)
1
2
3
4
5
#!/usr/bin/env bash
if [[ "$($PIK echo asdf)" != *"asdf"* ]] ; then
  echo "expected banana" 1>&2
  exit 1
fi