fish-shell/tests/checks
Fabian Homborg 6ca2dbecfb Remove duplicated test
Fixes #7307.
2020-09-04 16:30:13 +02:00
..
broken-config/fish
abbr.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
alias.fish alias: Escape the first word again 2020-07-27 17:19:44 +02:00
andandoror.fish Remove duplicated test 2020-09-04 16:30:13 +02:00
andor.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
argparse.fish argparse: Only print stacktrace when it's an error in argparse usage 2020-06-17 20:05:48 +02:00
bad-option.fish Fix typo in bad options test 2020-02-08 13:30:48 +01:00
basic.fish Port "test9" to littlecheck 2020-03-17 21:19:41 +01:00
bind.fish
braces.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
broken-config.fish
builtinbuiltin.fish Port some smaller tests to littlecheck 2020-02-08 09:31:49 +01:00
caller-observer.fish Fix up --on-job-exit caller 2020-02-08 16:23:25 -08:00
cd.fish Tests: Don't remove a parent of $PWD 2020-01-30 17:34:48 +01:00
check-all-fish-files.fish Add check to test all fish files with -n 2020-02-26 19:15:50 +01:00
cmdsub-limit.fish Shorten set --show output 2020-04-26 08:49:01 +02:00
colon-delimited-var.fish
command-1.fish
command-2.fish
command-vars-persist.fish
complete_directories.fish Revert complete_directories change 2020-03-17 21:45:49 +01:00
complete.fish Remove redundant expect tests 2020-06-07 14:53:17 -07:00
contains_opt.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
count.fish
deep-cmdsub.fish
directory-redirect.fish
disown-parent.fish
empty.fish
env.fish
eval.fish Rationalize $status and errors 2020-01-25 17:28:41 -08:00
exec.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
exit-status-with-closing-stderr.fish
expansion.fish tests: Remove leftover reference to "../test/root/bin/fish" 2020-03-28 15:46:47 +01:00
fds.fish
features-nocaret1.fish
features-nocaret2.fish
features-nocaret3.fish
features-nocaret4.fish
features-nocaret5.fish Readd ^&1 redirection 2020-02-14 20:28:46 +01:00
features-qmark1.fish
features-qmark2.fish
features-string-backslashes-off.fish
features-string-backslashes.fish
fish_add_path.fish Add fish_add_path, a simple way to add to $PATH 2020-05-29 20:51:05 +02:00
for.fish
function-definition.fish
function.fish [tests] Fix test to reflect whitespace changes to error message 2020-06-25 23:19:44 -05:00
functions.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
history.fish Port history tests to littlecheck 2020-02-07 20:53:20 +01:00
indent.fish fish_indent: preserve semis in if and while conditions 2020-08-17 17:40:28 +02:00
init-command-2.fish
init-command-mix-ordering.fish
init-command-mix.fish
init-command.fish
init-unreadable-cwd.fish Ignore unreadable cwd error harder 2020-02-14 20:09:07 +01:00
invocation.fish Move the invocation checks to invocation.fish 2020-04-04 13:31:48 +02:00
job-control-noninteractive.fish Bravely remove reclaim... param from continue_job, and rework tcsetpgrp calls 2020-07-27 14:51:37 -07:00
job-control-not-a-tty.fish terminal_maybe_give_to_job to stop returning error on ENOTTY 2020-04-18 16:26:54 -07:00
job-ids.fish tests/job-ids: Wait for job to die 2020-01-25 14:06:34 +01:00
jobs.fish tests: jobs: Sleep more 2020-08-08 16:35:08 +02:00
line-continuation.fish Reformat fish scripts with escaped newline changes to fish_indent 2020-03-15 21:01:11 +01:00
line-number.fish argparse: Only print stacktrace when it's an error in argparse usage 2020-06-17 20:05:48 +02:00
locale.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
loops.fish Shorten set --show output 2020-04-26 08:49:01 +02:00
math.fish math: Add bitwise and/or functions 2020-08-26 17:48:58 +02:00
no-execute.fish Don't time --no-execute 2020-02-17 11:39:53 +01:00
pipeline-pgroup.fish Disable flaky pipeline-pgroup test 2020-05-07 21:19:28 +02:00
pipestatus.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
printf.fish printf: Don't print an error if not given an argument 2020-05-18 20:48:36 +02:00
psub.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
random.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
rc-returned.fish
read.fish checks/read: Print maximum if we fail to read it 2020-06-13 19:53:21 +02:00
realpath.fish
redirect.fish Add test for redirection to variable 2020-07-14 20:55:38 +02:00
scoping.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
self-signal-usr1.fish
set.fish Return no status from successful variable assignments 2020-08-05 12:23:49 -07:00
setenv.fish
sigint.fish Add a test that nohup works 2020-08-10 12:26:30 -07:00
sigint2.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
signal.fish Purge remnants of process expansion, document {fish,last}_pid 2020-05-16 11:58:12 +02:00
slices.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
stack-overflow.fish
status-command.fish Add status dirname and status basename convenience commands 2020-06-04 18:23:32 +02:00
status-value.fish Rationalize $status and errors 2020-01-25 17:28:41 -08:00
status.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
string.fish string split: add --allow-empty flag to be used with --fields 2020-04-20 22:39:48 +02:00
switch.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
test.fish test: Add tests for error messages 2020-06-07 16:23:29 +02:00
threads.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
time.fish List time as builtin, support time --help 2020-02-23 23:42:57 +01:00
trace.fish
umask.fish Port umask tests to littlecheck 2020-03-16 21:21:10 +01:00
variable-assignment.fish
vars_as_commands.fish Port some smaller tests to littlecheck 2020-02-08 09:31:49 +01:00
version.fish
wildcard.fish Return glob ordering to pre-3.1 state 2020-02-14 19:06:19 +01:00
wraps.fish
zero_based_array.fish Port some smaller tests to littlecheck 2020-02-08 09:31:49 +01:00