fish-shell/tests
ridiculousfish 3e8422f472 terminal_maybe_give_to_job to stop returning error on ENOTTY
Prior to this fix, if job control is enabled but stdin is not a tty, we
would return an error from terminal_maybe_give_to_job which would cause us
to avoid waiting for the job. Instead just return notneeded.

Fixes #6573.
2020-04-18 16:26:54 -07:00
..
checks terminal_maybe_give_to_job to stop returning error on ENOTTY 2020-04-18 16:26:54 -07:00
test_functions Resurrect one last function 2020-03-17 21:58:49 +01:00
.gitignore
bind_mode_events.expect Send events more often for variable sets outside of builtin_set 2020-03-08 23:28:37 -07:00
bind_mode_events.expect.err Send events more often for variable sets outside of builtin_set 2020-03-08 23:28:37 -07:00
bind_mode_events.expect.out Send events more often for variable sets outside of builtin_set 2020-03-08 23:28:37 -07:00
bind.expect Use self-insert-notfirst on spaces during paste 2020-03-07 13:31:55 -08:00
bind.expect.err
bind.expect.out Use self-insert-notfirst on spaces during paste 2020-03-07 13:31:55 -08:00
commandline.expect
commandline.expect.err
commandline.expect.out
complete.expect Prevent buffer overflow when custom completions edit the commandline 2019-11-01 13:21:49 +01:00
complete.expect.err Prevent buffer overflow when custom completions edit the commandline 2019-11-01 13:21:49 +01:00
complete.expect.out Prevent buffer overflow when custom completions edit the commandline 2019-11-01 13:21:49 +01:00
exit.expect Correct the exit expect test 2019-09-14 12:46:57 -07:00
exit.expect.err
exit.expect.out
fkr.expect Clean up the "press a key" prompt in fish_key_reader 2020-02-13 01:08:35 -08:00
fkr.expect.err
fkr.expect.out
gen_output.fish
generic.expect
generic.expect.err
generic.expect.out
histfile.expect Make history tests more robust 2019-06-28 11:16:27 -07:00
histfile.expect.err
histfile.expect.out
histfile.expect.status
history_sample_bash Do import bash history commands containing && or || 2019-11-07 23:33:35 +01:00
history_sample_corrupt1
history_sample_fish_1_x
history_sample_fish_2_0
history.expect
history.expect.err
history.expect.out
interactive.config
interactive.expect.rc Add pipeline tests 2019-04-07 09:20:32 -07:00
interactive.fish tests: Specify which tests completed successfully 2020-03-28 18:41:44 +01:00
pipeline.expect Reduce loop count of pipeline test 2019-04-07 15:00:13 -07:00
pipeline.expect.err Add pipeline tests 2019-04-07 09:20:32 -07:00
pipeline.expect.out Add pipeline tests 2019-04-07 09:20:32 -07:00
pipestatus.expect add $pipestatus support 2019-02-24 21:46:52 -08:00
pipestatus.expect.err add $pipestatus support 2019-02-24 21:46:52 -08:00
pipestatus.expect.out add $pipestatus support 2019-02-24 21:46:52 -08:00
read.expect
read.expect.err
read.expect.out
signals.expect Ignore SIGINT and SIGQUIT in non-interactive background processes 2020-04-07 22:18:15 +02:00
signals.expect.err
signals.expect.out
test_util.fish tests/test_util: Fix wrong argument in delta 2019-10-19 14:27:47 +02:00
test.fish tests: Specify which tests completed successfully 2020-03-28 18:41:44 +01:00
top.out
wait.expect Handle child receiving SIGCONT 2020-03-27 20:30:58 +01:00
wait.expect.err
wait.expect.out