summaryrefslogtreecommitdiffstats
path: root/tests/plain-fail.sh
blob: 85ecc42b61b8d10c7d18646b7add7ddfd1beacdd (plain)
1
2
3
4
#! /bin/sh
if ./main; then
    exit 1
fi