summaryrefslogtreecommitdiff
path: root/tests/plain-run.sh
blob: e092956695ddb6df3c9a79dc39fa986a173ab2bf (plain)
1
2
3
4
5
6
7
#! /bin/sh
LD_LIBRARY_PATH=. ./main
exitCode=$?
if test "$exitCode" != 46; then
    echo "bad exit code!"
    exit 1
fi