Skip to content

Commit

Permalink
add a regression test for #26
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Sep 30, 2020
1 parent abe267d commit 5634671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
meson --buildtype=release --prefix=/usr build
DESTDIR=../dst ninja -C build install
./dst/usr/bin/ksh -c "kill -l"
[ "`echo 'kill -l 9' | ./dst/usr/bin/ksh`" != KILL ] && exit 1
[ -n "`./dst/usr/bin/ksh -c 'echo &' 2>&1 | grep 'internal error'`" ] && exit 1
[ "`./dst/usr/bin/ksh -c 'echo $((1337 * 2))'`" -ne 2674 ] && exit 1
[ "`./dst/usr/bin/ksh -c 'seq 1337 | sort -rn | head -n 1'`" -ne 1337 ] && exit 1
Expand Down

0 comments on commit 5634671

Please sign in to comment.