mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01:14 -03:00
tests/checks/tmux-complete4.fish: fix for macOS sed
This commit is contained in:
@@ -15,7 +15,7 @@ isolated-tmux send-keys C-l ': -c'
|
||||
function tab
|
||||
isolated-tmux send-keys Tab
|
||||
tmux-sleep
|
||||
isolated-tmux capture-pane -p | sed '/./ { s,^,[,; s,$,], }'
|
||||
isolated-tmux capture-pane -p | awk '/./ { print "[" $0 "]" }'
|
||||
end
|
||||
|
||||
tab
|
||||
|
||||
Reference in New Issue
Block a user