mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-16 07:01:14 -03:00
[tests] Set permissions on tmux socket after creation
This commit is contained in:
committed by
Johannes Altmanninger
parent
878bfa94cb
commit
498e5fa9b0
@@ -23,6 +23,9 @@ $tmux new-session -x 80 -y 10 -d $fish -C '
|
||||
# No autosuggestion from older history.
|
||||
set fish_history ""
|
||||
'
|
||||
# Set the correct permissions for the newly created socket to allow future connections.
|
||||
# This is required at least under WSL or else each invocation will return a permissions error.
|
||||
chmod 777 .tmux-socket
|
||||
$sleep # Let fish draw a prompt.
|
||||
|
||||
# Test moving around with up-or-search on a multi-line commandline.
|
||||
|
||||
Reference in New Issue
Block a user