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