]> git.draconx.ca Git - slotifier.git/commit
Properly return failure status from main.
authorNick Bowler <nbowler@draconx.ca>
Wed, 14 Apr 2021 23:14:54 +0000 (19:14 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 15 Apr 2021 01:16:12 +0000 (21:16 -0400)
commit4e1fa5cd8519f2de9bd504e03c0d6394b104692a
tree8bdaa0671d429257f337e653d38d2ae3dbf9bf2f
parentedd5c230afdc7341e5a5564d9c8ee714688705fe
Properly return failure status from main.

Due to an oversight, several failure cases in main are not properly
causing slotifier to exit with a failure status.  Fix that up, and
add a test case which tickles one of the affected error paths.
src/slotifier.c
tests/misc.at [new file with mode: 0644]
testsuite.at