fish-shell/tests
Kurtis Rader f7f39b8c90 make fish's realpath compatible with GNU realpath
After implementing `builtin fish_realpath` it was noticed that it did
not behave like GNU `realpath` without options. Which is super annoying
since that was the whole point of implementing the command. Major
failure on my part since I wrote the unit tests to match the behavior of
the existing `wrealpath()` function that I simply exposed as a builtin
command. Rather than actually verifying it behaved in a manner
compatible with GNU realpath.

Also, while the decision to call the builtin `fish_realpath` seemed to
make sense at the time of the original commit further reflection has
shown that to be a silly, idiosyncratic, thing to have done. So rename
it to simply `realpath`.

Fixes 3400
2016-10-04 20:19:44 -07:00
..
test_functions Define a common mktemp for tests 2014-11-24 01:51:07 -08:00
abbr.err Don't mangle arguments in abbr 2016-05-23 19:59:02 +02:00
abbr.in Bring abbr test in line with new behavior 2016-05-23 20:19:22 +02:00
abbr.out abbr tests: Don't expect quoted "--*" 2016-01-14 16:58:29 +01:00
bind.expect Share some bindings between vi- and emacs-mode 2016-08-04 14:03:13 +02:00
bind.expect.err Reset fish_bind_mode when changing fish_key_bindings 2014-09-18 15:46:17 -07:00
bind.expect.out Share some bindings between vi- and emacs-mode 2016-08-04 14:03:13 +02:00
commandline.expect Stop unescaping strings with commandline -b 2016-01-10 17:25:22 -08:00
commandline.expect.err Stop unescaping strings with commandline -b 2016-01-10 17:25:22 -08:00
commandline.expect.out Stop unescaping strings with commandline -b 2016-01-10 17:25:22 -08:00
expansion.err Pass the character index, not the character, to parse_util_expand_variable_error 2015-05-15 17:56:12 -07:00
expansion.in make testing on local servers hermetic 2016-02-25 17:16:36 -08:00
expansion.out Pass the character index, not the character, to parse_util_expand_variable_error 2015-05-15 17:56:12 -07:00
fkr.expect f-k-r should use the user's locale 2016-06-30 20:49:56 -07:00
fkr.expect.err don't allow f-k-r to run if stdin/stdout not a tty 2016-06-26 21:51:00 -07:00
fkr.expect.out f-k-r should use the user's locale 2016-06-30 20:49:56 -07:00
function.err revert the --shadow-builtin flag 2016-08-24 22:56:19 -07:00
function.in revert the --shadow-builtin flag 2016-08-24 22:56:19 -07:00
function.out revert the --shadow-builtin flag 2016-08-24 22:56:19 -07:00
gen_output.fish Don't leave is_block in bad state after bad redirection 2014-09-30 17:06:56 -07:00
generic.expect Treat comments ending in backslashes as not continuing onto the next line 2015-05-02 18:22:20 -07:00
generic.expect.err Allow U+F8FF to be typed 2014-09-21 21:03:44 -07:00
generic.expect.out Allow U+F8FF to be typed 2014-09-21 21:03:44 -07:00
history.err alter history sub-command handling 2016-09-18 20:09:06 -07:00
history.expect allow customizing history --show-time format 2016-09-20 20:14:02 -07:00
history.expect.err correct handling of history args 2016-07-20 21:18:48 -07:00
history.expect.out alter history sub-command handling 2016-09-18 20:09:06 -07:00
history.in alter history sub-command handling 2016-09-18 20:09:06 -07:00
history.out make it hard to use history command incorrectly 2016-09-09 19:23:06 -07:00
history_sample_bash Support for importing fish 1.x's history and format, and also bash 2012-06-15 16:24:05 -07:00
history_sample_corrupt1 Improve history robustness against corrupt files 2014-07-29 14:42:03 -07:00
history_sample_fish_1_x Support for importing fish 1.x's history and format, and also bash 2012-06-15 16:24:05 -07:00
history_sample_fish_2_0 Support for importing fish 1.x's history and format, and also bash 2012-06-15 16:24:05 -07:00
indent.err Implement tests for fish_indent 2014-12-23 15:46:47 -08:00
indent.in enhance fish_indent to normalize keywords 2016-04-10 18:40:11 -07:00
indent.out enhance fish_indent to normalize keywords 2016-04-10 18:40:11 -07:00
interactive.config Tweak test runner to set up environment better 2014-11-24 01:51:07 -08:00
interactive.expect.rc don't allow f-k-r to run if stdin/stdout not a tty 2016-06-26 21:51:00 -07:00
interactive.fish make unit tests more hermetic regarding env vars 2016-09-19 22:13:55 -07:00
jobs.err bg had also had wrong exit code for some errors 2016-06-18 08:26:07 -07:00
jobs.in remove the tests/*.status files 2016-07-06 21:37:29 -07:00
jobs.out don't print header for each job 2016-06-08 21:15:07 -07:00
line-continuation.err fix handling of line continuation in keywords 2016-04-08 21:05:46 -07:00
line-continuation.in fix handling of line continuation in keywords 2016-04-08 21:05:46 -07:00
line-continuation.out fix handling of line continuation in keywords 2016-04-08 21:05:46 -07:00
locale.err remove unset vars from the environment 2016-06-15 22:10:11 -07:00
locale.in remove unset vars from the environment 2016-06-15 22:10:11 -07:00
locale.out remove unset vars from the environment 2016-06-15 22:10:11 -07:00
math.err add floating point output to math command 2016-05-03 19:29:04 -07:00
math.in add floating point output to math command 2016-05-03 19:29:04 -07:00
math.out add floating point output to math command 2016-05-03 19:29:04 -07:00
printf.err fix raw_string_to_scalar_type locale handling 2016-09-02 18:48:16 -07:00
printf.in make printf test resilient to missing locale 2016-09-05 20:59:09 -07:00
printf.out fix raw_string_to_scalar_type locale handling 2016-09-02 18:48:16 -07:00
read.err read: Support arrays, character splitting 2014-07-14 00:46:38 -07:00
read.expect Add a test harness for interactive behavior 2014-09-07 23:56:59 -07:00
read.expect.err Add a test harness for interactive behavior 2014-09-07 23:56:59 -07:00
read.expect.out Add a test harness for interactive behavior 2014-09-07 23:56:59 -07:00
read.in Fix incorrect error on read with 1-character input 2014-09-21 20:00:26 -07:00
read.out Fix incorrect error on read with 1-character input 2014-09-21 20:00:26 -07:00
realpath.err make fish's realpath compatible with GNU realpath 2016-10-04 20:19:44 -07:00
realpath.in make fish's realpath compatible with GNU realpath 2016-10-04 20:19:44 -07:00
realpath.out make fish's realpath compatible with GNU realpath 2016-10-04 20:19:44 -07:00
status.err make debug() output more useful 2016-05-17 14:52:55 -07:00
status.in Revert "tests/status.in: fix test for locale, fall back to default strings" 2014-11-25 00:51:39 -08:00
status.out Base status -b off the parser execution stack 2014-09-30 20:58:45 -07:00
string.err tests/string.in: add tests for string builtin 2015-10-09 11:27:18 +08:00
string.in Make string match -rnv work 2016-05-31 23:24:08 +02:00
string.out Make string match -rnv work 2016-05-31 23:24:08 +02:00
test.fish make unit tests more hermetic regarding env vars 2016-09-19 22:13:55 -07:00
test1.err Add subdirectories 2005-09-20 23:31:55 +10:00
test1.in Don't allow specifying an fd with a caret redirection 2016-06-12 02:16:46 -07:00
test1.out Don't allow specifying an fd with a caret redirection 2016-06-12 02:16:46 -07:00
test2.err Add subdirectories 2005-09-20 23:31:55 +10:00
test2.in remove trialing spaces #2 2010-09-18 10:18:26 +08:00
test2.out Add subdirectories 2005-09-20 23:31:55 +10:00
test3.err Add subdirectories 2005-09-20 23:31:55 +10:00
test3.in make testing on local servers hermetic 2016-02-25 17:16:36 -08:00
test3.out Correctly un-export an env var when it is shadowed 2015-06-12 16:05:59 -07:00
test4.err Add subdirectories 2005-09-20 23:31:55 +10:00
test4.in Make 'set -ql' search up to function scope 2015-10-23 15:15:39 -07:00
test4.out Make 'set -ql' search up to function scope 2015-10-23 15:15:39 -07:00
test5.err mention nullglob exceptions in failglob error msg 2016-06-02 19:51:19 -07:00
test5.in make testing on local servers hermetic 2016-02-25 17:16:36 -08:00
test5.out make testing on local servers hermetic 2016-02-25 17:16:36 -08:00
test6.err make kill/pkill completions more robust (#3200) 2016-07-07 18:44:35 -07:00
test6.in make kill/pkill completions more robust (#3200) 2016-07-07 18:44:35 -07:00
test6.out Migrate PATH-completion logic from complete.cpp to expand.cpp 2016-04-07 20:15:32 -07:00
test7.err Add a test case for switch error code (issue #161) 2012-06-24 13:43:44 -07:00
test7.in Update tests for new type behavior 2014-07-13 19:11:29 -07:00
test7.out Finish rewriting detect_errors to use new parser. All tests now pass (!) 2013-12-12 18:18:07 -08:00
test8.err Add variable expand ranges 2012-07-08 09:19:11 +08:00
test8.in Allow and/or statements to attach to the if/while header 2015-12-19 14:49:07 -08:00
test8.out Write tests for new if/and/or behavior (#1428) 2015-12-19 11:32:57 -08:00
test9.err Improve error reporting for unclosed blocks 2014-10-14 00:41:39 -07:00
test9.in remove the tests/*.status files 2016-07-06 21:37:29 -07:00
test9.out psub: add -s, --suffix 2015-11-14 13:15:30 +01:00
test_util.fish simplify, and fix, setting the current locale 2016-06-05 15:49:34 -07:00
top.out Don't leave is_block in bad state after bad redirection 2014-09-30 17:06:56 -07:00
vars_as_commands.err don't print internal token in error message 2016-07-10 20:02:39 -07:00
vars_as_commands.in don't print internal token in error message 2016-07-10 20:02:39 -07:00
vars_as_commands.out don't print internal token in error message 2016-07-10 20:02:39 -07:00