fish-shell/tests
2019-12-08 13:45:24 -08:00
..
checks Add a test to verify that processes get the right pgrps in pipelines 2019-12-08 13:45:24 -08:00
test_functions Don't resolve symlinks with cd 2018-10-06 17:03:18 -07:00
.gitignore
__fish_complete_directories.err improve __fish_complete_directories function 2017-04-11 13:45:53 -07:00
__fish_complete_directories.in Fix __fish_complete_suffix behavior per __fish_complete_directories test 2018-05-20 14:35:52 -05:00
__fish_complete_directories.out Port realpath tests to littlecheck 2019-07-02 23:05:50 +02:00
__fish_contains_opt.err another __fish_sgrep replacement 2017-04-13 23:14:36 -07:00
__fish_contains_opt.in another __fish_sgrep replacement 2017-04-13 23:14:36 -07:00
__fish_contains_opt.out another __fish_sgrep replacement 2017-04-13 23:14:36 -07:00
__fish_not_contain_opt.err fix typo in unit test 2017-06-09 13:35:00 -07:00
__fish_not_contain_opt.in another __fish_sgrep replacement 2017-04-13 23:14:36 -07:00
__fish_not_contain_opt.out another __fish_sgrep replacement 2017-04-13 23:14:36 -07:00
bind.expect Fix the vi mode bind test 2019-11-25 16:43:54 -08:00
bind.expect.err
bind.expect.out Allow binding nul (zero byte) 2019-09-14 16:37:57 -07:00
cd.err Add a test that verifies cd handling in pipes 2019-06-09 16:08:00 -07:00
cd.in Use $PWD to retrieve the current directory in __fish_move_last. 2019-12-07 12:20:31 +01:00
cd.out Add a test that verifies cd handling in pipes 2019-06-09 16:08:00 -07: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
expansion.err Fix caret position of invalid expansion in command position 2019-10-06 13:43:05 -07:00
expansion.in Fix caret position of invalid expansion in command position 2019-10-06 13:43:05 -07:00
expansion.out Test expansion syntax errors. 2019-04-11 21:59:23 -07:00
fish_opt.err use new logmsg and set --show in tests 2017-08-04 12:01:16 -07:00
fish_opt.in use new logmsg and set --show in tests 2017-08-04 12:01:16 -07:00
fish_opt.out use new logmsg and set --show in tests 2017-08-04 12:01:16 -07:00
fkr.expect Allow binding nul (zero byte) 2019-09-14 16:37:57 -07:00
fkr.expect.err
fkr.expect.out
function.err functions -q: Return false without an argument 2019-02-01 18:34:45 +01:00
function.in functions -q: Return false without an argument 2019-02-01 18:34:45 +01:00
function.out functions -q: Return false without an argument 2019-02-01 18:34:45 +01:00
functions.err
functions.in builtins: Use standard builtin.h error macros more 2019-09-17 22:04:33 -07:00
functions.out Add test for erasing unloaded functions 2019-06-22 18:20:54 +02:00
gen_output.fish Remove caret redirection 2018-04-01 13:48:21 -07:00
generic.expect Move bare source test to expect 2018-12-11 18:23:37 +01:00
generic.expect.err
generic.expect.out
histfile.expect Make history tests more robust 2019-06-28 11:16:27 -07:00
histfile.expect.err Make the history session configurable 2017-06-30 17:13:02 -07:00
histfile.expect.out Make the history session configurable 2017-06-30 17:13:02 -07:00
histfile.expect.status Make the history session configurable 2017-06-30 17:13:02 -07:00
history.err modify read to require at least one var 2017-07-20 13:07:30 -07:00
history.expect history expect tests: fix the tests. 2018-11-20 05:26:54 -08:00
history.expect.err
history.expect.out mplement history search glob searches 2017-09-15 13:43:45 -07:00
history.in update history to use argparse 2017-07-16 15:13:39 -07:00
history.out
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
indent.err
indent.in Fix fish_indent tests 2019-05-24 17:00:56 -07:00
indent.out Fix fish_indent tests 2019-05-24 17:00:56 -07:00
interactive.config remove some uses of $IFS 2017-07-25 12:44:26 -07:00
interactive.expect.rc Add pipeline tests 2019-04-07 09:20:32 -07:00
interactive.fish tests: fix date --version printing junk, update interactive.fish 2019-09-19 15:06:51 -07:00
jobs.err split builtin bg into its own module 2017-06-16 21:01:56 -07:00
jobs.in jobs: return success when a job is found via --last 2019-09-14 13:01:36 -05:00
jobs.out jobs: return success when a job is found via --last 2019-09-14 13:01:36 -05:00
line-continuation.err
line-continuation.in
line-continuation.out
locale.err
locale.in Amend typos and grammar errors 2019-11-25 13:07:15 +01:00
locale.out
parameter_expansion.err Add tests for new parameter expansion features 2018-03-12 07:04:05 -05:00
parameter_expansion.in Only do brace expansion if they contain a variable or "," 2019-05-19 18:23:27 +02:00
parameter_expansion.out Only do brace expansion if they contain a variable or "," 2019-05-19 18:23:27 +02: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.err add $pipestatus support 2019-02-24 21:46:52 -08: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
pipestatus.in add $pipestatus support 2019-02-24 21:46:52 -08:00
pipestatus.out add $pipestatus support 2019-02-24 21:46:52 -08:00
psub.err return to psub --file being the default 2017-07-17 14:33:51 -07:00
psub.in tests/psub: Don't use grep -o and diff -q 2019-01-03 11:05:03 +01:00
psub.out return to psub --file being the default 2017-07-17 14:33:51 -07:00
random.err builtins: Use standard builtin.h error macros more 2019-09-17 22:04:33 -07:00
random.in
random.out
read.err Fix unit tests for read to stdout behavior 2017-10-10 08:34:50 +02:00
read.expect tests/read.expect: Skip /dev/stdin if it doesn't exist 2019-01-01 14:52:26 +01:00
read.expect.err
read.expect.out Fix read tests to reflect updated arguments 2018-03-09 12:19:20 -06:00
read.in read: add --list as synonym for --array 2019-08-22 21:24:17 +08:00
read.out Correct read behavior for unset values and update tests accordingly 2018-04-17 21:34:22 -05:00
set.err Test setting readonly variables 2018-11-18 22:33:02 +01:00
set.in Test setting readonly variables 2018-11-18 22:33:02 +01:00
set.out Test setting readonly variables 2018-11-18 22:33:02 +01:00
signals.expect Fix $pid -> $fish_pid in signals.expect 2018-03-24 12:15:58 -05:00
signals.expect.err
signals.expect.out
status.err Test: validate $status is preserved on calling into a function 2019-04-13 17:21:13 -05:00
status.in Test: validate $status is preserved on calling into a function 2019-04-13 17:21:13 -05:00
status.out tests, CHANGELOG: regex-easyesc 2019-08-13 22:56:31 -07:00
test.fish Add a simple test for SIGINT out of loops 2019-10-15 22:33:53 -07:00
test1.err Only do brace expansion if they contain a variable or "," 2019-05-19 18:23:27 +02:00
test1.in Only do brace expansion if they contain a variable or "," 2019-05-19 18:23:27 +02:00
test1.out Only do brace expansion if they contain a variable or "," 2019-05-19 18:23:27 +02:00
test2.err
test2.in Amend typos and grammar errors 2019-11-25 13:07:15 +01:00
test2.out
test4.err use new logmsg and set --show in tests 2017-08-04 13:36:51 -07:00
test4.in use new logmsg and set --show in tests 2017-08-04 13:36:51 -07:00
test4.out builtin_test: don't exit 1 for eval errors, add tests for big args 2018-12-15 22:05:19 -08:00
test5.err Revert "Update tests" 2018-11-28 06:27:21 -08:00
test5.in Remove support for the ? wildcard 2018-03-31 16:54:50 -07:00
test5.out
test6.err
test6.in Remove caret redirection 2018-04-01 13:48:21 -07:00
test6.out
test7.err
test7.in
test7.out
test8.err Execute the conditions of if and while statements outside of their block 2018-03-31 14:57:24 -07:00
test8.in Execute the conditions of if and while statements outside of their block 2018-03-31 14:57:24 -07:00
test8.out Execute the conditions of if and while statements outside of their block 2018-03-31 14:57:24 -07:00
test9.err Error message prefix: Prefix the message, not the context 2017-04-11 20:00:29 -07:00
test9.in tests/test9: Guard locale 2019-01-01 14:52:26 +01:00
test9.out return to psub --file being the default 2017-07-17 14:33:51 -07:00
test_builtinbuiltin.err Add builtin -q 2019-02-12 20:34:19 +01:00
test_builtinbuiltin.in Add builtin -q 2019-02-12 20:34:19 +01:00
test_builtinbuiltin.out Add builtin -q 2019-02-12 20:34:19 +01:00
test_cmdsub.err Remove "called on standard input" message 2019-03-26 17:38:41 +01:00
test_cmdsub.in Rename FISH_READ_BYTE_LIMIT to fish_read_limit 2017-10-14 08:33:02 -07:00
test_cmdsub.out fix set --show of semi-empty var 2017-08-16 13:39:48 -07:00
test_exec_fail.err src/exec: fix assertion on failed exec redirection 2019-02-12 20:52:03 -08:00
test_exec_fail.in src/exec: fix assertion on failed exec redirection 2019-02-12 20:52:03 -08:00
test_exec_fail.out src/exec: fix assertion on failed exec redirection 2019-02-12 20:52:03 -08:00
test_exec_fail.status src/exec: fix assertion on failed exec redirection 2019-02-12 20:52:03 -08:00
test_util.fish tests/test_util: Fix wrong argument in delta 2019-10-19 14:27:47 +02:00
top.out
umask.err fix umask handling of symbolic modes 2017-03-28 16:28:24 -07:00
umask.in fix umask handling of symbolic modes 2017-03-28 16:28:24 -07:00
umask.out fix umask handling of symbolic modes 2017-03-28 16:28:24 -07:00
vars_as_commands.err Revert "Update tests" 2018-11-28 06:27:21 -08:00
vars_as_commands.in Fix builtin $var expansion 2019-02-10 14:45:03 -08:00
vars_as_commands.out Fix builtin $var expansion 2019-02-10 14:45:03 -08:00
wait.expect Speed up wait.expect test 2018-12-31 19:36:08 -06:00
wait.expect.err add wait command 2017-11-16 10:48:21 -08:00
wait.expect.out add wait command 2017-11-16 10:48:21 -08:00
while.err Make while loops evaluate to the last executed command status 2019-01-20 16:37:20 -08:00
while.in Make while loops evaluate to the last executed command status 2019-01-20 16:37:20 -08:00
while.out Make while loops evaluate to the last executed command status 2019-01-20 16:37:20 -08:00
zero_based_array.err Revert "Update tests" 2018-11-28 06:27:21 -08:00
zero_based_array.in Correct misdetection of [001] as literal zero index 2018-10-15 14:11:37 -05:00
zero_based_array.out Correct misdetection of [001] as literal zero index 2018-10-15 14:11:37 -05:00