1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-19 01:11:36 +03:00
kakoune/test/regression/3398-readonly-fifo-failure/rc

3 lines
123 B
Plaintext

nop %sh{ mkfifo test-fifo; ( printf 'blah' > test-fifo & ) </dev/null >/dev/null 2>&1 }
edit -readonly -fifo test-fifo out