summary refs log tree commit diff
path: root/bin/cash/tests/builtins/case15.0
blob: 6ca773ffe0e52e73add1fd1ba0bba448c67469dc (plain) (blame)
1
2
3
4
5
# $FreeBSD: releng/12.0/bin/sh/tests/builtins/case15.0 230154 2012-01-15 20:04:05Z jilles $

case x in
`false`) exit 3 ;;
esac
href='/catgirl/commit/ui.c?h=enroll&id=6df61b5dda6a07bb1187404e9bdf2579a8cad2ae&follow=1'>Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe Don't really have a way to implement the M-* keys, and currently missing C-w. 2018-08-04Handle /topicJune McEnroe