Lots of async changes
This commit is contained in:
11
spec/integrations/client_zpty_spec.rb
Normal file
11
spec/integrations/client_zpty_spec.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
describe 'a running zpty command' do
|
||||
it 'is not affected by running zsh-autosuggestions' do
|
||||
session.run_command('zmodload zsh/zpty')
|
||||
session.run_command('zpty -b kitty cat')
|
||||
session.run_command('zpty -w kitty cat')
|
||||
sleep 1
|
||||
session.run_command('zpty -r kitty')
|
||||
|
||||
wait_for(session.content).to end_with("\ncat")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user