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