summaryrefslogtreecommitdiff
path: root/test/run-parts.ex1/30test3
blob: 8baa367ba018c54ae31a7de92d0bebc4e914f346 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
#echo "30test3 $1" >&2

if [ "$1" = "ok" ]; then
  exit 0
fi

exit 1