mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
7 lines
159 B
Bash
7 lines
159 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
run_test ./scripty -n -e ${srcdir}/mvwattrline_output.0 -- \
|
||
|
./drive_mvwattrline < /dev/null
|
||
|
|
||
|
on_error_fail_with "mvwattrline does not work"
|