diff options
Diffstat (limited to '')
-rw-r--r-- | test/test_mvwattrline.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test_mvwattrline.sh b/test/test_mvwattrline.sh new file mode 100644 index 0000000..c06c3ea --- /dev/null +++ b/test/test_mvwattrline.sh @@ -0,0 +1,6 @@ +#! /bin/bash + +run_test ./scripty -n -e ${srcdir}/mvwattrline_output.0 -- \ + ./drive_mvwattrline < /dev/null + +on_error_fail_with "mvwattrline does not work" |