mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Fix async pty name option spec
This commit is contained in:
parent
c5551daabc
commit
f63afd5969
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ context 'when async suggestions are enabled' do
|
||||||
|
|
||||||
describe 'the zpty for async suggestions' do
|
describe 'the zpty for async suggestions' do
|
||||||
it 'is created with the default name' do
|
it 'is created with the default name' do
|
||||||
session.run_command('zpty -t zsh_autosuggest_pty &>/dev/null; echo $?')
|
session.run_command('zpty -t zsh_autosuggest_async_pty &>/dev/null; echo $?')
|
||||||
wait_for { session.content }.to end_with("\n0")
|
wait_for { session.content }.to end_with("\n0")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue