fix(test): wrong copy/paste from irssi to netcat

This commit is contained in:
Raphael 2025-05-12 15:50:42 +02:00
parent 9fa9223d08
commit b7de84cf3c

View file

@ -95,7 +95,7 @@ test: debug
@tmux split-window -h -p 70 -t $(SESSION):0 \
'bash -lc "irssi 4243 irc || exec yes \"irssi exit code: $?\""'
@tmux split-window -v -p 50 -t $(SESSION):0.1 \
'bash -lc "nc localhost 4243 || exec yes \"irssi exit code: $?\""'
'bash -lc "nc localhost 4243 || exec yes \"netcat exit code: $?\""'
@tmux attach -t $(SESSION)
# Header