tests/checks/tmux-source.fish: reduce flakiness

As seen in
https://github.com/fish-shell/fish-shell/actions/runs/24944417077/job/73043241890?pr=12171

	Failure:

	  The CHECK on line 12 wants:
	    prompt 1> source -

	  which failed to match line stdout:3:
	    source -

	  Context:
	    prompt 0> source
	    source: missing filename argument or input redirection
	    source - <= no check matches this, previous check on line 11
	    prompt 1> source -
	    prompt 1>
This commit is contained in:
Johannes Altmanninger
2026-04-26 13:14:23 +08:00
parent 9b04300dc3
commit 006fa86ef4

View File

@@ -3,6 +3,7 @@
isolated-tmux-start
isolated-tmux send-keys source Enter
tmux-sleep
isolated-tmux send-keys 'source -' Enter
tmux-sleep