diff options
| author | Johannes Altmanninger <aclopte@gmail.com> | 2024-02-17 22:29:46 +0100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-02-18 09:58:53 +1100 |
| commit | 7a86602ff86819bf68a37b1c03e994412e73fda5 (patch) | |
| tree | fa0da86a9beae0162ed141924ed0b0fd4bd77485 /test/commands | |
| parent | e1fd2351e0b1060e92a63be2418d2d6d68f568e7 (diff) | |
Fix edit-fifo-noscroll test on BSD
This has been failing on FreeBSD sourcehut CI, for example
https://builds.sr.ht/~mawww/job/1151241
Diffstat (limited to 'test/commands')
| -rw-r--r-- | test/commands/edit-fifo-noscroll/script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/commands/edit-fifo-noscroll/script b/test/commands/edit-fifo-noscroll/script index 10fe9340..f64e1a77 100644 --- a/test/commands/edit-fifo-noscroll/script +++ b/test/commands/edit-fifo-noscroll/script @@ -12,7 +12,7 @@ ui_out -ignore 2 dd if=/dev/zero bs=2049 count=1 2>/dev/null | sed s/././g >&5 ui_out -ignore 3 -ui_in '{ "jsonrpc": "2.0", "method": "keys", "params": [ "gjxH|wc -c<ret>" ] }' +ui_in '{ "jsonrpc": "2.0", "method": "keys", "params": [ "gjxH|wc -c | tr -d \" \"<ret>" ] }' ui_out -ignore 6 exec 5>&- |
