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