1 2 3 4 5 6 7 8 9 10 11 12
|
# Invoke growlight-readline with input redirected from /dev/null
Test-Command: TERM=xterm-256color NOTCURSES_LOGLEVEL=7 growlight-readline -v < /dev/null
Depends: growlight
Restrictions: allow-stderr, needs-root
Features: test-name=devnull
# Dump the block devices with full details using the installed binary
# FIXME figure out why notcurses isn't starting and reenable this
#Test-Command: echo "blockdev -v" | TERM=xterm-256color growlight-readline -v
#Depends: growlight
#Restrictions: allow-stderr, needs-root
#Features: test-name=blockdev
|