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