diff --git a/42sh/42ShellTester/logmini b/42sh/42ShellTester/logmini deleted file mode 100644 index b8c05d8a..00000000 --- a/42sh/42ShellTester/logmini +++ /dev/null @@ -1,259 +0,0 @@ -...x...~......xx........~...........~.....~........... - ----------------------------------------------------------------- - -minishell/binary/004-binary-test-empty-path (FAILED) - - Description: - The purpose of this test is to check that the Shell finds binaries that are located in the current directory when the environment variable PATH is empty. - - Before test: - 01: export PATH="" - - STDIN: - 01: write_on_stdout "TOKEN201703291625" - - STDOUT: - FAILURE expected_to match_regex `TOKEN201703291625` - (no output) - - STDERR: - FAILURE expected_to be_empty - 01: ../../42sh: command not found: write_on_stdout - - MISC: - FAILURE expected_to exit_with_status `0` - ----------------------------------------------------------------- - -minishell/binary/008-binary-too-many-symbolic-links-encountered (WARNING) - - Description: - The purpose of this test is to check that trying to execute a path that encounters an infinite loop of symbolic link results in an error on standard error and a failure exit status. - - Before test: - 01: rm -rf ./symbolic_link1 ./symbolic_link2 ./symbolic_link3 - 02: ln -s ./symbolic_link1 ./symbolic_link2 - 03: ln -s ./symbolic_link2 ./symbolic_link3 - 04: ln -s ./symbolic_link3 ./symbolic_link1 - - STDIN: - 01: ./symbolic_link1 - - STDOUT: - SUCCESS might be_empty - (no output) - - STDERR: - SUCCESS expected_to_not be_empty - WARNING might match_regex `[Tt]oo many.*symbolic links` - 01: ../../42sh: ./symbolic_link1: no such file or directory - - MISC: - SUCCESS expected_to_not exit_with_status 0 - ----------------------------------------------------------------- - -minishell/builtins/cd/007-symbolic-link (FAILED) - - Description: - The purpose of this test is to check that using a symbolic link as first argument with the builtin `cd` results in moving the linked directory. - - Before test: - 01: rm -f "./symbolic_link" - 02: mkdir -p "./sub_directory" - 03: ln -s "./sub_directory" "./symbolic_link" - - STDIN: - 01: cd symbolic_link - 02: /Users/ariard/Projects/42sh/42ShellTester/tmp/display_pwd - 03: /Users/ariard/Projects/42sh/42ShellTester/tmp/display_env - - STDOUT: - SUCCESS expected_to match_regex `PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory:PWD$` - FAILURE expected_to match_regex `^PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/symbolic_link$` - 01: PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory:PWD - 02: ------------------------------ - 03: TERM_PROGRAM=iTerm.app - 04: TERM=screen-256color - 05: SHELL=/bin/zsh - 06: HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp - 07: TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ - 08: Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render - 09: TERM_PROGRAM_VERSION=3.0.10 - 10: TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 - 11: ZSH=/Users/ariard/.oh-my-zsh - 12: USER=ariard - 13: SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners - 14: __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 - 15: PAGER=less - 16: TMUX=/private/tmp/tmux-18965/default,460,2 - 17: HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches - 18: LSCOLORS=Gxfxcxdxbxegedabagacad - 19: PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin - 20: MAIL=ariard@student.42.fr - 21: PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory - 22: LANG=en_US.UTF-8 - 23: ITERM_PROFILE=Default - 24: XPC_FLAGS=0x0 - 25: TMUX_PANE=%22 - 26: XPC_SERVICE_NAME=0 - 27: SHLVL=5 - 28: HOME=/Users/ariard - 29: COLORFGBG=7;0 - 30: ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 - 31: LOGNAME=ariard - 32: LESS=-R - 33: LC_CTYPE=en_US.UTF-8 - 34: TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ - 35: OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp - 36: _=../../42sh - 37: ?=0 - 38: ------------------------------ - 39: TOTAL ENVIRONMENT VARIABLES: 35 - - STDERR: - SUCCESS expected_to be_empty - (no output) - ----------------------------------------------------------------- - -minishell/builtins/cd/008-symbolic-link-2 (FAILED) - - Description: - The purpose of this test is to check that using a symbolic link as first argument with the builtin `cd` results in moving to the linked directory. In this test, the directory is linked with to chained symbolic links. - - Before test: - 01: rm -f "./symbolic_link1" "./symbolic_link2" - 02: mkdir -p "./sub_directory" - 03: ln -s "./sub_directory" "./symbolic_link1" - 04: ln -s "./symbolic_link1" "./symbolic_link2" - - STDIN: - 01: cd symbolic_link2 - 02: /Users/ariard/Projects/42sh/42ShellTester/tmp/display_pwd - 03: /Users/ariard/Projects/42sh/42ShellTester/tmp/display_env - - STDOUT: - SUCCESS expected_to match_regex `PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory:PWD$` - FAILURE expected_to match_regex `^PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/symbolic_link2$` - 01: PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory:PWD - 02: ------------------------------ - 03: TERM_PROGRAM=iTerm.app - 04: TERM=screen-256color - 05: SHELL=/bin/zsh - 06: HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp - 07: TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ - 08: Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render - 09: TERM_PROGRAM_VERSION=3.0.10 - 10: TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 - 11: ZSH=/Users/ariard/.oh-my-zsh - 12: USER=ariard - 13: SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners - 14: __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 - 15: PAGER=less - 16: TMUX=/private/tmp/tmux-18965/default,460,2 - 17: HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches - 18: LSCOLORS=Gxfxcxdxbxegedabagacad - 19: PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin - 20: MAIL=ariard@student.42.fr - 21: PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory - 22: LANG=en_US.UTF-8 - 23: ITERM_PROFILE=Default - 24: XPC_FLAGS=0x0 - 25: TMUX_PANE=%22 - 26: XPC_SERVICE_NAME=0 - 27: SHLVL=5 - 28: HOME=/Users/ariard - 29: COLORFGBG=7;0 - 30: ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 - 31: LOGNAME=ariard - 32: LESS=-R - 33: LC_CTYPE=en_US.UTF-8 - 34: TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ - 35: OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp - 36: _=../../42sh - 37: ?=0 - 38: ------------------------------ - 39: TOTAL ENVIRONMENT VARIABLES: 35 - - STDERR: - SUCCESS expected_to be_empty - (no output) - ----------------------------------------------------------------- - -minishell/builtins/cd/errors/005-too-many-symbolic-links-encountered (WARNING) - - Description: - The purpose of this test is to check that using a symbolic link resulting in ELOOP error as first argument with the builtin `cd` results in error and not changing current directory. - - Before test: - 01: rm -f "./symbolic_link1" "./symbolic_link2" "./symbolic_link3" - 02: ln -s "./symbolic_link1" "./symbolic_link2" - 03: ln -s "./symbolic_link2" "./symbolic_link3" - 04: ln -s "./symbolic_link3" "./symbolic_link1" - - STDIN: - 01: cd symbolic_link1 - 02: /Users/ariard/Projects/42sh/42ShellTester/tmp/display_pwd - - STDOUT: - SUCCESS expected_to match_regex `PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD` - 01: PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD - - STDERR: - SUCCESS expected_to_not be_empty - WARNING might match_regex `[Tt]oo many.*symbolic links` - 01: ../../42sh: cd : symbolic_link1: No such file or directory - ----------------------------------------------------------------- - -minishell/builtins/env/errors/001-command-not-found (WARNING) - - Description: - The purpose of this test is to check that using the builtin `env` with an invalid binary as argument results in an error and failure exit status. - - Before test: - 01: rm -f "./invalid_binary" - - STDIN: - 01: env ./invalid_binary - - STDOUT: - (no output) - - STDERR: - SUCCESS expected_to_not be_empty - WARNING might match_regex `[Cc]ommand not found` - 01: ../../42sh: env: ./invalid_binary: No such file or directory - - MISC: - SUCCESS expected_to_not exit_with_status `0` - ----------------------------------------------------------------- - -minishell/builtins/exit/errors/001-too-many-args (WARNING) - - Description: - The purpose of this test is to check that using a wrong number of arguments with the builtin `exit` does not result in the Shell termination but an error on standard error. - - STDIN: - 01: exit 21 42 - 02: ./write_on_stdout TOKEN201703291625 - - STDOUT: - SUCCESS expected_to match_regex `TOKEN201703291625` - 01: TOKEN201703291625 - - STDERR: - SUCCESS expected_to_not be_empty - WARNING might match_regex `([Tt]oo many arguments|[Aa]rgument list too long)` - 01: ../../42sh: exit: too many argument required - - MISC: - SUCCESS expected_to exit_with_status `0` - -Total tests: 54 -Total failed tests: 3 -Total pending tests: 0 diff --git a/42sh/42ShellTester/spec/bonuses/README.md b/42sh/42ShellTester/spec/bonuses/README.md deleted file mode 100644 index 9c789434..00000000 --- a/42sh/42ShellTester/spec/bonuses/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# bonuses - -*[spec](..) > bonuses* - -* [builtins](./builtins) -* [inline-environment-variable](./inline-environment-variable) -* [redirections](./redirections) -* [separators](./separators) -* [tilde-expansion](./tilde-expansion) diff --git a/42sh/42ShellTester/spec/bonuses/builtins/README.md b/42sh/42ShellTester/spec/bonuses/builtins/README.md deleted file mode 100644 index bc79927e..00000000 --- a/42sh/42ShellTester/spec/bonuses/builtins/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# builtins - -*[spec > bonuses](..) > builtins* - -* [env](./env) diff --git a/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/README.md b/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/README.md deleted file mode 100644 index f0ba28fc..00000000 --- a/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/README.md +++ /dev/null @@ -1,61 +0,0 @@ -# 001-unset-variables - -*[spec > bonuses > builtins > env](..) > 001-unset-variables* - -The purpose of this test is to check that the builtin `env` implement the option `-u` to unset environment variables. -### What is done before test - -```bash -export TESTVARIABLE="${GLOBAL_TOKEN}" - -``` - -### Shell commands that are sent to the standard entry - -```bash -env -u HOME -u PATH -u TESTVARIABLE ./display_env - -``` - -### What is expected on standard output - -```bash -expected_to_not match_regex "HOME=" -expected_to_not match_regex "PATH=" -expected_to_not match_regex "TESTVARIABLE=" - -``` - -### What is expected on error output - -```bash -expected_to be_empty - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/before_exec b/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/before_exec deleted file mode 100644 index b5017f3b..00000000 --- a/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/before_exec +++ /dev/null @@ -1 +0,0 @@ -export TESTVARIABLE="${GLOBAL_TOKEN}" diff --git a/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/description b/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/description deleted file mode 100644 index 6d2bc3a8..00000000 --- a/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that the builtin `env` implement the option `-u` to unset environment variables. diff --git a/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/non-posix b/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/non-posix deleted file mode 100644 index 8b9aeabf..00000000 --- a/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/non-posix +++ /dev/null @@ -1 +0,0 @@ -`env -u` is not registered in the POSIX standard. diff --git a/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/pending b/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/pending deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/stderr b/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/stderr deleted file mode 100644 index 93b97883..00000000 --- a/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/stderr +++ /dev/null @@ -1 +0,0 @@ -expected_to be_empty diff --git a/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/stdin b/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/stdin deleted file mode 100644 index 96a4be3f..00000000 --- a/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/stdin +++ /dev/null @@ -1 +0,0 @@ -env -u HOME -u PATH -u TESTVARIABLE ./display_env diff --git a/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/stdout b/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/stdout deleted file mode 100644 index 93c94f83..00000000 --- a/42sh/42ShellTester/spec/bonuses/builtins/env/001-unset-variables/stdout +++ /dev/null @@ -1,3 +0,0 @@ -expected_to_not match_regex "HOME=" -expected_to_not match_regex "PATH=" -expected_to_not match_regex "TESTVARIABLE=" diff --git a/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/README.md b/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/README.md deleted file mode 100644 index d8be155b..00000000 --- a/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/README.md +++ /dev/null @@ -1,61 +0,0 @@ -# 002-unset-and-set-variable - -*[spec > bonuses > builtins > env](..) > 002-unset-and-set-variable* - -The purpose of this test is to check if env -u works to unset variables for a given binary, we are also checking if an argument not prefix with -u is add to the environment of the given binary.### What is done before test - -```bash -# unset all environment variables except PATH -for VARIABLE in $(env | awk 'BEGIN {FS="="} $0 !~ /^PATH/ {print $1}'); do unset "${VARIABLE}"; done; - -export HOME="/my/home" - -``` - -### Shell commands that are sent to the standard entry - -```bash -env -u HOME TESTVARIABLE=${GLOBAL_TOKEN} ./display_env - -``` - -### What is expected on standard output - -```bash -expected_to match_regex "^TESTVARIABLE=${GLOBAL_TOKEN}$" -expected_to_not match_regex "^HOME=" - -``` - -### What is expected on error output - -```bash -expected_to be_empty -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/before_exec b/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/before_exec deleted file mode 100644 index 072acc45..00000000 --- a/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/before_exec +++ /dev/null @@ -1,4 +0,0 @@ -# unset all environment variables except PATH -for VARIABLE in $(env | awk 'BEGIN {FS="="} $0 !~ /^PATH/ {print $1}'); do unset "${VARIABLE}"; done; - -export HOME="/my/home" diff --git a/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/description b/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/description deleted file mode 100644 index d1d70325..00000000 --- a/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check if env -u works to unset variables for a given binary, we are also checking if an argument not prefix with -u is add to the environment of the given binary. \ No newline at end of file diff --git a/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/non-posix b/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/non-posix deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/pending b/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/pending deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/stderr b/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/stderr deleted file mode 100644 index c703fdc6..00000000 --- a/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/stderr +++ /dev/null @@ -1 +0,0 @@ -expected_to be_empty \ No newline at end of file diff --git a/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/stdin b/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/stdin deleted file mode 100644 index afb12db8..00000000 --- a/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/stdin +++ /dev/null @@ -1 +0,0 @@ -env -u HOME TESTVARIABLE=${GLOBAL_TOKEN} ./display_env diff --git a/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/stdout b/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/stdout deleted file mode 100644 index 4afc77a6..00000000 --- a/42sh/42ShellTester/spec/bonuses/builtins/env/002-unset-and-set-variable/stdout +++ /dev/null @@ -1,2 +0,0 @@ -expected_to match_regex "^TESTVARIABLE=${GLOBAL_TOKEN}$" -expected_to_not match_regex "^HOME=" diff --git a/42sh/42ShellTester/spec/bonuses/builtins/env/README.md b/42sh/42ShellTester/spec/bonuses/builtins/env/README.md deleted file mode 100644 index 905bafab..00000000 --- a/42sh/42ShellTester/spec/bonuses/builtins/env/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# env - -*[spec > bonuses > builtins](..) > env* - -* [001-unset-variables](./001-unset-variables) -* [002-unset-and-set-variable](./002-unset-and-set-variable) diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/001-modifies-child-environment-1/README.md b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/001-modifies-child-environment-1/README.md deleted file mode 100644 index 18832f55..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/001-modifies-child-environment-1/README.md +++ /dev/null @@ -1,60 +0,0 @@ -# 001-modifies-child-environment-1 - -*[spec > bonuses > inline-environment-variable](..) > 001-modifies-child-environment-1* - -The purpose of this test is to check that a binary may have its environment to be modified by appending variables inline. -### What is done before test - -```bash -unset "${GLOBAL_TOKEN}_VARIABLE" - -``` - -### Shell commands that are sent to the standard entry - -```bash -${GLOBAL_TOKEN}_VARIABLE=${GLOBAL_TOKEN}_VALUE ./display_env -./display_env - -``` - -### What is expected on standard output - -```bash -expected_to match_regex "^${GLOBAL_TOKEN}_VARIABLE=${GLOBAL_TOKEN}_VALUE$" once - -``` - -### What is expected on error output - -```bash -expected_to be_empty - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/001-modifies-child-environment-1/before_exec b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/001-modifies-child-environment-1/before_exec deleted file mode 100644 index 3d157a65..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/001-modifies-child-environment-1/before_exec +++ /dev/null @@ -1 +0,0 @@ -unset "${GLOBAL_TOKEN}_VARIABLE" diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/001-modifies-child-environment-1/description b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/001-modifies-child-environment-1/description deleted file mode 100644 index 867b9a4c..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/001-modifies-child-environment-1/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that a binary may have its environment to be modified by appending variables inline. diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/001-modifies-child-environment-1/stderr b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/001-modifies-child-environment-1/stderr deleted file mode 100644 index 93b97883..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/001-modifies-child-environment-1/stderr +++ /dev/null @@ -1 +0,0 @@ -expected_to be_empty diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/001-modifies-child-environment-1/stdin b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/001-modifies-child-environment-1/stdin deleted file mode 100644 index ac8a9dc1..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/001-modifies-child-environment-1/stdin +++ /dev/null @@ -1,2 +0,0 @@ -${GLOBAL_TOKEN}_VARIABLE=${GLOBAL_TOKEN}_VALUE ./display_env -./display_env diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/001-modifies-child-environment-1/stdout b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/001-modifies-child-environment-1/stdout deleted file mode 100644 index d0fe972f..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/001-modifies-child-environment-1/stdout +++ /dev/null @@ -1 +0,0 @@ -expected_to match_regex "^${GLOBAL_TOKEN}_VARIABLE=${GLOBAL_TOKEN}_VALUE$" once diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/002-modifies-child-environment-2/README.md b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/002-modifies-child-environment-2/README.md deleted file mode 100644 index ec6a634f..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/002-modifies-child-environment-2/README.md +++ /dev/null @@ -1,62 +0,0 @@ -# 002-modifies-child-environment-2 - -*[spec > bonuses > inline-environment-variable](..) > 002-modifies-child-environment-2* - -The purpose of this test is to check that a binary may have its environment to be modified by appending variables inline. -### What is done before test - -```bash -unset "${GLOBAL_TOKEN}_VARIABLE" - -``` - -### Shell commands that are sent to the standard entry - -```bash -${GLOBAL_TOKEN}_VARIABLE1=${GLOBAL_TOKEN}_VALUE1 ${GLOBAL_TOKEN}_VARIABLE2=${GLOBAL_TOKEN}_VALUE2 ${GLOBAL_TOKEN}_VARIABLE3=${GLOBAL_TOKEN}_VALUE3 ./display_env -./display_env - -``` - -### What is expected on standard output - -```bash -expected_to match_regex "^${GLOBAL_TOKEN}_VARIABLE1=${GLOBAL_TOKEN}_VALUE1$" once -expected_to match_regex "^${GLOBAL_TOKEN}_VARIABLE2=${GLOBAL_TOKEN}_VALUE2$" once -expected_to match_regex "^${GLOBAL_TOKEN}_VARIABLE3=${GLOBAL_TOKEN}_VALUE3$" once - -``` - -### What is expected on error output - -```bash -expected_to be_empty - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/002-modifies-child-environment-2/before_exec b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/002-modifies-child-environment-2/before_exec deleted file mode 100644 index 3d157a65..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/002-modifies-child-environment-2/before_exec +++ /dev/null @@ -1 +0,0 @@ -unset "${GLOBAL_TOKEN}_VARIABLE" diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/002-modifies-child-environment-2/description b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/002-modifies-child-environment-2/description deleted file mode 100644 index 867b9a4c..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/002-modifies-child-environment-2/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that a binary may have its environment to be modified by appending variables inline. diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/002-modifies-child-environment-2/stderr b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/002-modifies-child-environment-2/stderr deleted file mode 100644 index 93b97883..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/002-modifies-child-environment-2/stderr +++ /dev/null @@ -1 +0,0 @@ -expected_to be_empty diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/002-modifies-child-environment-2/stdin b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/002-modifies-child-environment-2/stdin deleted file mode 100644 index 41cea892..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/002-modifies-child-environment-2/stdin +++ /dev/null @@ -1,2 +0,0 @@ -${GLOBAL_TOKEN}_VARIABLE1=${GLOBAL_TOKEN}_VALUE1 ${GLOBAL_TOKEN}_VARIABLE2=${GLOBAL_TOKEN}_VALUE2 ${GLOBAL_TOKEN}_VARIABLE3=${GLOBAL_TOKEN}_VALUE3 ./display_env -./display_env diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/002-modifies-child-environment-2/stdout b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/002-modifies-child-environment-2/stdout deleted file mode 100644 index 37f7aa70..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/002-modifies-child-environment-2/stdout +++ /dev/null @@ -1,3 +0,0 @@ -expected_to match_regex "^${GLOBAL_TOKEN}_VARIABLE1=${GLOBAL_TOKEN}_VALUE1$" once -expected_to match_regex "^${GLOBAL_TOKEN}_VARIABLE2=${GLOBAL_TOKEN}_VALUE2$" once -expected_to match_regex "^${GLOBAL_TOKEN}_VARIABLE3=${GLOBAL_TOKEN}_VALUE3$" once diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/README.md b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/README.md deleted file mode 100644 index c89e7ded..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/README.md +++ /dev/null @@ -1,71 +0,0 @@ -# 003-modifies-PATH-only - -*[spec > bonuses > inline-environment-variable](..) > 003-modifies-PATH-only* - -The purpose of this test is to check that a binary may have its environment to be modified by appending variables inline. -### What is done before test - -```bash -rm -rf "temporary_directory" -mkdir -p "temporary_directory" -cd "temporary_directory" - -``` - -### Shell commands that are sent to the standard entry - -```bash -PATH=.. write_on_stdout ${GLOBAL_TOKEN} -exit_with_status 42 - -``` - -### What is expected on standard output - -```bash -expected_to match_regex "^${GLOBAL_TOKEN}$" - -``` - -### What is expected on error output - -```bash -expected_to_not be_empty -might match_regex "[Cc]ommand not found" - -``` - -### What miscellaneous behaviors are expected - -```bash -expected_to_not exit_with_status "42" -expected_to_not exit_with_status "0" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/before_exec b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/before_exec deleted file mode 100644 index 6da5ae48..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/before_exec +++ /dev/null @@ -1,3 +0,0 @@ -rm -rf "temporary_directory" -mkdir -p "temporary_directory" -cd "temporary_directory" diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/description b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/description deleted file mode 100644 index 867b9a4c..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that a binary may have its environment to be modified by appending variables inline. diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/misc b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/misc deleted file mode 100644 index b982085d..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/misc +++ /dev/null @@ -1,2 +0,0 @@ -expected_to_not exit_with_status "42" -expected_to_not exit_with_status "0" diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/stderr b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/stderr deleted file mode 100644 index e259629c..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/stderr +++ /dev/null @@ -1,2 +0,0 @@ -expected_to_not be_empty -might match_regex "[Cc]ommand not found" diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/stdin b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/stdin deleted file mode 100644 index e318f09a..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/stdin +++ /dev/null @@ -1,2 +0,0 @@ -PATH=.. write_on_stdout ${GLOBAL_TOKEN} -exit_with_status 42 diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/stdout b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/stdout deleted file mode 100644 index ba5eb86a..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/003-modifies-PATH-only/stdout +++ /dev/null @@ -1 +0,0 @@ -expected_to match_regex "^${GLOBAL_TOKEN}$" diff --git a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/README.md b/42sh/42ShellTester/spec/bonuses/inline-environment-variable/README.md deleted file mode 100644 index b210b586..00000000 --- a/42sh/42ShellTester/spec/bonuses/inline-environment-variable/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# inline-environment-variable - -*[spec > bonuses](..) > inline-environment-variable* - -* [001-modifies-child-environment-1](./001-modifies-child-environment-1) -* [002-modifies-child-environment-2](./002-modifies-child-environment-2) -* [003-modifies-PATH-only](./003-modifies-PATH-only) diff --git a/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/README.md b/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/README.md deleted file mode 100644 index 1217e4e1..00000000 --- a/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/README.md +++ /dev/null @@ -1,68 +0,0 @@ -# 001-append-twice-outputs-together - -*[spec > bonuses > redirections](..) > 001-append-twice-outputs-together* - -A double right redirection opens the file with the oflag `O_APPEND`, so that its size is not truncated to 0 and output is written at the end of file. If the file does not exist, it is created. -In this test, twice outputs are appended to the same file. -### What is done before test - -```bash -rm -f "new_file_stderr_and_stdout" - -``` - -### Shell commands that are sent to the standard entry - -```bash -./write_on_stdout_and_stderr ${GLOBAL_TOKEN}_stdout ${GLOBAL_TOKEN}_stderr &>>new_file_stderr_and_stdout - -``` - -### What is expected on standard output - -```bash -expected_to_not match_regex "${GLOBAL_TOKEN}_stdout" - -``` - -### What is expected on error output - -```bash -expected_to_not match_regex "${GLOBAL_TOKEN}_stderr" - -``` - -### What miscellaneous behaviors are expected - -```bash -expected_to create_file "new_file_stderr_and_stdout" matching_regex "${GLOBAL_TOKEN}_stdout$" -expected_to create_file "new_file_stderr_and_stdout" matching_regex "${GLOBAL_TOKEN}_stderr$" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/before_exec b/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/before_exec deleted file mode 100644 index 21a08a3e..00000000 --- a/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/before_exec +++ /dev/null @@ -1 +0,0 @@ -rm -f "new_file_stderr_and_stdout" diff --git a/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/description b/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/description deleted file mode 100644 index 9f258f1d..00000000 --- a/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/description +++ /dev/null @@ -1,2 +0,0 @@ -A double right redirection opens the file with the oflag `O_APPEND`, so that its size is not truncated to 0 and output is written at the end of file. If the file does not exist, it is created. -In this test, twice outputs are appended to the same file. diff --git a/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/hard b/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/hard deleted file mode 100644 index ac178a36..00000000 --- a/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/hard +++ /dev/null @@ -1 +0,0 @@ -This test only succeed with the reference ZSH. diff --git a/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/misc b/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/misc deleted file mode 100644 index 5ff4505a..00000000 --- a/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/misc +++ /dev/null @@ -1,2 +0,0 @@ -expected_to create_file "new_file_stderr_and_stdout" matching_regex "${GLOBAL_TOKEN}_stdout$" -expected_to create_file "new_file_stderr_and_stdout" matching_regex "${GLOBAL_TOKEN}_stderr$" diff --git a/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/non-posix b/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/non-posix deleted file mode 100644 index c009338b..00000000 --- a/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/non-posix +++ /dev/null @@ -1 +0,0 @@ -The POSIX standard does not specify the capability for a Shell to append twice outputs to the same file. diff --git a/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/pending b/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/pending deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/stderr b/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/stderr deleted file mode 100644 index 954fde45..00000000 --- a/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/stderr +++ /dev/null @@ -1 +0,0 @@ -expected_to_not match_regex "${GLOBAL_TOKEN}_stderr" diff --git a/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/stdin b/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/stdin deleted file mode 100644 index 95ebe4a6..00000000 --- a/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/stdin +++ /dev/null @@ -1 +0,0 @@ -./write_on_stdout_and_stderr ${GLOBAL_TOKEN}_stdout ${GLOBAL_TOKEN}_stderr &>>new_file_stderr_and_stdout diff --git a/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/stdout b/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/stdout deleted file mode 100644 index edd840fd..00000000 --- a/42sh/42ShellTester/spec/bonuses/redirections/001-append-twice-outputs-together/stdout +++ /dev/null @@ -1 +0,0 @@ -expected_to_not match_regex "${GLOBAL_TOKEN}_stdout" diff --git a/42sh/42ShellTester/spec/bonuses/redirections/README.md b/42sh/42ShellTester/spec/bonuses/redirections/README.md deleted file mode 100644 index 3fb4835b..00000000 --- a/42sh/42ShellTester/spec/bonuses/redirections/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# redirections - -*[spec > bonuses](..) > redirections* - -* [001-append-twice-outputs-together](./001-append-twice-outputs-together) diff --git a/42sh/42ShellTester/spec/bonuses/separators/README.md b/42sh/42ShellTester/spec/bonuses/separators/README.md deleted file mode 100644 index baa8d80a..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# separators - -*[spec > bonuses](..) > separators* - -* [and](./and) -* [mixed](./mixed) -* [or](./or) diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/001-run-twice/README.md b/42sh/42ShellTester/spec/bonuses/separators/and/001-run-twice/README.md deleted file mode 100644 index 977dc6a0..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/001-run-twice/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# 001-run-twice - -*[spec > bonuses > separators > and](..) > 001-run-twice* - -The purpose of this test is to check that the AND operator `&&` works with two valid commands. -### Shell commands that are sent to the standard entry - -```bash -./write_on_stdout ${GLOBAL_TOKEN}_LEFT && ./write_on_stdout ${GLOBAL_TOKEN}_RIGHT - -``` - -### What is expected on standard output - -```bash -might match_regex "${GLOBAL_TOKEN}_LEFT" -might match_regex "${GLOBAL_TOKEN}_RIGHT" - -``` - -### What is expected on error output - -```bash -might be_empty - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/001-run-twice/description b/42sh/42ShellTester/spec/bonuses/separators/and/001-run-twice/description deleted file mode 100644 index 6c60d378..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/001-run-twice/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that the AND operator `&&` works with two valid commands. diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/001-run-twice/stderr b/42sh/42ShellTester/spec/bonuses/separators/and/001-run-twice/stderr deleted file mode 100644 index c0265b63..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/001-run-twice/stderr +++ /dev/null @@ -1 +0,0 @@ -might be_empty diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/001-run-twice/stdin b/42sh/42ShellTester/spec/bonuses/separators/and/001-run-twice/stdin deleted file mode 100644 index 793e144e..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/001-run-twice/stdin +++ /dev/null @@ -1 +0,0 @@ -./write_on_stdout ${GLOBAL_TOKEN}_LEFT && ./write_on_stdout ${GLOBAL_TOKEN}_RIGHT diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/001-run-twice/stdout b/42sh/42ShellTester/spec/bonuses/separators/and/001-run-twice/stdout deleted file mode 100644 index 65f5ef3a..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/001-run-twice/stdout +++ /dev/null @@ -1,2 +0,0 @@ -might match_regex "${GLOBAL_TOKEN}_LEFT" -might match_regex "${GLOBAL_TOKEN}_RIGHT" diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/002-do-not-run-second/README.md b/42sh/42ShellTester/spec/bonuses/separators/and/002-do-not-run-second/README.md deleted file mode 100644 index a1fb7113..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/002-do-not-run-second/README.md +++ /dev/null @@ -1,61 +0,0 @@ -# 002-do-not-run-second - -*[spec > bonuses > separators > and](..) > 002-do-not-run-second* - -The purpose of this test is to check that the AND operator `&&` makes the right command to not be executed if the left one exits with an error status code. -The Shell should exit with the status code of the executed command. -### Shell commands that are sent to the standard entry - -```bash -./exit_with_status 42 && ./write_on_stdout ${GLOBAL_TOKEN} - -``` - -### What is expected on standard output - -```bash -might_not match_regex ${GLOBAL_TOKEN} -might be_empty - -``` - -### What is expected on error output - -```bash -might be_empty - -``` - -### What miscellaneous behaviors are expected - -```bash -might exit_with_status "42" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/002-do-not-run-second/description b/42sh/42ShellTester/spec/bonuses/separators/and/002-do-not-run-second/description deleted file mode 100644 index f85a5e86..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/002-do-not-run-second/description +++ /dev/null @@ -1,2 +0,0 @@ -The purpose of this test is to check that the AND operator `&&` makes the right command to not be executed if the left one exits with an error status code. -The Shell should exit with the status code of the executed command. diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/002-do-not-run-second/misc b/42sh/42ShellTester/spec/bonuses/separators/and/002-do-not-run-second/misc deleted file mode 100644 index cdd865a4..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/002-do-not-run-second/misc +++ /dev/null @@ -1 +0,0 @@ -might exit_with_status "42" diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/002-do-not-run-second/stderr b/42sh/42ShellTester/spec/bonuses/separators/and/002-do-not-run-second/stderr deleted file mode 100644 index c0265b63..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/002-do-not-run-second/stderr +++ /dev/null @@ -1 +0,0 @@ -might be_empty diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/002-do-not-run-second/stdin b/42sh/42ShellTester/spec/bonuses/separators/and/002-do-not-run-second/stdin deleted file mode 100644 index 486986fc..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/002-do-not-run-second/stdin +++ /dev/null @@ -1 +0,0 @@ -./exit_with_status 42 && ./write_on_stdout ${GLOBAL_TOKEN} diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/002-do-not-run-second/stdout b/42sh/42ShellTester/spec/bonuses/separators/and/002-do-not-run-second/stdout deleted file mode 100644 index b01a27a5..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/002-do-not-run-second/stdout +++ /dev/null @@ -1,2 +0,0 @@ -might_not match_regex ${GLOBAL_TOKEN} -might be_empty diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/003-run-until-failing/README.md b/42sh/42ShellTester/spec/bonuses/separators/and/003-run-until-failing/README.md deleted file mode 100644 index cca4c935..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/003-run-until-failing/README.md +++ /dev/null @@ -1,60 +0,0 @@ -# 003-run-until-failing - -*[spec > bonuses > separators > and](..) > 003-run-until-failing* - -The purpose of this test is to check that using the AND separator `&&` with chained commands results in the execution of all until the first fail. -### Shell commands that are sent to the standard entry - -```bash -./exit_with_status 0 && ./exit_with_status 0 && ./exit_with_status 0 && ./exit_with_status 0 && ./write_on_stdout ${GLOBAL_TOKEN}_FIRST && ./exit_with_status 42 && ./write_on_stdout ${GLOBAL_TOKEN}_SECOND - -``` - -### What is expected on standard output - -```bash -expected_to match_regex "${GLOBAL_TOKEN}_FIRST" -expected_to_not match_regex "${GLOBAL_TOKEN}_SECOND" - -``` - -### What is expected on error output - -```bash -expected_to be_empty - -``` - -### What miscellaneous behaviors are expected - -```bash -expected_to exit_with_status "42" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/003-run-until-failing/description b/42sh/42ShellTester/spec/bonuses/separators/and/003-run-until-failing/description deleted file mode 100644 index 9d47e372..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/003-run-until-failing/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that using the AND separator `&&` with chained commands results in the execution of all until the first fail. diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/003-run-until-failing/misc b/42sh/42ShellTester/spec/bonuses/separators/and/003-run-until-failing/misc deleted file mode 100644 index 1983dc76..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/003-run-until-failing/misc +++ /dev/null @@ -1 +0,0 @@ -expected_to exit_with_status "42" diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/003-run-until-failing/stderr b/42sh/42ShellTester/spec/bonuses/separators/and/003-run-until-failing/stderr deleted file mode 100644 index 93b97883..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/003-run-until-failing/stderr +++ /dev/null @@ -1 +0,0 @@ -expected_to be_empty diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/003-run-until-failing/stdin b/42sh/42ShellTester/spec/bonuses/separators/and/003-run-until-failing/stdin deleted file mode 100644 index ade933dd..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/003-run-until-failing/stdin +++ /dev/null @@ -1 +0,0 @@ -./exit_with_status 0 && ./exit_with_status 0 && ./exit_with_status 0 && ./exit_with_status 0 && ./write_on_stdout ${GLOBAL_TOKEN}_FIRST && ./exit_with_status 42 && ./write_on_stdout ${GLOBAL_TOKEN}_SECOND diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/003-run-until-failing/stdout b/42sh/42ShellTester/spec/bonuses/separators/and/003-run-until-failing/stdout deleted file mode 100644 index 16c3d329..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/003-run-until-failing/stdout +++ /dev/null @@ -1,2 +0,0 @@ -expected_to match_regex "${GLOBAL_TOKEN}_FIRST" -expected_to_not match_regex "${GLOBAL_TOKEN}_SECOND" diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/README.md b/42sh/42ShellTester/spec/bonuses/separators/and/README.md deleted file mode 100644 index 0465749c..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# and - -*[spec > bonuses > separators](..) > and* - -* [001-run-twice](./001-run-twice) -* [002-do-not-run-second](./002-do-not-run-second) -* [003-run-until-failing](./003-run-until-failing) -* [errors](./errors) diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/errors/001-parse-error-at-beginning/README.md b/42sh/42ShellTester/spec/bonuses/separators/and/errors/001-parse-error-at-beginning/README.md deleted file mode 100644 index 8f69cde8..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/errors/001-parse-error-at-beginning/README.md +++ /dev/null @@ -1,63 +0,0 @@ -# 001-parse-error-at-beginning - -*[spec > bonuses > separators > and > errors](..) > 001-parse-error-at-beginning* - -Parsing test. -The purpose of this test is to check that the AND operator `&&` must be placed after a valid command. -If not, the Shell should display an error and exit with an error status code. -### Shell commands that are sent to the standard entry - -```bash -&& ./write_on_stdout ${GLOBAL_TOKEN} - -``` - -### What is expected on standard output - -```bash -might_not match_regex "${GLOBAL_TOKEN}" -might be_empty - -``` - -### What is expected on error output - -```bash -might_not be_empty -might match_regex "([Ss]yntax|[Pp]arse) error" - -``` - -### What miscellaneous behaviors are expected - -```bash -might_not exit_with_status "0" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/errors/001-parse-error-at-beginning/description b/42sh/42ShellTester/spec/bonuses/separators/and/errors/001-parse-error-at-beginning/description deleted file mode 100644 index 680a6627..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/errors/001-parse-error-at-beginning/description +++ /dev/null @@ -1,3 +0,0 @@ -Parsing test. -The purpose of this test is to check that the AND operator `&&` must be placed after a valid command. -If not, the Shell should display an error and exit with an error status code. diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/errors/001-parse-error-at-beginning/misc b/42sh/42ShellTester/spec/bonuses/separators/and/errors/001-parse-error-at-beginning/misc deleted file mode 100644 index c4b48f73..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/errors/001-parse-error-at-beginning/misc +++ /dev/null @@ -1 +0,0 @@ -might_not exit_with_status "0" diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/errors/001-parse-error-at-beginning/stderr b/42sh/42ShellTester/spec/bonuses/separators/and/errors/001-parse-error-at-beginning/stderr deleted file mode 100644 index 19c209de..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/errors/001-parse-error-at-beginning/stderr +++ /dev/null @@ -1,2 +0,0 @@ -might_not be_empty -might match_regex "([Ss]yntax|[Pp]arse) error" diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/errors/001-parse-error-at-beginning/stdin b/42sh/42ShellTester/spec/bonuses/separators/and/errors/001-parse-error-at-beginning/stdin deleted file mode 100644 index dc4ada22..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/errors/001-parse-error-at-beginning/stdin +++ /dev/null @@ -1 +0,0 @@ -&& ./write_on_stdout ${GLOBAL_TOKEN} diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/errors/001-parse-error-at-beginning/stdout b/42sh/42ShellTester/spec/bonuses/separators/and/errors/001-parse-error-at-beginning/stdout deleted file mode 100644 index f78d19db..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/errors/001-parse-error-at-beginning/stdout +++ /dev/null @@ -1,2 +0,0 @@ -might_not match_regex "${GLOBAL_TOKEN}" -might be_empty diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/errors/002-parse-error-too-much-symbol/README.md b/42sh/42ShellTester/spec/bonuses/separators/and/errors/002-parse-error-too-much-symbol/README.md deleted file mode 100644 index b28ff2c8..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/errors/002-parse-error-too-much-symbol/README.md +++ /dev/null @@ -1,63 +0,0 @@ -# 002-parse-error-too-much-symbol - -*[spec > bonuses > separators > and > errors](..) > 002-parse-error-too-much-symbol* - -Parsing test. -The purpose of this test is to check that more than two '&' operators are detected as a syntax error. -It should not execute the two commands `write_on_stdout` but display an error and exit with an error status code. -### Shell commands that are sent to the standard entry - -```bash -./write_on_stdout ${GLOBAL_TOKEN} &&& ./write_on_stdout ${GLOBAL_TOKEN} - -``` - -### What is expected on standard output - -```bash -might_not match_regex "${GLOBAL_TOKEN}" -might be_empty - -``` - -### What is expected on error output - -```bash -might_not be_empty -might match_regex "([Ss]yntax|[Pp]arse) error" - -``` - -### What miscellaneous behaviors are expected - -```bash -expected_to_not exit_with_status "0" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/errors/002-parse-error-too-much-symbol/description b/42sh/42ShellTester/spec/bonuses/separators/and/errors/002-parse-error-too-much-symbol/description deleted file mode 100644 index 00c27154..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/errors/002-parse-error-too-much-symbol/description +++ /dev/null @@ -1,3 +0,0 @@ -Parsing test. -The purpose of this test is to check that more than two '&' operators are detected as a syntax error. -It should not execute the two commands `write_on_stdout` but display an error and exit with an error status code. diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/errors/002-parse-error-too-much-symbol/misc b/42sh/42ShellTester/spec/bonuses/separators/and/errors/002-parse-error-too-much-symbol/misc deleted file mode 100644 index 55d07cd5..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/errors/002-parse-error-too-much-symbol/misc +++ /dev/null @@ -1 +0,0 @@ -expected_to_not exit_with_status "0" diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/errors/002-parse-error-too-much-symbol/stderr b/42sh/42ShellTester/spec/bonuses/separators/and/errors/002-parse-error-too-much-symbol/stderr deleted file mode 100644 index 19c209de..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/errors/002-parse-error-too-much-symbol/stderr +++ /dev/null @@ -1,2 +0,0 @@ -might_not be_empty -might match_regex "([Ss]yntax|[Pp]arse) error" diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/errors/002-parse-error-too-much-symbol/stdin b/42sh/42ShellTester/spec/bonuses/separators/and/errors/002-parse-error-too-much-symbol/stdin deleted file mode 100644 index d43aa5f0..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/errors/002-parse-error-too-much-symbol/stdin +++ /dev/null @@ -1 +0,0 @@ -./write_on_stdout ${GLOBAL_TOKEN} &&& ./write_on_stdout ${GLOBAL_TOKEN} diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/errors/002-parse-error-too-much-symbol/stdout b/42sh/42ShellTester/spec/bonuses/separators/and/errors/002-parse-error-too-much-symbol/stdout deleted file mode 100644 index f78d19db..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/errors/002-parse-error-too-much-symbol/stdout +++ /dev/null @@ -1,2 +0,0 @@ -might_not match_regex "${GLOBAL_TOKEN}" -might be_empty diff --git a/42sh/42ShellTester/spec/bonuses/separators/and/errors/README.md b/42sh/42ShellTester/spec/bonuses/separators/and/errors/README.md deleted file mode 100644 index 60f1730e..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/and/errors/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# errors - -*[spec > bonuses > separators > and](..) > errors* - -* [001-parse-error-at-beginning](./001-parse-error-at-beginning) -* [002-parse-error-too-much-symbol](./002-parse-error-too-much-symbol) diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/001-and-or/README.md b/42sh/42ShellTester/spec/bonuses/separators/mixed/001-and-or/README.md deleted file mode 100644 index 8c6871fb..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/001-and-or/README.md +++ /dev/null @@ -1,59 +0,0 @@ -# 001-and-or - -*[spec > bonuses > separators > mixed](..) > 001-and-or* - -The purpose of this test is to check that using the two separators AND `&&` and OR `||` applies the good logic: The second command is executed if the first one succeeds, and the third command is executed if the second one fails or is not executed. -### Shell commands that are sent to the standard entry - -```bash -./exit_with_status 42 && ./write_on_stderr ${GLOBAL_TOKEN}_ERROR 21 || ./write_on_stdout ${GLOBAL_TOKEN}_SUCCESS - -``` - -### What is expected on standard output - -```bash -expected_to match_regex "${GLOBAL_TOKEN}_SUCCESS" - -``` - -### What is expected on error output - -```bash -expected_to be_empty - -``` - -### What miscellaneous behaviors are expected - -```bash -expected_to exit_with_status "0" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/001-and-or/description b/42sh/42ShellTester/spec/bonuses/separators/mixed/001-and-or/description deleted file mode 100644 index bfa3fc16..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/001-and-or/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that using the two separators AND `&&` and OR `||` applies the good logic: The second command is executed if the first one succeeds, and the third command is executed if the second one fails or is not executed. diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/001-and-or/misc b/42sh/42ShellTester/spec/bonuses/separators/mixed/001-and-or/misc deleted file mode 100644 index fe5959b7..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/001-and-or/misc +++ /dev/null @@ -1 +0,0 @@ -expected_to exit_with_status "0" diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/001-and-or/stderr b/42sh/42ShellTester/spec/bonuses/separators/mixed/001-and-or/stderr deleted file mode 100644 index 93b97883..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/001-and-or/stderr +++ /dev/null @@ -1 +0,0 @@ -expected_to be_empty diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/001-and-or/stdin b/42sh/42ShellTester/spec/bonuses/separators/mixed/001-and-or/stdin deleted file mode 100644 index ead446bc..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/001-and-or/stdin +++ /dev/null @@ -1 +0,0 @@ -./exit_with_status 42 && ./write_on_stderr ${GLOBAL_TOKEN}_ERROR 21 || ./write_on_stdout ${GLOBAL_TOKEN}_SUCCESS diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/001-and-or/stdout b/42sh/42ShellTester/spec/bonuses/separators/mixed/001-and-or/stdout deleted file mode 100644 index 258a6d56..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/001-and-or/stdout +++ /dev/null @@ -1 +0,0 @@ -expected_to match_regex "${GLOBAL_TOKEN}_SUCCESS" diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/002-and-or/README.md b/42sh/42ShellTester/spec/bonuses/separators/mixed/002-and-or/README.md deleted file mode 100644 index e1706492..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/002-and-or/README.md +++ /dev/null @@ -1,59 +0,0 @@ -# 002-and-or - -*[spec > bonuses > separators > mixed](..) > 002-and-or* - -The purpose of this test is to check that using the two separators AND `&&` and OR `||` applies the good logic: The second command is executed if the first one succeeds, and the third command is executed if the second one fails or is not executed. -### Shell commands that are sent to the standard entry - -```bash -./exit_with_status 0 && ./write_on_stderr ${GLOBAL_TOKEN}_ERROR 21 || ./write_on_stdout ${GLOBAL_TOKEN}_SUCCESS - -``` - -### What is expected on standard output - -```bash -expected_to match_regex "${GLOBAL_TOKEN}_SUCCESS" - -``` - -### What is expected on error output - -```bash -expected_to match_regex "${GLOBAL_TOKEN}_ERROR" - -``` - -### What miscellaneous behaviors are expected - -```bash -expected_to exit_with_status "0" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/002-and-or/description b/42sh/42ShellTester/spec/bonuses/separators/mixed/002-and-or/description deleted file mode 100644 index bfa3fc16..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/002-and-or/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that using the two separators AND `&&` and OR `||` applies the good logic: The second command is executed if the first one succeeds, and the third command is executed if the second one fails or is not executed. diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/002-and-or/misc b/42sh/42ShellTester/spec/bonuses/separators/mixed/002-and-or/misc deleted file mode 100644 index fe5959b7..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/002-and-or/misc +++ /dev/null @@ -1 +0,0 @@ -expected_to exit_with_status "0" diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/002-and-or/stderr b/42sh/42ShellTester/spec/bonuses/separators/mixed/002-and-or/stderr deleted file mode 100644 index e9c877c3..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/002-and-or/stderr +++ /dev/null @@ -1 +0,0 @@ -expected_to match_regex "${GLOBAL_TOKEN}_ERROR" diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/002-and-or/stdin b/42sh/42ShellTester/spec/bonuses/separators/mixed/002-and-or/stdin deleted file mode 100644 index 7513ed7b..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/002-and-or/stdin +++ /dev/null @@ -1 +0,0 @@ -./exit_with_status 0 && ./write_on_stderr ${GLOBAL_TOKEN}_ERROR 21 || ./write_on_stdout ${GLOBAL_TOKEN}_SUCCESS diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/002-and-or/stdout b/42sh/42ShellTester/spec/bonuses/separators/mixed/002-and-or/stdout deleted file mode 100644 index 258a6d56..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/002-and-or/stdout +++ /dev/null @@ -1 +0,0 @@ -expected_to match_regex "${GLOBAL_TOKEN}_SUCCESS" diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/003-and-or/README.md b/42sh/42ShellTester/spec/bonuses/separators/mixed/003-and-or/README.md deleted file mode 100644 index d257e648..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/003-and-or/README.md +++ /dev/null @@ -1,59 +0,0 @@ -# 003-and-or - -*[spec > bonuses > separators > mixed](..) > 003-and-or* - -The purpose of this test is to check that using the two separators AND `&&` and OR `||` applies the good logic: The second command is executed if the first one succeeds, and the third command is executed if the second one fails or is not executed. -### Shell commands that are sent to the standard entry - -```bash -./exit_with_status 0 && ./write_on_stdout ${GLOBAL_TOKEN}_SUCCESS || ./write_on_stderr ${GLOBAL_TOKEN}_ERROR 21 - -``` - -### What is expected on standard output - -```bash -expected_to match_regex "${GLOBAL_TOKEN}_SUCCESS" - -``` - -### What is expected on error output - -```bash -expected_to be_empty - -``` - -### What miscellaneous behaviors are expected - -```bash -expected_to exit_with_status "0" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/003-and-or/description b/42sh/42ShellTester/spec/bonuses/separators/mixed/003-and-or/description deleted file mode 100644 index bfa3fc16..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/003-and-or/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that using the two separators AND `&&` and OR `||` applies the good logic: The second command is executed if the first one succeeds, and the third command is executed if the second one fails or is not executed. diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/003-and-or/misc b/42sh/42ShellTester/spec/bonuses/separators/mixed/003-and-or/misc deleted file mode 100644 index fe5959b7..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/003-and-or/misc +++ /dev/null @@ -1 +0,0 @@ -expected_to exit_with_status "0" diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/003-and-or/stderr b/42sh/42ShellTester/spec/bonuses/separators/mixed/003-and-or/stderr deleted file mode 100644 index 93b97883..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/003-and-or/stderr +++ /dev/null @@ -1 +0,0 @@ -expected_to be_empty diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/003-and-or/stdin b/42sh/42ShellTester/spec/bonuses/separators/mixed/003-and-or/stdin deleted file mode 100644 index e695ff1a..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/003-and-or/stdin +++ /dev/null @@ -1 +0,0 @@ -./exit_with_status 0 && ./write_on_stdout ${GLOBAL_TOKEN}_SUCCESS || ./write_on_stderr ${GLOBAL_TOKEN}_ERROR 21 diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/003-and-or/stdout b/42sh/42ShellTester/spec/bonuses/separators/mixed/003-and-or/stdout deleted file mode 100644 index 258a6d56..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/003-and-or/stdout +++ /dev/null @@ -1 +0,0 @@ -expected_to match_regex "${GLOBAL_TOKEN}_SUCCESS" diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/004-or-and/README.md b/42sh/42ShellTester/spec/bonuses/separators/mixed/004-or-and/README.md deleted file mode 100644 index eb66cf3f..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/004-or-and/README.md +++ /dev/null @@ -1,59 +0,0 @@ -# 004-or-and - -*[spec > bonuses > separators > mixed](..) > 004-or-and* - -The purpose of this test is to check that using the two separators OR `||` and AND `&&` applies the good logic: The second command is executed if the first one fails, and the third command is executed if the second one succeeds or is not executed. -### Shell commands that are sent to the standard entry - -```bash -./exit_with_status 42 || ./write_on_stderr ${GLOBAL_TOKEN}_ERROR 21 && ./write_on_stdout ${GLOBAL_TOKEN}_SUCCESS - -``` - -### What is expected on standard output - -```bash -expected_to be_empty - -``` - -### What is expected on error output - -```bash -expected_to match_regex "${GLOBAL_TOKEN}_ERROR" - -``` - -### What miscellaneous behaviors are expected - -```bash -expected_to exit_with_status "21" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/004-or-and/description b/42sh/42ShellTester/spec/bonuses/separators/mixed/004-or-and/description deleted file mode 100644 index fba00623..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/004-or-and/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that using the two separators OR `||` and AND `&&` applies the good logic: The second command is executed if the first one fails, and the third command is executed if the second one succeeds or is not executed. diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/004-or-and/misc b/42sh/42ShellTester/spec/bonuses/separators/mixed/004-or-and/misc deleted file mode 100644 index 82d70611..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/004-or-and/misc +++ /dev/null @@ -1 +0,0 @@ -expected_to exit_with_status "21" diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/004-or-and/stderr b/42sh/42ShellTester/spec/bonuses/separators/mixed/004-or-and/stderr deleted file mode 100644 index e9c877c3..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/004-or-and/stderr +++ /dev/null @@ -1 +0,0 @@ -expected_to match_regex "${GLOBAL_TOKEN}_ERROR" diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/004-or-and/stdin b/42sh/42ShellTester/spec/bonuses/separators/mixed/004-or-and/stdin deleted file mode 100644 index 29391e99..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/004-or-and/stdin +++ /dev/null @@ -1 +0,0 @@ -./exit_with_status 42 || ./write_on_stderr ${GLOBAL_TOKEN}_ERROR 21 && ./write_on_stdout ${GLOBAL_TOKEN}_SUCCESS diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/004-or-and/stdout b/42sh/42ShellTester/spec/bonuses/separators/mixed/004-or-and/stdout deleted file mode 100644 index 93b97883..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/004-or-and/stdout +++ /dev/null @@ -1 +0,0 @@ -expected_to be_empty diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/005-or-and/README.md b/42sh/42ShellTester/spec/bonuses/separators/mixed/005-or-and/README.md deleted file mode 100644 index bb944740..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/005-or-and/README.md +++ /dev/null @@ -1,59 +0,0 @@ -# 005-or-and - -*[spec > bonuses > separators > mixed](..) > 005-or-and* - -The purpose of this test is to check that using the two separators OR `||` and AND `&&` applies the good logic: The second command is executed if the first one fails, and the third command is executed if the second one succeeds or is not executed. -### Shell commands that are sent to the standard entry - -```bash -./exit_with_status 42 || ./write_on_stdout ${GLOBAL_TOKEN}_SUCCESS && ./write_on_stderr ${GLOBAL_TOKEN}_ERROR 21 - -``` - -### What is expected on standard output - -```bash -expected_to match_regex "${GLOBAL_TOKEN}_SUCCESS" - -``` - -### What is expected on error output - -```bash -expected_to match_regex "${GLOBAL_TOKEN}_ERROR" - -``` - -### What miscellaneous behaviors are expected - -```bash -expected_to exit_with_status "21" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/005-or-and/description b/42sh/42ShellTester/spec/bonuses/separators/mixed/005-or-and/description deleted file mode 100644 index fba00623..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/005-or-and/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that using the two separators OR `||` and AND `&&` applies the good logic: The second command is executed if the first one fails, and the third command is executed if the second one succeeds or is not executed. diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/005-or-and/misc b/42sh/42ShellTester/spec/bonuses/separators/mixed/005-or-and/misc deleted file mode 100644 index 82d70611..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/005-or-and/misc +++ /dev/null @@ -1 +0,0 @@ -expected_to exit_with_status "21" diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/005-or-and/stderr b/42sh/42ShellTester/spec/bonuses/separators/mixed/005-or-and/stderr deleted file mode 100644 index e9c877c3..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/005-or-and/stderr +++ /dev/null @@ -1 +0,0 @@ -expected_to match_regex "${GLOBAL_TOKEN}_ERROR" diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/005-or-and/stdin b/42sh/42ShellTester/spec/bonuses/separators/mixed/005-or-and/stdin deleted file mode 100644 index 6d9fee3a..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/005-or-and/stdin +++ /dev/null @@ -1 +0,0 @@ -./exit_with_status 42 || ./write_on_stdout ${GLOBAL_TOKEN}_SUCCESS && ./write_on_stderr ${GLOBAL_TOKEN}_ERROR 21 diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/005-or-and/stdout b/42sh/42ShellTester/spec/bonuses/separators/mixed/005-or-and/stdout deleted file mode 100644 index 258a6d56..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/005-or-and/stdout +++ /dev/null @@ -1 +0,0 @@ -expected_to match_regex "${GLOBAL_TOKEN}_SUCCESS" diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/006-or-and/README.md b/42sh/42ShellTester/spec/bonuses/separators/mixed/006-or-and/README.md deleted file mode 100644 index aa7f35bd..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/006-or-and/README.md +++ /dev/null @@ -1,59 +0,0 @@ -# 006-or-and - -*[spec > bonuses > separators > mixed](..) > 006-or-and* - -The purpose of this test is to check that using the two separators OR `||` and AND `&&` applies the good logic: The second command is executed if the first one fails, and the third command is executed if the second one succeeds or is not executed. -### Shell commands that are sent to the standard entry - -```bash -./exit_with_status 0 || ./write_on_stderr ${GLOBAL_TOKEN}_ERROR 21 && ./write_on_stdout ${GLOBAL_TOKEN}_SUCCESS - -``` - -### What is expected on standard output - -```bash -expected_to match_regex "${GLOBAL_TOKEN}_SUCCESS" - -``` - -### What is expected on error output - -```bash -expected_to be_empty - -``` - -### What miscellaneous behaviors are expected - -```bash -expected_to exit_with_status "0" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/006-or-and/description b/42sh/42ShellTester/spec/bonuses/separators/mixed/006-or-and/description deleted file mode 100644 index fba00623..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/006-or-and/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that using the two separators OR `||` and AND `&&` applies the good logic: The second command is executed if the first one fails, and the third command is executed if the second one succeeds or is not executed. diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/006-or-and/misc b/42sh/42ShellTester/spec/bonuses/separators/mixed/006-or-and/misc deleted file mode 100644 index fe5959b7..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/006-or-and/misc +++ /dev/null @@ -1 +0,0 @@ -expected_to exit_with_status "0" diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/006-or-and/stderr b/42sh/42ShellTester/spec/bonuses/separators/mixed/006-or-and/stderr deleted file mode 100644 index 93b97883..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/006-or-and/stderr +++ /dev/null @@ -1 +0,0 @@ -expected_to be_empty diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/006-or-and/stdin b/42sh/42ShellTester/spec/bonuses/separators/mixed/006-or-and/stdin deleted file mode 100644 index 7dab07c6..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/006-or-and/stdin +++ /dev/null @@ -1 +0,0 @@ -./exit_with_status 0 || ./write_on_stderr ${GLOBAL_TOKEN}_ERROR 21 && ./write_on_stdout ${GLOBAL_TOKEN}_SUCCESS diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/006-or-and/stdout b/42sh/42ShellTester/spec/bonuses/separators/mixed/006-or-and/stdout deleted file mode 100644 index 258a6d56..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/006-or-and/stdout +++ /dev/null @@ -1 +0,0 @@ -expected_to match_regex "${GLOBAL_TOKEN}_SUCCESS" diff --git a/42sh/42ShellTester/spec/bonuses/separators/mixed/README.md b/42sh/42ShellTester/spec/bonuses/separators/mixed/README.md deleted file mode 100644 index a6863e70..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/mixed/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# mixed - -*[spec > bonuses > separators](..) > mixed* - -* [001-and-or](./001-and-or) -* [002-and-or](./002-and-or) -* [003-and-or](./003-and-or) -* [004-or-and](./004-or-and) -* [005-or-and](./005-or-and) -* [006-or-and](./006-or-and) diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/001-run-first-only/README.md b/42sh/42ShellTester/spec/bonuses/separators/or/001-run-first-only/README.md deleted file mode 100644 index 1d3ce380..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/001-run-first-only/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# 001-run-first-only - -*[spec > bonuses > separators > or](..) > 001-run-first-only* - -The purpose of this test is to check that the OR operator `||` makes the right command to not be executed if the left one exits with a success status. -### Shell commands that are sent to the standard entry - -```bash -./write_on_stdout ${GLOBAL_TOKEN}_LEFT || ./write_on_stdout ${GLOBAL_TOKEN}_RIGHT - -``` - -### What is expected on standard output - -```bash -might match_regex ${GLOBAL_TOKEN}_LEFT -might_not match_regex ${GLOBAL_TOKEN}_RIGHT - -``` - -### What is expected on error output - -```bash -might be_empty - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/001-run-first-only/description b/42sh/42ShellTester/spec/bonuses/separators/or/001-run-first-only/description deleted file mode 100644 index faf0dca8..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/001-run-first-only/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that the OR operator `||` makes the right command to not be executed if the left one exits with a success status. diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/001-run-first-only/stderr b/42sh/42ShellTester/spec/bonuses/separators/or/001-run-first-only/stderr deleted file mode 100644 index c0265b63..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/001-run-first-only/stderr +++ /dev/null @@ -1 +0,0 @@ -might be_empty diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/001-run-first-only/stdin b/42sh/42ShellTester/spec/bonuses/separators/or/001-run-first-only/stdin deleted file mode 100644 index e167faf4..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/001-run-first-only/stdin +++ /dev/null @@ -1 +0,0 @@ -./write_on_stdout ${GLOBAL_TOKEN}_LEFT || ./write_on_stdout ${GLOBAL_TOKEN}_RIGHT diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/001-run-first-only/stdout b/42sh/42ShellTester/spec/bonuses/separators/or/001-run-first-only/stdout deleted file mode 100644 index 195b1a22..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/001-run-first-only/stdout +++ /dev/null @@ -1,2 +0,0 @@ -might match_regex ${GLOBAL_TOKEN}_LEFT -might_not match_regex ${GLOBAL_TOKEN}_RIGHT diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/002-run-second-only/README.md b/42sh/42ShellTester/spec/bonuses/separators/or/002-run-second-only/README.md deleted file mode 100644 index 5e7a59df..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/002-run-second-only/README.md +++ /dev/null @@ -1,59 +0,0 @@ -# 002-run-second-only - -*[spec > bonuses > separators > or](..) > 002-run-second-only* - -The purpose of this test is to check that the OR operator `||` makes the right command to be executed if the left one exits with an error status code. -### Shell commands that are sent to the standard entry - -```bash -./exit_with_status 42 || ./write_on_stdout ${GLOBAL_TOKEN} - -``` - -### What is expected on standard output - -```bash -might match_regex "${GLOBAL_TOKEN}" - -``` - -### What is expected on error output - -```bash -might be_empty - -``` - -### What miscellaneous behaviors are expected - -```bash -might exit_with_status "0" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/002-run-second-only/description b/42sh/42ShellTester/spec/bonuses/separators/or/002-run-second-only/description deleted file mode 100644 index f8892296..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/002-run-second-only/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that the OR operator `||` makes the right command to be executed if the left one exits with an error status code. diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/002-run-second-only/misc b/42sh/42ShellTester/spec/bonuses/separators/or/002-run-second-only/misc deleted file mode 100644 index fd805999..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/002-run-second-only/misc +++ /dev/null @@ -1 +0,0 @@ -might exit_with_status "0" diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/002-run-second-only/stderr b/42sh/42ShellTester/spec/bonuses/separators/or/002-run-second-only/stderr deleted file mode 100644 index c0265b63..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/002-run-second-only/stderr +++ /dev/null @@ -1 +0,0 @@ -might be_empty diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/002-run-second-only/stdin b/42sh/42ShellTester/spec/bonuses/separators/or/002-run-second-only/stdin deleted file mode 100644 index fc0472c0..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/002-run-second-only/stdin +++ /dev/null @@ -1 +0,0 @@ -./exit_with_status 42 || ./write_on_stdout ${GLOBAL_TOKEN} diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/002-run-second-only/stdout b/42sh/42ShellTester/spec/bonuses/separators/or/002-run-second-only/stdout deleted file mode 100644 index bbdd98ff..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/002-run-second-only/stdout +++ /dev/null @@ -1 +0,0 @@ -might match_regex "${GLOBAL_TOKEN}" diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/003-run-until-succeeding/README.md b/42sh/42ShellTester/spec/bonuses/separators/or/003-run-until-succeeding/README.md deleted file mode 100644 index 8e2d2f22..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/003-run-until-succeeding/README.md +++ /dev/null @@ -1,60 +0,0 @@ -# 003-run-until-succeeding - -*[spec > bonuses > separators > or](..) > 003-run-until-succeeding* - -The purpose of this test is to check that using the OR separator `||` with chained commands results in the execution of all until the first succeed. The remaining commands are not executed. -### Shell commands that are sent to the standard entry - -```bash -./exit_with_status 1 || ./exit_with_status 2 || ./exit_with_status 3 || ./exit_with_status 4 || ./write_on_stdout ${GLOBAL_TOKEN}_FIRST || ./write_on_stdout ${GLOBAL_TOKEN}_SECOND - -``` - -### What is expected on standard output - -```bash -expected_to match_regex "${GLOBAL_TOKEN}_FIRST" -expected_to_not match_regex "${GLOBAL_TOKEN}_SECOND" - -``` - -### What is expected on error output - -```bash -expected_to be_empty - -``` - -### What miscellaneous behaviors are expected - -```bash -expected_to exit_with_status "0" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/003-run-until-succeeding/description b/42sh/42ShellTester/spec/bonuses/separators/or/003-run-until-succeeding/description deleted file mode 100644 index 960a362b..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/003-run-until-succeeding/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that using the OR separator `||` with chained commands results in the execution of all until the first succeed. The remaining commands are not executed. diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/003-run-until-succeeding/misc b/42sh/42ShellTester/spec/bonuses/separators/or/003-run-until-succeeding/misc deleted file mode 100644 index fe5959b7..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/003-run-until-succeeding/misc +++ /dev/null @@ -1 +0,0 @@ -expected_to exit_with_status "0" diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/003-run-until-succeeding/stderr b/42sh/42ShellTester/spec/bonuses/separators/or/003-run-until-succeeding/stderr deleted file mode 100644 index 93b97883..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/003-run-until-succeeding/stderr +++ /dev/null @@ -1 +0,0 @@ -expected_to be_empty diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/003-run-until-succeeding/stdin b/42sh/42ShellTester/spec/bonuses/separators/or/003-run-until-succeeding/stdin deleted file mode 100644 index 0f675560..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/003-run-until-succeeding/stdin +++ /dev/null @@ -1 +0,0 @@ -./exit_with_status 1 || ./exit_with_status 2 || ./exit_with_status 3 || ./exit_with_status 4 || ./write_on_stdout ${GLOBAL_TOKEN}_FIRST || ./write_on_stdout ${GLOBAL_TOKEN}_SECOND diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/003-run-until-succeeding/stdout b/42sh/42ShellTester/spec/bonuses/separators/or/003-run-until-succeeding/stdout deleted file mode 100644 index 16c3d329..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/003-run-until-succeeding/stdout +++ /dev/null @@ -1,2 +0,0 @@ -expected_to match_regex "${GLOBAL_TOKEN}_FIRST" -expected_to_not match_regex "${GLOBAL_TOKEN}_SECOND" diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/README.md b/42sh/42ShellTester/spec/bonuses/separators/or/README.md deleted file mode 100644 index a3b10c36..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# or - -*[spec > bonuses > separators](..) > or* - -* [001-run-first-only](./001-run-first-only) -* [002-run-second-only](./002-run-second-only) -* [003-run-until-succeeding](./003-run-until-succeeding) -* [errors](./errors) diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/errors/001-parse-error-at-beginning/README.md b/42sh/42ShellTester/spec/bonuses/separators/or/errors/001-parse-error-at-beginning/README.md deleted file mode 100644 index c0b32de0..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/errors/001-parse-error-at-beginning/README.md +++ /dev/null @@ -1,62 +0,0 @@ -# 001-parse-error-at-beginning - -*[spec > bonuses > separators > or > errors](..) > 001-parse-error-at-beginning* - -Parsing test. -The purpose of this test is to check that the OR operator `||` must be placed after a valid command. -If not, the Shell should display an error and exit with an error status code. -### Shell commands that are sent to the standard entry - -```bash -|| ./write_on_stdout ${GLOBAL_TOKEN} - -``` - -### What is expected on standard output - -```bash -might be_empty - -``` - -### What is expected on error output - -```bash -might_not be_empty -might match_regex "([Ss]yntax|[Pp]arse) error" - -``` - -### What miscellaneous behaviors are expected - -```bash -might_not exit_with_status "0" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/errors/001-parse-error-at-beginning/description b/42sh/42ShellTester/spec/bonuses/separators/or/errors/001-parse-error-at-beginning/description deleted file mode 100644 index d29fb8ad..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/errors/001-parse-error-at-beginning/description +++ /dev/null @@ -1,3 +0,0 @@ -Parsing test. -The purpose of this test is to check that the OR operator `||` must be placed after a valid command. -If not, the Shell should display an error and exit with an error status code. diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/errors/001-parse-error-at-beginning/misc b/42sh/42ShellTester/spec/bonuses/separators/or/errors/001-parse-error-at-beginning/misc deleted file mode 100644 index c4b48f73..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/errors/001-parse-error-at-beginning/misc +++ /dev/null @@ -1 +0,0 @@ -might_not exit_with_status "0" diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/errors/001-parse-error-at-beginning/stderr b/42sh/42ShellTester/spec/bonuses/separators/or/errors/001-parse-error-at-beginning/stderr deleted file mode 100644 index 19c209de..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/errors/001-parse-error-at-beginning/stderr +++ /dev/null @@ -1,2 +0,0 @@ -might_not be_empty -might match_regex "([Ss]yntax|[Pp]arse) error" diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/errors/001-parse-error-at-beginning/stdin b/42sh/42ShellTester/spec/bonuses/separators/or/errors/001-parse-error-at-beginning/stdin deleted file mode 100644 index 9dfc6dbd..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/errors/001-parse-error-at-beginning/stdin +++ /dev/null @@ -1 +0,0 @@ -|| ./write_on_stdout ${GLOBAL_TOKEN} diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/errors/001-parse-error-at-beginning/stdout b/42sh/42ShellTester/spec/bonuses/separators/or/errors/001-parse-error-at-beginning/stdout deleted file mode 100644 index c0265b63..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/errors/001-parse-error-at-beginning/stdout +++ /dev/null @@ -1 +0,0 @@ -might be_empty diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/errors/002-parse-error-too-much-symbol/README.md b/42sh/42ShellTester/spec/bonuses/separators/or/errors/002-parse-error-too-much-symbol/README.md deleted file mode 100644 index 1edf6632..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/errors/002-parse-error-too-much-symbol/README.md +++ /dev/null @@ -1,63 +0,0 @@ -# 002-parse-error-too-much-symbol - -*[spec > bonuses > separators > or > errors](..) > 002-parse-error-too-much-symbol* - -Parsing test. -The purpose of this test is to check that using more than two pipe symbols `|` is detected as an error. -The Shell should display an error and exit with a error status code. -### Shell commands that are sent to the standard entry - -```bash -./write_on_stdout ${GLOBAL_TOKEN} ||| ./write_on_stdout ${GLOBAL_TOKEN} - -``` - -### What is expected on standard output - -```bash -might be_empty - -``` - -### What is expected on error output - -```bash -might_not be_empty -might match_regex "([Ss]yntax|[Pp]arse) error" - - -``` - -### What miscellaneous behaviors are expected - -```bash -might_not exit_with_status "0" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/errors/002-parse-error-too-much-symbol/description b/42sh/42ShellTester/spec/bonuses/separators/or/errors/002-parse-error-too-much-symbol/description deleted file mode 100644 index 940ef752..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/errors/002-parse-error-too-much-symbol/description +++ /dev/null @@ -1,3 +0,0 @@ -Parsing test. -The purpose of this test is to check that using more than two pipe symbols `|` is detected as an error. -The Shell should display an error and exit with a error status code. diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/errors/002-parse-error-too-much-symbol/misc b/42sh/42ShellTester/spec/bonuses/separators/or/errors/002-parse-error-too-much-symbol/misc deleted file mode 100644 index c4b48f73..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/errors/002-parse-error-too-much-symbol/misc +++ /dev/null @@ -1 +0,0 @@ -might_not exit_with_status "0" diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/errors/002-parse-error-too-much-symbol/stderr b/42sh/42ShellTester/spec/bonuses/separators/or/errors/002-parse-error-too-much-symbol/stderr deleted file mode 100644 index a6382d38..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/errors/002-parse-error-too-much-symbol/stderr +++ /dev/null @@ -1,3 +0,0 @@ -might_not be_empty -might match_regex "([Ss]yntax|[Pp]arse) error" - diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/errors/002-parse-error-too-much-symbol/stdin b/42sh/42ShellTester/spec/bonuses/separators/or/errors/002-parse-error-too-much-symbol/stdin deleted file mode 100644 index 782254a3..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/errors/002-parse-error-too-much-symbol/stdin +++ /dev/null @@ -1 +0,0 @@ -./write_on_stdout ${GLOBAL_TOKEN} ||| ./write_on_stdout ${GLOBAL_TOKEN} diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/errors/002-parse-error-too-much-symbol/stdout b/42sh/42ShellTester/spec/bonuses/separators/or/errors/002-parse-error-too-much-symbol/stdout deleted file mode 100644 index c0265b63..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/errors/002-parse-error-too-much-symbol/stdout +++ /dev/null @@ -1 +0,0 @@ -might be_empty diff --git a/42sh/42ShellTester/spec/bonuses/separators/or/errors/README.md b/42sh/42ShellTester/spec/bonuses/separators/or/errors/README.md deleted file mode 100644 index babe06e9..00000000 --- a/42sh/42ShellTester/spec/bonuses/separators/or/errors/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# errors - -*[spec > bonuses > separators > or](..) > errors* - -* [001-parse-error-at-beginning](./001-parse-error-at-beginning) -* [002-parse-error-too-much-symbol](./002-parse-error-too-much-symbol) diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/001-expanded-with-HOME-1/README.md b/42sh/42ShellTester/spec/bonuses/tilde-expansion/001-expanded-with-HOME-1/README.md deleted file mode 100644 index f5f690c9..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/001-expanded-with-HOME-1/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# 001-expanded-with-HOME-1 - -*[spec > bonuses > tilde-expansion](..) > 001-expanded-with-HOME-1* - -The purpose of this test is to check that the symbol tilde `~` may be expanded with the environment variable HOME. -### What is done before test - -```bash -export "HOME=/${GLOBAL_TOKEN}" - -``` - -### Shell commands that are sent to the standard entry - -```bash -./write_on_stdout ~ - -``` - -### What is expected on standard output - -```bash -expected_to_not match_regex "~" -expected_to match_regex "^/${GLOBAL_TOKEN}$" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/001-expanded-with-HOME-1/before_exec b/42sh/42ShellTester/spec/bonuses/tilde-expansion/001-expanded-with-HOME-1/before_exec deleted file mode 100644 index 2f825443..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/001-expanded-with-HOME-1/before_exec +++ /dev/null @@ -1 +0,0 @@ -export "HOME=/${GLOBAL_TOKEN}" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/001-expanded-with-HOME-1/description b/42sh/42ShellTester/spec/bonuses/tilde-expansion/001-expanded-with-HOME-1/description deleted file mode 100644 index 53e01191..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/001-expanded-with-HOME-1/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that the symbol tilde `~` may be expanded with the environment variable HOME. diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/001-expanded-with-HOME-1/stdin b/42sh/42ShellTester/spec/bonuses/tilde-expansion/001-expanded-with-HOME-1/stdin deleted file mode 100644 index 69307f14..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/001-expanded-with-HOME-1/stdin +++ /dev/null @@ -1 +0,0 @@ -./write_on_stdout ~ diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/001-expanded-with-HOME-1/stdout b/42sh/42ShellTester/spec/bonuses/tilde-expansion/001-expanded-with-HOME-1/stdout deleted file mode 100644 index 3c9d4ab8..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/001-expanded-with-HOME-1/stdout +++ /dev/null @@ -1,2 +0,0 @@ -expected_to_not match_regex "~" -expected_to match_regex "^/${GLOBAL_TOKEN}$" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/002-expanded-with-HOME-2/README.md b/42sh/42ShellTester/spec/bonuses/tilde-expansion/002-expanded-with-HOME-2/README.md deleted file mode 100644 index 9af192b8..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/002-expanded-with-HOME-2/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# 002-expanded-with-HOME-2 - -*[spec > bonuses > tilde-expansion](..) > 002-expanded-with-HOME-2* - -The purpose of this test is to check that the symbol tilde `~` followed by the symbol slash `/` may be expanded with the environment variable HOME. -### What is done before test - -```bash -export "HOME=/${GLOBAL_TOKEN}" - -``` - -### Shell commands that are sent to the standard entry - -```bash -./write_on_stdout ~/${GLOBAL_TOKEN}_SUBDIRECTORY - -``` - -### What is expected on standard output - -```bash -expected_to_not match_regex "~" -expected_to match_regex "^/${GLOBAL_TOKEN}/${GLOBAL_TOKEN}_SUBDIRECTORY$" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/002-expanded-with-HOME-2/before_exec b/42sh/42ShellTester/spec/bonuses/tilde-expansion/002-expanded-with-HOME-2/before_exec deleted file mode 100644 index 2f825443..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/002-expanded-with-HOME-2/before_exec +++ /dev/null @@ -1 +0,0 @@ -export "HOME=/${GLOBAL_TOKEN}" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/002-expanded-with-HOME-2/description b/42sh/42ShellTester/spec/bonuses/tilde-expansion/002-expanded-with-HOME-2/description deleted file mode 100644 index 2c601af5..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/002-expanded-with-HOME-2/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that the symbol tilde `~` followed by the symbol slash `/` may be expanded with the environment variable HOME. diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/002-expanded-with-HOME-2/stdin b/42sh/42ShellTester/spec/bonuses/tilde-expansion/002-expanded-with-HOME-2/stdin deleted file mode 100644 index b806e8d9..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/002-expanded-with-HOME-2/stdin +++ /dev/null @@ -1 +0,0 @@ -./write_on_stdout ~/${GLOBAL_TOKEN}_SUBDIRECTORY diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/002-expanded-with-HOME-2/stdout b/42sh/42ShellTester/spec/bonuses/tilde-expansion/002-expanded-with-HOME-2/stdout deleted file mode 100644 index ddeb1db3..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/002-expanded-with-HOME-2/stdout +++ /dev/null @@ -1,2 +0,0 @@ -expected_to_not match_regex "~" -expected_to match_regex "^/${GLOBAL_TOKEN}/${GLOBAL_TOKEN}_SUBDIRECTORY$" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/003-expanded-with-PWD-1/README.md b/42sh/42ShellTester/spec/bonuses/tilde-expansion/003-expanded-with-PWD-1/README.md deleted file mode 100644 index d591b379..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/003-expanded-with-PWD-1/README.md +++ /dev/null @@ -1,54 +0,0 @@ -# 003-expanded-with-PWD-1 - -*[spec > bonuses > tilde-expansion](..) > 003-expanded-with-PWD-1* - -The purpose of this test is to check that the symbol tilde `~` may be expanded with the environment variable PWD when followed by the symbol `+`. -### What is done before test - -```bash -export "HOME=/${GLOBAL_TOKEN}" - -``` - -### Shell commands that are sent to the standard entry - -```bash -./write_on_stdout ~+ - -``` - -### What is expected on standard output - -```bash -expected_to_not match_regex "~[+]" -expected_to_not match_regex "/${GLOBAL_TOKEN}[+]" -expected_to match_regex "^${GLOBAL_TMP_DIRECTORY}$" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/003-expanded-with-PWD-1/before_exec b/42sh/42ShellTester/spec/bonuses/tilde-expansion/003-expanded-with-PWD-1/before_exec deleted file mode 100644 index 2f825443..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/003-expanded-with-PWD-1/before_exec +++ /dev/null @@ -1 +0,0 @@ -export "HOME=/${GLOBAL_TOKEN}" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/003-expanded-with-PWD-1/description b/42sh/42ShellTester/spec/bonuses/tilde-expansion/003-expanded-with-PWD-1/description deleted file mode 100644 index 545ed856..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/003-expanded-with-PWD-1/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that the symbol tilde `~` may be expanded with the environment variable PWD when followed by the symbol `+`. diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/003-expanded-with-PWD-1/stdin b/42sh/42ShellTester/spec/bonuses/tilde-expansion/003-expanded-with-PWD-1/stdin deleted file mode 100644 index c2315545..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/003-expanded-with-PWD-1/stdin +++ /dev/null @@ -1 +0,0 @@ -./write_on_stdout ~+ diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/003-expanded-with-PWD-1/stdout b/42sh/42ShellTester/spec/bonuses/tilde-expansion/003-expanded-with-PWD-1/stdout deleted file mode 100644 index ec00fafb..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/003-expanded-with-PWD-1/stdout +++ /dev/null @@ -1,3 +0,0 @@ -expected_to_not match_regex "~[+]" -expected_to_not match_regex "/${GLOBAL_TOKEN}[+]" -expected_to match_regex "^${GLOBAL_TMP_DIRECTORY}$" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/004-expanded-with-PWD-2/README.md b/42sh/42ShellTester/spec/bonuses/tilde-expansion/004-expanded-with-PWD-2/README.md deleted file mode 100644 index 6f108a8a..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/004-expanded-with-PWD-2/README.md +++ /dev/null @@ -1,54 +0,0 @@ -# 004-expanded-with-PWD-2 - -*[spec > bonuses > tilde-expansion](..) > 004-expanded-with-PWD-2* - -The purpose of this test is to check that the symbol tilde `~` may be expanded with the environment variable PWD when followed by the symbol `+`. -### What is done before test - -```bash -export "HOME=/${GLOBAL_TOKEN}" - -``` - -### Shell commands that are sent to the standard entry - -```bash -./write_on_stdout ~+/${GLOBAL_TOKEN}_SUBDIRECTORY - -``` - -### What is expected on standard output - -```bash -expected_to_not match_regex "~+/${GLOBAL_TOKEN}_SUBDIRECTORY" -expected_to_not match_regex "/${GLOBAL_TOKEN}[+]/${GLOBAL_TOKEN}_SUBDIRECTORY" -expected_to match_regex "^${GLOBAL_TMP_DIRECTORY}/${GLOBAL_TOKEN}_SUBDIRECTORY$" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/004-expanded-with-PWD-2/before_exec b/42sh/42ShellTester/spec/bonuses/tilde-expansion/004-expanded-with-PWD-2/before_exec deleted file mode 100644 index 2f825443..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/004-expanded-with-PWD-2/before_exec +++ /dev/null @@ -1 +0,0 @@ -export "HOME=/${GLOBAL_TOKEN}" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/004-expanded-with-PWD-2/description b/42sh/42ShellTester/spec/bonuses/tilde-expansion/004-expanded-with-PWD-2/description deleted file mode 100644 index 545ed856..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/004-expanded-with-PWD-2/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that the symbol tilde `~` may be expanded with the environment variable PWD when followed by the symbol `+`. diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/004-expanded-with-PWD-2/stdin b/42sh/42ShellTester/spec/bonuses/tilde-expansion/004-expanded-with-PWD-2/stdin deleted file mode 100644 index 019c6cf9..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/004-expanded-with-PWD-2/stdin +++ /dev/null @@ -1 +0,0 @@ -./write_on_stdout ~+/${GLOBAL_TOKEN}_SUBDIRECTORY diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/004-expanded-with-PWD-2/stdout b/42sh/42ShellTester/spec/bonuses/tilde-expansion/004-expanded-with-PWD-2/stdout deleted file mode 100644 index 23a27406..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/004-expanded-with-PWD-2/stdout +++ /dev/null @@ -1,3 +0,0 @@ -expected_to_not match_regex "~+/${GLOBAL_TOKEN}_SUBDIRECTORY" -expected_to_not match_regex "/${GLOBAL_TOKEN}[+]/${GLOBAL_TOKEN}_SUBDIRECTORY" -expected_to match_regex "^${GLOBAL_TMP_DIRECTORY}/${GLOBAL_TOKEN}_SUBDIRECTORY$" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/005-expanded-with-OLDPWD-1/README.md b/42sh/42ShellTester/spec/bonuses/tilde-expansion/005-expanded-with-OLDPWD-1/README.md deleted file mode 100644 index 8220f52e..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/005-expanded-with-OLDPWD-1/README.md +++ /dev/null @@ -1,57 +0,0 @@ -# 005-expanded-with-OLDPWD-1 - -*[spec > bonuses > tilde-expansion](..) > 005-expanded-with-OLDPWD-1* - -The purpose of this test is to check that the symbol tilde `~` may be expanded with the environment variable OLDPWD when followed by the symbol `+`. -### What is done before test - -```bash -rm -rf "./${GLOBAL_TOKEN}_SUBDIRECTORY" -mkdir "./${GLOBAL_TOKEN}_SUBDIRECTORY" -export "HOME=/${GLOBAL_TOKEN}" - -``` - -### Shell commands that are sent to the standard entry - -```bash -cd ./${GLOBAL_TOKEN}_SUBDIRECTORY -${GLOBAL_TMP_DIRECTORY}/write_on_stdout ~- - -``` - -### What is expected on standard output - -```bash -expected_to_not match_regex "~-" -expected_to_not match_regex "/${GLOBAL_TOKEN}-" -expected_to match_regex "^${GLOBAL_TMP_DIRECTORY}$" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/005-expanded-with-OLDPWD-1/before_exec b/42sh/42ShellTester/spec/bonuses/tilde-expansion/005-expanded-with-OLDPWD-1/before_exec deleted file mode 100644 index 52fbb306..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/005-expanded-with-OLDPWD-1/before_exec +++ /dev/null @@ -1,3 +0,0 @@ -rm -rf "./${GLOBAL_TOKEN}_SUBDIRECTORY" -mkdir "./${GLOBAL_TOKEN}_SUBDIRECTORY" -export "HOME=/${GLOBAL_TOKEN}" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/005-expanded-with-OLDPWD-1/description b/42sh/42ShellTester/spec/bonuses/tilde-expansion/005-expanded-with-OLDPWD-1/description deleted file mode 100644 index 1cb05172..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/005-expanded-with-OLDPWD-1/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that the symbol tilde `~` may be expanded with the environment variable OLDPWD when followed by the symbol `+`. diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/005-expanded-with-OLDPWD-1/stdin b/42sh/42ShellTester/spec/bonuses/tilde-expansion/005-expanded-with-OLDPWD-1/stdin deleted file mode 100644 index c9e75916..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/005-expanded-with-OLDPWD-1/stdin +++ /dev/null @@ -1,2 +0,0 @@ -cd ./${GLOBAL_TOKEN}_SUBDIRECTORY -${GLOBAL_TMP_DIRECTORY}/write_on_stdout ~- diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/005-expanded-with-OLDPWD-1/stdout b/42sh/42ShellTester/spec/bonuses/tilde-expansion/005-expanded-with-OLDPWD-1/stdout deleted file mode 100644 index ff80be6f..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/005-expanded-with-OLDPWD-1/stdout +++ /dev/null @@ -1,3 +0,0 @@ -expected_to_not match_regex "~-" -expected_to_not match_regex "/${GLOBAL_TOKEN}-" -expected_to match_regex "^${GLOBAL_TMP_DIRECTORY}$" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/006-expanded-with-OLDPWD-2/README.md b/42sh/42ShellTester/spec/bonuses/tilde-expansion/006-expanded-with-OLDPWD-2/README.md deleted file mode 100644 index de98ffb2..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/006-expanded-with-OLDPWD-2/README.md +++ /dev/null @@ -1,57 +0,0 @@ -# 006-expanded-with-OLDPWD-2 - -*[spec > bonuses > tilde-expansion](..) > 006-expanded-with-OLDPWD-2* - -The purpose of this test is to check that the symbol tilde `~` may be expanded with the environment variable OLDPWD when followed by the symbol `+`. -### What is done before test - -```bash -rm -rf "./${GLOBAL_TOKEN}_SUBDIRECTORY" -mkdir "./${GLOBAL_TOKEN}_SUBDIRECTORY" -export "HOME=/${GLOBAL_TOKEN}" - -``` - -### Shell commands that are sent to the standard entry - -```bash -cd ./${GLOBAL_TOKEN}_SUBDIRECTORY -${GLOBAL_TMP_DIRECTORY}/write_on_stdout ~-/${GLOBAL_TOKEN}_OTHERDIRECTORY - -``` - -### What is expected on standard output - -```bash -expected_to_not match_regex "~-/${GLOBAL_TOKEN}_OTHERDIRECTORY" -expected_to_not match_regex "/${GLOBAL_TOKEN}-/${GLOBAL_TOKEN}_OTHERDIRECTORY" -expected_to match_regex "^${GLOBAL_TMP_DIRECTORY}/${GLOBAL_TOKEN}_OTHERDIRECTORY$" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/006-expanded-with-OLDPWD-2/before_exec b/42sh/42ShellTester/spec/bonuses/tilde-expansion/006-expanded-with-OLDPWD-2/before_exec deleted file mode 100644 index 52fbb306..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/006-expanded-with-OLDPWD-2/before_exec +++ /dev/null @@ -1,3 +0,0 @@ -rm -rf "./${GLOBAL_TOKEN}_SUBDIRECTORY" -mkdir "./${GLOBAL_TOKEN}_SUBDIRECTORY" -export "HOME=/${GLOBAL_TOKEN}" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/006-expanded-with-OLDPWD-2/description b/42sh/42ShellTester/spec/bonuses/tilde-expansion/006-expanded-with-OLDPWD-2/description deleted file mode 100644 index 1cb05172..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/006-expanded-with-OLDPWD-2/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that the symbol tilde `~` may be expanded with the environment variable OLDPWD when followed by the symbol `+`. diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/006-expanded-with-OLDPWD-2/stdin b/42sh/42ShellTester/spec/bonuses/tilde-expansion/006-expanded-with-OLDPWD-2/stdin deleted file mode 100644 index 76895961..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/006-expanded-with-OLDPWD-2/stdin +++ /dev/null @@ -1,2 +0,0 @@ -cd ./${GLOBAL_TOKEN}_SUBDIRECTORY -${GLOBAL_TMP_DIRECTORY}/write_on_stdout ~-/${GLOBAL_TOKEN}_OTHERDIRECTORY diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/006-expanded-with-OLDPWD-2/stdout b/42sh/42ShellTester/spec/bonuses/tilde-expansion/006-expanded-with-OLDPWD-2/stdout deleted file mode 100644 index 1dbf719e..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/006-expanded-with-OLDPWD-2/stdout +++ /dev/null @@ -1,3 +0,0 @@ -expected_to_not match_regex "~-/${GLOBAL_TOKEN}_OTHERDIRECTORY" -expected_to_not match_regex "/${GLOBAL_TOKEN}-/${GLOBAL_TOKEN}_OTHERDIRECTORY" -expected_to match_regex "^${GLOBAL_TMP_DIRECTORY}/${GLOBAL_TOKEN}_OTHERDIRECTORY$" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/README.md b/42sh/42ShellTester/spec/bonuses/tilde-expansion/README.md deleted file mode 100644 index 5c02470e..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# tilde-expansion - -*[spec > bonuses](..) > tilde-expansion* - -* [001-expanded-with-HOME-1](./001-expanded-with-HOME-1) -* [002-expanded-with-HOME-2](./002-expanded-with-HOME-2) -* [003-expanded-with-PWD-1](./003-expanded-with-PWD-1) -* [004-expanded-with-PWD-2](./004-expanded-with-PWD-2) -* [005-expanded-with-OLDPWD-1](./005-expanded-with-OLDPWD-1) -* [006-expanded-with-OLDPWD-2](./006-expanded-with-OLDPWD-2) -* [not-expanded](./not-expanded) diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/001-not-expanded-with-HOME-1/README.md b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/001-not-expanded-with-HOME-1/README.md deleted file mode 100644 index 04bc890e..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/001-not-expanded-with-HOME-1/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# 001-not-expanded-with-HOME-1 - -*[spec > bonuses > tilde-expansion > not-expanded](..) > 001-not-expanded-with-HOME-1* - -The purpose of this test is to check that the symbol tilde `~` may be not expanded when not followed by an authorized symbol or user name. -### What is done before test - -```bash -export "HOME=/${GLOBAL_TOKEN}" - -``` - -### Shell commands that are sent to the standard entry - -```bash -./write_on_stdout ~~ - -``` - -### What is expected on standard output - -```bash -expected_to match_regex "^~~$" -expected_to_not match_regex "/${GLOBAL_TOKEN}" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/001-not-expanded-with-HOME-1/before_exec b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/001-not-expanded-with-HOME-1/before_exec deleted file mode 100644 index 2f825443..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/001-not-expanded-with-HOME-1/before_exec +++ /dev/null @@ -1 +0,0 @@ -export "HOME=/${GLOBAL_TOKEN}" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/001-not-expanded-with-HOME-1/description b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/001-not-expanded-with-HOME-1/description deleted file mode 100644 index 739f0907..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/001-not-expanded-with-HOME-1/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that the symbol tilde `~` may be not expanded when not followed by an authorized symbol or user name. diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/001-not-expanded-with-HOME-1/stdin b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/001-not-expanded-with-HOME-1/stdin deleted file mode 100644 index fd5167ce..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/001-not-expanded-with-HOME-1/stdin +++ /dev/null @@ -1 +0,0 @@ -./write_on_stdout ~~ diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/001-not-expanded-with-HOME-1/stdout b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/001-not-expanded-with-HOME-1/stdout deleted file mode 100644 index 3160a089..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/001-not-expanded-with-HOME-1/stdout +++ /dev/null @@ -1,2 +0,0 @@ -expected_to match_regex "^~~$" -expected_to_not match_regex "/${GLOBAL_TOKEN}" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/002-not-expanded-with-HOME-2/README.md b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/002-not-expanded-with-HOME-2/README.md deleted file mode 100644 index a573acaf..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/002-not-expanded-with-HOME-2/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# 002-not-expanded-with-HOME-2 - -*[spec > bonuses > tilde-expansion > not-expanded](..) > 002-not-expanded-with-HOME-2* - -The purpose of this test is to check that the symbol tilde `~` may be not expanded when not followed by an authorized symbol or user name. -### What is done before test - -```bash -export "HOME=/${GLOBAL_TOKEN}" - -``` - -### Shell commands that are sent to the standard entry - -```bash -./write_on_stdout ~${GLOBAL_TOKEN}_UNKNOWNUSER - -``` - -### What is expected on standard output - -```bash -expected_to match_regex "^~${GLOBAL_TOKEN}_UNKNOWNUSER$" -expected_to_not match_regex "/${GLOBAL_TOKEN}${GLOBAL_TOKEN}_UNKNOWNUSER" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/002-not-expanded-with-HOME-2/before_exec b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/002-not-expanded-with-HOME-2/before_exec deleted file mode 100644 index 2f825443..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/002-not-expanded-with-HOME-2/before_exec +++ /dev/null @@ -1 +0,0 @@ -export "HOME=/${GLOBAL_TOKEN}" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/002-not-expanded-with-HOME-2/description b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/002-not-expanded-with-HOME-2/description deleted file mode 100644 index 739f0907..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/002-not-expanded-with-HOME-2/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that the symbol tilde `~` may be not expanded when not followed by an authorized symbol or user name. diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/002-not-expanded-with-HOME-2/stdin b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/002-not-expanded-with-HOME-2/stdin deleted file mode 100644 index 3c0b74c7..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/002-not-expanded-with-HOME-2/stdin +++ /dev/null @@ -1 +0,0 @@ -./write_on_stdout ~${GLOBAL_TOKEN}_UNKNOWNUSER diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/002-not-expanded-with-HOME-2/stdout b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/002-not-expanded-with-HOME-2/stdout deleted file mode 100644 index 9a73fcf0..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/002-not-expanded-with-HOME-2/stdout +++ /dev/null @@ -1,2 +0,0 @@ -expected_to match_regex "^~${GLOBAL_TOKEN}_UNKNOWNUSER$" -expected_to_not match_regex "/${GLOBAL_TOKEN}${GLOBAL_TOKEN}_UNKNOWNUSER" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/003-not-expanded-with-PWD/README.md b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/003-not-expanded-with-PWD/README.md deleted file mode 100644 index 4019717d..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/003-not-expanded-with-PWD/README.md +++ /dev/null @@ -1,54 +0,0 @@ -# 003-not-expanded-with-PWD - -*[spec > bonuses > tilde-expansion > not-expanded](..) > 003-not-expanded-with-PWD* - -The purpose of this test is to check that the symbol tilde `~` is not expanded with the environment variable PWD when not followed by the symbol `/`. -### What is done before test - -```bash -export "HOME=/${GLOBAL_TOKEN}" - -``` - -### Shell commands that are sent to the standard entry - -```bash -./write_on_stdout ~+${GLOBAL_TOKEN}_SUBDIRECTORY - -``` - -### What is expected on standard output - -```bash -expected_to match_regex "^~[+]${GLOBAL_TOKEN}_SUBDIRECTORY$" -expected_to_not match_regex "/${GLOBAL_TOKEN}[+]${GLOBAL_TOKEN}_SUBDIRECTORY" -expected_to_not match_regex "${GLOBAL_TMP_DIRECTORY}${GLOBAL_TOKEN}_SUBDIRECTORY" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/003-not-expanded-with-PWD/before_exec b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/003-not-expanded-with-PWD/before_exec deleted file mode 100644 index 2f825443..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/003-not-expanded-with-PWD/before_exec +++ /dev/null @@ -1 +0,0 @@ -export "HOME=/${GLOBAL_TOKEN}" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/003-not-expanded-with-PWD/description b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/003-not-expanded-with-PWD/description deleted file mode 100644 index 832e877c..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/003-not-expanded-with-PWD/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that the symbol tilde `~` is not expanded with the environment variable PWD when not followed by the symbol `/`. diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/003-not-expanded-with-PWD/stdin b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/003-not-expanded-with-PWD/stdin deleted file mode 100644 index f0cc2677..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/003-not-expanded-with-PWD/stdin +++ /dev/null @@ -1 +0,0 @@ -./write_on_stdout ~+${GLOBAL_TOKEN}_SUBDIRECTORY diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/003-not-expanded-with-PWD/stdout b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/003-not-expanded-with-PWD/stdout deleted file mode 100644 index 53269842..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/003-not-expanded-with-PWD/stdout +++ /dev/null @@ -1,3 +0,0 @@ -expected_to match_regex "^~[+]${GLOBAL_TOKEN}_SUBDIRECTORY$" -expected_to_not match_regex "/${GLOBAL_TOKEN}[+]${GLOBAL_TOKEN}_SUBDIRECTORY" -expected_to_not match_regex "${GLOBAL_TMP_DIRECTORY}${GLOBAL_TOKEN}_SUBDIRECTORY" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/004-not-expanded-with-OLDPWD/README.md b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/004-not-expanded-with-OLDPWD/README.md deleted file mode 100644 index c45e2a7f..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/004-not-expanded-with-OLDPWD/README.md +++ /dev/null @@ -1,57 +0,0 @@ -# 004-not-expanded-with-OLDPWD - -*[spec > bonuses > tilde-expansion > not-expanded](..) > 004-not-expanded-with-OLDPWD* - -The purpose of this test is to check that the symbol tilde `~` is not expanded with the environment variable OLDPWD when not followed by the symbol `/`. -### What is done before test - -```bash -rm -rf "./${GLOBAL_TOKEN}_SUBDIRECTORY" -mkdir "./${GLOBAL_TOKEN}_SUBDIRECTORY" -export "HOME=/${GLOBAL_TOKEN}" - -``` - -### Shell commands that are sent to the standard entry - -```bash -cd ./${GLOBAL_TOKEN}_SUBDIRECTORY -${GLOBAL_TMP_DIRECTORY}/write_on_stdout ~-${GLOBAL_TOKEN}_OTHERDIRECTORY - -``` - -### What is expected on standard output - -```bash -expected_to match_regex "^~-${GLOBAL_TOKEN}_OTHERDIRECTORY$" -expected_to_not match_regex "/${GLOBAL_TOKEN}-/${GLOBAL_TOKEN}_OTHERDIRECTORY" -expected_to_not match_regex "${GLOBAL_TMP_DIRECTORY}/${GLOBAL_TOKEN}_OTHERDIRECTORY" - -``` - -### Variables - -The following variables may appear in this test: - -* ${**GLOBAL_INSTALLDIR**} -> The installation directory of 42ShellTester -* ${**GLOBAL_TMP_DIRECTORY**} -> The temporary directory in which tests are executed -* ${**GLOBAL_TOKEN**} -> A token that changes value at launch time -* ${**PATH**} -> The standard environment variable PATH -* ${**HOME**} -> The standard environment variable HOME - -### Support binaries - -The following binaries may appear in this test: - - -* **[./display_env](http://github.com/we-sh/42ShellTester/tree/master/support/display-env)** -> A binary that iterates on `**envp` and write each element on standard output. -* **[./display_program_name](http://github.com/we-sh/42ShellTester/tree/master/support/display-program-name)** -> A binary that writes its name on standard ouput. -* **[./display_pwd](http://github.com/we-sh/42ShellTester/tree/master/support/display-pwd)** -> A binary that writes on standard output the absolute path of the current directory returned by `getcwd(3)`, encountered with the strings `PWD:` and `:PWD`. -* **[./exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/exit-with-status)** -> A binary that immediately exits with the status given as first argument. -* **[./read_on_stdin](http://github.com/we-sh/42ShellTester/tree/master/support/read-on-stdin)** -> A binary that reads on standard entry and write each line on standard output suffixed with the character `@` (e.g. same behavior as `cat -e` and the *newline* character). When `read(2)` returns `-1`, then the string `STDIN READ ERROR` is written on standard error. -* **[./sleep_and_exit_with_status](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-exit-with-status)** -> A binary that sleeps for a duration in seconds given as first argument and then exits with status given as second argument. -* **[./sleep_and_write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/sleep-and-write-on-stderr)** -> A binary that sleeps for a duration in seconds given as first argument and then writes on STDERR the string given as second argument without EOL. -* **[./write_all_arguments_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-all-arguments-on-stdout)** -> A binary that writes on standard output each argument separated by the symbol `@`. If no argument is given, it writes the string "nothing to be written on stdout". -* **[./write_on_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stderr)** -> A binary that writes on standard error the first given argument (the same behavior as `echo` but with only one argument) and exits with an error status code given as second argument. If no argument is given, it writes the string "write on stderr" and exit with status `1`. -* **[./write_on_stdout](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout)** -> A binary that writes on standard output the first given argument (the same behavior as `echo` but with only one argument). If no argument is given, it writes the string "write on stdout". -* **[./write_on_stdout_and_stderr](http://github.com/we-sh/42ShellTester/tree/master/support/write-on-stdout-and-stderr)** -> A binary that writes on standard output the first given argument, and writes on standard error the second given argument. If an argument is missing, it writes the strings "write on stdout" and "write on stderr". diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/004-not-expanded-with-OLDPWD/before_exec b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/004-not-expanded-with-OLDPWD/before_exec deleted file mode 100644 index 52fbb306..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/004-not-expanded-with-OLDPWD/before_exec +++ /dev/null @@ -1,3 +0,0 @@ -rm -rf "./${GLOBAL_TOKEN}_SUBDIRECTORY" -mkdir "./${GLOBAL_TOKEN}_SUBDIRECTORY" -export "HOME=/${GLOBAL_TOKEN}" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/004-not-expanded-with-OLDPWD/description b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/004-not-expanded-with-OLDPWD/description deleted file mode 100644 index fad1aead..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/004-not-expanded-with-OLDPWD/description +++ /dev/null @@ -1 +0,0 @@ -The purpose of this test is to check that the symbol tilde `~` is not expanded with the environment variable OLDPWD when not followed by the symbol `/`. diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/004-not-expanded-with-OLDPWD/stdin b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/004-not-expanded-with-OLDPWD/stdin deleted file mode 100644 index 4c3cec62..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/004-not-expanded-with-OLDPWD/stdin +++ /dev/null @@ -1,2 +0,0 @@ -cd ./${GLOBAL_TOKEN}_SUBDIRECTORY -${GLOBAL_TMP_DIRECTORY}/write_on_stdout ~-${GLOBAL_TOKEN}_OTHERDIRECTORY diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/004-not-expanded-with-OLDPWD/stdout b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/004-not-expanded-with-OLDPWD/stdout deleted file mode 100644 index 1ed88c70..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/004-not-expanded-with-OLDPWD/stdout +++ /dev/null @@ -1,3 +0,0 @@ -expected_to match_regex "^~-${GLOBAL_TOKEN}_OTHERDIRECTORY$" -expected_to_not match_regex "/${GLOBAL_TOKEN}-/${GLOBAL_TOKEN}_OTHERDIRECTORY" -expected_to_not match_regex "${GLOBAL_TMP_DIRECTORY}/${GLOBAL_TOKEN}_OTHERDIRECTORY" diff --git a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/README.md b/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/README.md deleted file mode 100644 index bdb7eabc..00000000 --- a/42sh/42ShellTester/spec/bonuses/tilde-expansion/not-expanded/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# not-expanded - -*[spec > bonuses > tilde-expansion](..) > not-expanded* - -* [001-not-expanded-with-HOME-1](./001-not-expanded-with-HOME-1) -* [002-not-expanded-with-HOME-2](./002-not-expanded-with-HOME-2) -* [003-not-expanded-with-PWD](./003-not-expanded-with-PWD) -* [004-not-expanded-with-OLDPWD](./004-not-expanded-with-OLDPWD) diff --git a/42sh/42ShellTester/tmp/$TOKEN201703291601_NAME b/42sh/42ShellTester/tmp/$TOKEN201703291601_NAME deleted file mode 100644 index fb568a45..00000000 --- a/42sh/42ShellTester/tmp/$TOKEN201703291601_NAME +++ /dev/null @@ -1,3 +0,0 @@ -TOKEN201703291601_VALUE -TOKEN201703291601_VALUE1 -TOKEN201703291601_VALUE2 diff --git a/42sh/42ShellTester/tmp/- b/42sh/42ShellTester/tmp/- deleted file mode 100644 index 7ffe71c3..00000000 --- a/42sh/42ShellTester/tmp/- +++ /dev/null @@ -1,22 +0,0 @@ -make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./display-env -gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/display_env" -make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./display-program-name -gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/display_program_name" -make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./display-pwd -gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/display_pwd" -make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./exit-with-status -gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/exit_with_status" -make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./read-on-stdin -gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/read_on_stdin" -make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./sleep-and-exit-with-status -gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/sleep_and_exit_with_status" -make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./sleep-and-write-on-stderr -gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/sleep_and_write_on_stderr" -make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./write-all-arguments-on-stdout -gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/write_all_arguments_on_stdout" -make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./write-on-stderr -gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/write_on_stderr" -make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./write-on-stdout -gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/write_on_stdout" -make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./write-on-stdout-and-stderr -gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/write_on_stdout_and_stderr" diff --git a/42sh/42ShellTester/tmp/21sh-misc-001-no-prompt-in-non-interactive-mode.stderr b/42sh/42ShellTester/tmp/21sh-misc-001-no-prompt-in-non-interactive-mode.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-misc-001-no-prompt-in-non-interactive-mode.stderr.raw b/42sh/42ShellTester/tmp/21sh-misc-001-no-prompt-in-non-interactive-mode.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-misc-001-no-prompt-in-non-interactive-mode.stdout b/42sh/42ShellTester/tmp/21sh-misc-001-no-prompt-in-non-interactive-mode.stdout deleted file mode 100644 index 5fa1c43e..00000000 --- a/42sh/42ShellTester/tmp/21sh-misc-001-no-prompt-in-non-interactive-mode.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/21sh-misc-001-no-prompt-in-non-interactive-mode.stdout.raw b/42sh/42ShellTester/tmp/21sh-misc-001-no-prompt-in-non-interactive-mode.stdout.raw deleted file mode 100644 index 5fa1c43e..00000000 --- a/42sh/42ShellTester/tmp/21sh-misc-001-no-prompt-in-non-interactive-mode.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/21sh-misc-002-simple-command-line.stderr b/42sh/42ShellTester/tmp/21sh-misc-002-simple-command-line.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-misc-002-simple-command-line.stderr.raw b/42sh/42ShellTester/tmp/21sh-misc-002-simple-command-line.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-misc-002-simple-command-line.stdout b/42sh/42ShellTester/tmp/21sh-misc-002-simple-command-line.stdout deleted file mode 100644 index 565df98e..00000000 --- a/42sh/42ShellTester/tmp/21sh-misc-002-simple-command-line.stdout +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_FILE - 48 diff --git a/42sh/42ShellTester/tmp/21sh-misc-002-simple-command-line.stdout.raw b/42sh/42ShellTester/tmp/21sh-misc-002-simple-command-line.stdout.raw deleted file mode 100644 index 565df98e..00000000 --- a/42sh/42ShellTester/tmp/21sh-misc-002-simple-command-line.stdout.raw +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_FILE - 48 diff --git a/42sh/42ShellTester/tmp/21sh-pipe-001-single-pipe.stderr b/42sh/42ShellTester/tmp/21sh-pipe-001-single-pipe.stderr deleted file mode 100644 index a668293f..00000000 --- a/42sh/42ShellTester/tmp/21sh-pipe-001-single-pipe.stderr +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stderr diff --git a/42sh/42ShellTester/tmp/21sh-pipe-001-single-pipe.stderr.raw b/42sh/42ShellTester/tmp/21sh-pipe-001-single-pipe.stderr.raw deleted file mode 100644 index a668293f..00000000 --- a/42sh/42ShellTester/tmp/21sh-pipe-001-single-pipe.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stderr diff --git a/42sh/42ShellTester/tmp/21sh-pipe-001-single-pipe.stdout b/42sh/42ShellTester/tmp/21sh-pipe-001-single-pipe.stdout deleted file mode 100644 index 2823efbb..00000000 --- a/42sh/42ShellTester/tmp/21sh-pipe-001-single-pipe.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stdout@ diff --git a/42sh/42ShellTester/tmp/21sh-pipe-001-single-pipe.stdout.raw b/42sh/42ShellTester/tmp/21sh-pipe-001-single-pipe.stdout.raw deleted file mode 100644 index 2823efbb..00000000 --- a/42sh/42ShellTester/tmp/21sh-pipe-001-single-pipe.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stdout@ diff --git a/42sh/42ShellTester/tmp/21sh-pipe-002-chained-pipes.stderr b/42sh/42ShellTester/tmp/21sh-pipe-002-chained-pipes.stderr deleted file mode 100644 index a668293f..00000000 --- a/42sh/42ShellTester/tmp/21sh-pipe-002-chained-pipes.stderr +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stderr diff --git a/42sh/42ShellTester/tmp/21sh-pipe-002-chained-pipes.stderr.raw b/42sh/42ShellTester/tmp/21sh-pipe-002-chained-pipes.stderr.raw deleted file mode 100644 index a668293f..00000000 --- a/42sh/42ShellTester/tmp/21sh-pipe-002-chained-pipes.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stderr diff --git a/42sh/42ShellTester/tmp/21sh-pipe-002-chained-pipes.stdout b/42sh/42ShellTester/tmp/21sh-pipe-002-chained-pipes.stdout deleted file mode 100644 index 7ebca56a..00000000 --- a/42sh/42ShellTester/tmp/21sh-pipe-002-chained-pipes.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stdout@@ diff --git a/42sh/42ShellTester/tmp/21sh-pipe-002-chained-pipes.stdout.raw b/42sh/42ShellTester/tmp/21sh-pipe-002-chained-pipes.stdout.raw deleted file mode 100644 index 7ebca56a..00000000 --- a/42sh/42ShellTester/tmp/21sh-pipe-002-chained-pipes.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stdout@@ diff --git a/42sh/42ShellTester/tmp/21sh-pipe-003-many-chained-pipes.stderr b/42sh/42ShellTester/tmp/21sh-pipe-003-many-chained-pipes.stderr deleted file mode 100644 index a668293f..00000000 --- a/42sh/42ShellTester/tmp/21sh-pipe-003-many-chained-pipes.stderr +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stderr diff --git a/42sh/42ShellTester/tmp/21sh-pipe-003-many-chained-pipes.stderr.raw b/42sh/42ShellTester/tmp/21sh-pipe-003-many-chained-pipes.stderr.raw deleted file mode 100644 index a668293f..00000000 --- a/42sh/42ShellTester/tmp/21sh-pipe-003-many-chained-pipes.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stderr diff --git a/42sh/42ShellTester/tmp/21sh-pipe-003-many-chained-pipes.stdout b/42sh/42ShellTester/tmp/21sh-pipe-003-many-chained-pipes.stdout deleted file mode 100644 index b8cbbac1..00000000 --- a/42sh/42ShellTester/tmp/21sh-pipe-003-many-chained-pipes.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stdout@@@@@@@@@@ diff --git a/42sh/42ShellTester/tmp/21sh-pipe-003-many-chained-pipes.stdout.raw b/42sh/42ShellTester/tmp/21sh-pipe-003-many-chained-pipes.stdout.raw deleted file mode 100644 index b8cbbac1..00000000 --- a/42sh/42ShellTester/tmp/21sh-pipe-003-many-chained-pipes.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stdout@@@@@@@@@@ diff --git a/42sh/42ShellTester/tmp/21sh-pipe-004-without-surrounding-whitespaces.stderr b/42sh/42ShellTester/tmp/21sh-pipe-004-without-surrounding-whitespaces.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-pipe-004-without-surrounding-whitespaces.stderr.raw b/42sh/42ShellTester/tmp/21sh-pipe-004-without-surrounding-whitespaces.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-pipe-004-without-surrounding-whitespaces.stdout b/42sh/42ShellTester/tmp/21sh-pipe-004-without-surrounding-whitespaces.stdout deleted file mode 100644 index 385addb0..00000000 --- a/42sh/42ShellTester/tmp/21sh-pipe-004-without-surrounding-whitespaces.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601@ diff --git a/42sh/42ShellTester/tmp/21sh-pipe-004-without-surrounding-whitespaces.stdout.raw b/42sh/42ShellTester/tmp/21sh-pipe-004-without-surrounding-whitespaces.stdout.raw deleted file mode 100644 index 385addb0..00000000 --- a/42sh/42ShellTester/tmp/21sh-pipe-004-without-surrounding-whitespaces.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601@ diff --git a/42sh/42ShellTester/tmp/21sh-pipe-005-asynchronous.stderr b/42sh/42ShellTester/tmp/21sh-pipe-005-asynchronous.stderr deleted file mode 100644 index 3c9256cf..00000000 --- a/42sh/42ShellTester/tmp/21sh-pipe-005-asynchronous.stderr +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_SECONDTOKEN201703291601_FIRSTTOKEN201703291601_LAST diff --git a/42sh/42ShellTester/tmp/21sh-pipe-005-asynchronous.stderr.raw b/42sh/42ShellTester/tmp/21sh-pipe-005-asynchronous.stderr.raw deleted file mode 100644 index ba34b0ac..00000000 --- a/42sh/42ShellTester/tmp/21sh-pipe-005-asynchronous.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_SECONDTOKEN201703291601_FIRSTTOKEN201703291601_LAST \ No newline at end of file diff --git a/42sh/42ShellTester/tmp/21sh-pipe-005-asynchronous.stdout b/42sh/42ShellTester/tmp/21sh-pipe-005-asynchronous.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-pipe-005-asynchronous.stdout.raw b/42sh/42ShellTester/tmp/21sh-pipe-005-asynchronous.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-pipe-006-exit-status.stderr b/42sh/42ShellTester/tmp/21sh-pipe-006-exit-status.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-pipe-006-exit-status.stderr.raw b/42sh/42ShellTester/tmp/21sh-pipe-006-exit-status.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-pipe-006-exit-status.stdout b/42sh/42ShellTester/tmp/21sh-pipe-006-exit-status.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-pipe-006-exit-status.stdout.raw b/42sh/42ShellTester/tmp/21sh-pipe-006-exit-status.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-001-close-stdin.stderr b/42sh/42ShellTester/tmp/21sh-redirections-inputs-001-close-stdin.stderr deleted file mode 100644 index de5d8c7b..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-inputs-001-close-stdin.stderr +++ /dev/null @@ -1 +0,0 @@ -STDIN READ ERROR diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-001-close-stdin.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-inputs-001-close-stdin.stderr.raw deleted file mode 100644 index de5d8c7b..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-inputs-001-close-stdin.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -STDIN READ ERROR diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-001-close-stdin.stdout b/42sh/42ShellTester/tmp/21sh-redirections-inputs-001-close-stdin.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-001-close-stdin.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-inputs-001-close-stdin.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-002-filename.stderr b/42sh/42ShellTester/tmp/21sh-redirections-inputs-002-filename.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-002-filename.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-inputs-002-filename.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-002-filename.stdout b/42sh/42ShellTester/tmp/21sh-redirections-inputs-002-filename.stdout deleted file mode 100644 index c2c4b30b..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-inputs-002-filename.stdout +++ /dev/null @@ -1,3 +0,0 @@ -TOKEN201703291601_LINE_1@ -TOKEN201703291601_LINE_2@ -TOKEN201703291601_LINE_3@ diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-002-filename.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-inputs-002-filename.stdout.raw deleted file mode 100644 index c2c4b30b..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-inputs-002-filename.stdout.raw +++ /dev/null @@ -1,3 +0,0 @@ -TOKEN201703291601_LINE_1@ -TOKEN201703291601_LINE_2@ -TOKEN201703291601_LINE_3@ diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-003-filename-with-whitespaces.stderr b/42sh/42ShellTester/tmp/21sh-redirections-inputs-003-filename-with-whitespaces.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-003-filename-with-whitespaces.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-inputs-003-filename-with-whitespaces.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-003-filename-with-whitespaces.stdout b/42sh/42ShellTester/tmp/21sh-redirections-inputs-003-filename-with-whitespaces.stdout deleted file mode 100644 index c2c4b30b..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-inputs-003-filename-with-whitespaces.stdout +++ /dev/null @@ -1,3 +0,0 @@ -TOKEN201703291601_LINE_1@ -TOKEN201703291601_LINE_2@ -TOKEN201703291601_LINE_3@ diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-003-filename-with-whitespaces.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-inputs-003-filename-with-whitespaces.stdout.raw deleted file mode 100644 index c2c4b30b..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-inputs-003-filename-with-whitespaces.stdout.raw +++ /dev/null @@ -1,3 +0,0 @@ -TOKEN201703291601_LINE_1@ -TOKEN201703291601_LINE_2@ -TOKEN201703291601_LINE_3@ diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-004-absolute-path.stderr b/42sh/42ShellTester/tmp/21sh-redirections-inputs-004-absolute-path.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-004-absolute-path.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-inputs-004-absolute-path.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-004-absolute-path.stdout b/42sh/42ShellTester/tmp/21sh-redirections-inputs-004-absolute-path.stdout deleted file mode 100644 index c2c4b30b..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-inputs-004-absolute-path.stdout +++ /dev/null @@ -1,3 +0,0 @@ -TOKEN201703291601_LINE_1@ -TOKEN201703291601_LINE_2@ -TOKEN201703291601_LINE_3@ diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-004-absolute-path.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-inputs-004-absolute-path.stdout.raw deleted file mode 100644 index c2c4b30b..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-inputs-004-absolute-path.stdout.raw +++ /dev/null @@ -1,3 +0,0 @@ -TOKEN201703291601_LINE_1@ -TOKEN201703291601_LINE_2@ -TOKEN201703291601_LINE_3@ diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-005-no-such-file.stderr b/42sh/42ShellTester/tmp/21sh-redirections-inputs-005-no-such-file.stderr deleted file mode 100644 index af40eedb..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-inputs-005-no-such-file.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: no_such_file: no such file or directory diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-005-no-such-file.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-inputs-005-no-such-file.stderr.raw deleted file mode 100644 index 7ba51da6..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-inputs-005-no-such-file.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: no_such_file: no such file or directory diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-005-no-such-file.stdout b/42sh/42ShellTester/tmp/21sh-redirections-inputs-005-no-such-file.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-inputs-005-no-such-file.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-inputs-005-no-such-file.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-001-append-default-to-file.stderr b/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-001-append-default-to-file.stderr deleted file mode 100644 index a668293f..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-001-append-default-to-file.stderr +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stderr diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-001-append-default-to-file.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-001-append-default-to-file.stderr.raw deleted file mode 100644 index a668293f..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-001-append-default-to-file.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stderr diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-001-append-default-to-file.stdout b/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-001-append-default-to-file.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-001-append-default-to-file.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-001-append-default-to-file.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-002-append-stdout-to-file.stderr b/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-002-append-stdout-to-file.stderr deleted file mode 100644 index a668293f..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-002-append-stdout-to-file.stderr +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stderr diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-002-append-stdout-to-file.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-002-append-stdout-to-file.stderr.raw deleted file mode 100644 index a668293f..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-002-append-stdout-to-file.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stderr diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-002-append-stdout-to-file.stdout b/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-002-append-stdout-to-file.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-002-append-stdout-to-file.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-002-append-stdout-to-file.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-003-append-stderr-to-file.stderr b/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-003-append-stderr-to-file.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-003-append-stderr-to-file.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-003-append-stderr-to-file.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-003-append-stderr-to-file.stdout b/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-003-append-stderr-to-file.stdout deleted file mode 100644 index e8b8f1f5..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-003-append-stderr-to-file.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stdout diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-003-append-stderr-to-file.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-003-append-stderr-to-file.stdout.raw deleted file mode 100644 index e8b8f1f5..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-003-append-stderr-to-file.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stdout diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-multiple-001-append-twice-separately.stderr b/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-multiple-001-append-twice-separately.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-multiple-001-append-twice-separately.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-multiple-001-append-twice-separately.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-multiple-001-append-twice-separately.stdout b/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-multiple-001-append-twice-separately.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-multiple-001-append-twice-separately.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-appending-multiple-001-append-twice-separately.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-001-close-default-output.stderr b/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-001-close-default-output.stderr deleted file mode 100644 index a668293f..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-001-close-default-output.stderr +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stderr diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-001-close-default-output.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-001-close-default-output.stderr.raw deleted file mode 100644 index a668293f..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-001-close-default-output.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stderr diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-001-close-default-output.stdout b/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-001-close-default-output.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-001-close-default-output.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-001-close-default-output.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-002-close-stdout.stderr b/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-002-close-stdout.stderr deleted file mode 100644 index a668293f..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-002-close-stdout.stderr +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stderr diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-002-close-stdout.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-002-close-stdout.stderr.raw deleted file mode 100644 index a668293f..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-002-close-stdout.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stderr diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-002-close-stdout.stdout b/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-002-close-stdout.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-002-close-stdout.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-002-close-stdout.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-003-close-stderr.stderr b/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-003-close-stderr.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-003-close-stderr.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-003-close-stderr.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-003-close-stderr.stdout b/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-003-close-stderr.stdout deleted file mode 100644 index e8b8f1f5..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-003-close-stderr.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stdout diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-003-close-stderr.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-003-close-stderr.stdout.raw deleted file mode 100644 index e8b8f1f5..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-003-close-stderr.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_stdout diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-004-close-twice-outputs.stderr b/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-004-close-twice-outputs.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-004-close-twice-outputs.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-004-close-twice-outputs.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-004-close-twice-outputs.stdout b/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-004-close-twice-outputs.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-004-close-twice-outputs.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-closing-004-close-twice-outputs.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-touching-001-works.stderr b/42sh/42ShellTester/tmp/21sh-redirections-outputs-touching-001-works.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-touching-001-works.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-touching-001-works.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-touching-001-works.stdout b/42sh/42ShellTester/tmp/21sh-redirections-outputs-touching-001-works.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-touching-001-works.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-touching-001-works.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-001-creates-file-if-not-exits.stderr b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-001-creates-file-if-not-exits.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-001-creates-file-if-not-exits.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-001-creates-file-if-not-exits.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-001-creates-file-if-not-exits.stdout b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-001-creates-file-if-not-exits.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-001-creates-file-if-not-exits.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-001-creates-file-if-not-exits.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-002-truncates-file-if-exists.stderr b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-002-truncates-file-if-exists.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-002-truncates-file-if-exists.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-002-truncates-file-if-exists.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-002-truncates-file-if-exists.stdout b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-002-truncates-file-if-exists.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-002-truncates-file-if-exists.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-002-truncates-file-if-exists.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-003-whitespace-before-filename.stderr b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-003-whitespace-before-filename.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-003-whitespace-before-filename.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-003-whitespace-before-filename.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-003-whitespace-before-filename.stdout b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-003-whitespace-before-filename.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-003-whitespace-before-filename.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-003-whitespace-before-filename.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-001-separately.stderr b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-001-separately.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-001-separately.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-001-separately.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-001-separately.stdout b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-001-separately.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-001-separately.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-001-separately.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-002-together-stdout-first.stderr b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-002-together-stdout-first.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-002-together-stdout-first.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-002-together-stdout-first.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-002-together-stdout-first.stdout b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-002-together-stdout-first.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-002-together-stdout-first.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-002-together-stdout-first.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-003-together-stderr-first.stderr b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-003-together-stderr-first.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-003-together-stderr-first.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-003-together-stderr-first.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-003-together-stderr-first.stdout b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-003-together-stderr-first.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-003-together-stderr-first.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-003-together-stderr-first.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-004-together.stderr b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-004-together.stderr deleted file mode 100644 index a9991e57..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-004-together.stderr +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_2 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-004-together.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-004-together.stderr.raw deleted file mode 100644 index a9991e57..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-004-together.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_2 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-004-together.stdout b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-004-together.stdout deleted file mode 100644 index 84e87bd2..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-004-together.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_1 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-004-together.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-004-together.stdout.raw deleted file mode 100644 index 84e87bd2..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-004-together.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_1 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stderr b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stderr deleted file mode 100644 index a9991e57..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stderr +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_2 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stderr.raw deleted file mode 100644 index a9991e57..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_2 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stdout b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stdout deleted file mode 100644 index 84e87bd2..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_1 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stdout.raw deleted file mode 100644 index 84e87bd2..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_1 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-stderr-001-works.stderr b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-stderr-001-works.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-stderr-001-works.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-stderr-001-works.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-stderr-001-works.stdout b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-stderr-001-works.stdout deleted file mode 100644 index 96d41c2b..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-stderr-001-works.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_STDOUT diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-stderr-001-works.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-stderr-001-works.stdout.raw deleted file mode 100644 index 96d41c2b..00000000 --- a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-stderr-001-works.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_STDOUT diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-stdout-001-with-explicit-fd.stderr b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-stdout-001-with-explicit-fd.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-stdout-001-with-explicit-fd.stderr.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-stdout-001-with-explicit-fd.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-stdout-001-with-explicit-fd.stdout b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-stdout-001-with-explicit-fd.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-stdout-001-with-explicit-fd.stdout.raw b/42sh/42ShellTester/tmp/21sh-redirections-outputs-truncating-stdout-001-with-explicit-fd.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-separators-semicolon-001-two-commands-sequentially.stderr b/42sh/42ShellTester/tmp/21sh-separators-semicolon-001-two-commands-sequentially.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-separators-semicolon-001-two-commands-sequentially.stderr.raw b/42sh/42ShellTester/tmp/21sh-separators-semicolon-001-two-commands-sequentially.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-separators-semicolon-001-two-commands-sequentially.stdout b/42sh/42ShellTester/tmp/21sh-separators-semicolon-001-two-commands-sequentially.stdout deleted file mode 100644 index 9fe2e6ba..00000000 --- a/42sh/42ShellTester/tmp/21sh-separators-semicolon-001-two-commands-sequentially.stdout +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_FIRST -TOKEN201703291601_SECOND diff --git a/42sh/42ShellTester/tmp/21sh-separators-semicolon-001-two-commands-sequentially.stdout.raw b/42sh/42ShellTester/tmp/21sh-separators-semicolon-001-two-commands-sequentially.stdout.raw deleted file mode 100644 index 9fe2e6ba..00000000 --- a/42sh/42ShellTester/tmp/21sh-separators-semicolon-001-two-commands-sequentially.stdout.raw +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_FIRST -TOKEN201703291601_SECOND diff --git a/42sh/42ShellTester/tmp/21sh-separators-semicolon-002-n-commands-sequentially.stderr b/42sh/42ShellTester/tmp/21sh-separators-semicolon-002-n-commands-sequentially.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-separators-semicolon-002-n-commands-sequentially.stderr.raw b/42sh/42ShellTester/tmp/21sh-separators-semicolon-002-n-commands-sequentially.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-separators-semicolon-002-n-commands-sequentially.stdout b/42sh/42ShellTester/tmp/21sh-separators-semicolon-002-n-commands-sequentially.stdout deleted file mode 100644 index 9faa0d8b..00000000 --- a/42sh/42ShellTester/tmp/21sh-separators-semicolon-002-n-commands-sequentially.stdout +++ /dev/null @@ -1,4 +0,0 @@ -TOKEN201703291601_FIRST -TOKEN201703291601_SECOND -TOKEN201703291601_THIRD -TOKEN201703291601_FOURTH diff --git a/42sh/42ShellTester/tmp/21sh-separators-semicolon-002-n-commands-sequentially.stdout.raw b/42sh/42ShellTester/tmp/21sh-separators-semicolon-002-n-commands-sequentially.stdout.raw deleted file mode 100644 index 9faa0d8b..00000000 --- a/42sh/42ShellTester/tmp/21sh-separators-semicolon-002-n-commands-sequentially.stdout.raw +++ /dev/null @@ -1,4 +0,0 @@ -TOKEN201703291601_FIRST -TOKEN201703291601_SECOND -TOKEN201703291601_THIRD -TOKEN201703291601_FOURTH diff --git a/42sh/42ShellTester/tmp/21sh-separators-semicolon-003-parse-error-empty-inline-command.stderr b/42sh/42ShellTester/tmp/21sh-separators-semicolon-003-parse-error-empty-inline-command.stderr deleted file mode 100644 index b47f6fe0..00000000 --- a/42sh/42ShellTester/tmp/21sh-separators-semicolon-003-parse-error-empty-inline-command.stderr +++ /dev/null @@ -1 +0,0 @@ -syntax error near unexpected token `;' diff --git a/42sh/42ShellTester/tmp/21sh-separators-semicolon-003-parse-error-empty-inline-command.stderr.raw b/42sh/42ShellTester/tmp/21sh-separators-semicolon-003-parse-error-empty-inline-command.stderr.raw deleted file mode 100644 index defed4bf..00000000 --- a/42sh/42ShellTester/tmp/21sh-separators-semicolon-003-parse-error-empty-inline-command.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -syntax error near unexpected token `;' diff --git a/42sh/42ShellTester/tmp/21sh-separators-semicolon-003-parse-error-empty-inline-command.stdout b/42sh/42ShellTester/tmp/21sh-separators-semicolon-003-parse-error-empty-inline-command.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-separators-semicolon-003-parse-error-empty-inline-command.stdout.raw b/42sh/42ShellTester/tmp/21sh-separators-semicolon-003-parse-error-empty-inline-command.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-separators-semicolon-004-parse-error-empty-command.stderr b/42sh/42ShellTester/tmp/21sh-separators-semicolon-004-parse-error-empty-command.stderr deleted file mode 100644 index b47f6fe0..00000000 --- a/42sh/42ShellTester/tmp/21sh-separators-semicolon-004-parse-error-empty-command.stderr +++ /dev/null @@ -1 +0,0 @@ -syntax error near unexpected token `;' diff --git a/42sh/42ShellTester/tmp/21sh-separators-semicolon-004-parse-error-empty-command.stderr.raw b/42sh/42ShellTester/tmp/21sh-separators-semicolon-004-parse-error-empty-command.stderr.raw deleted file mode 100644 index defed4bf..00000000 --- a/42sh/42ShellTester/tmp/21sh-separators-semicolon-004-parse-error-empty-command.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -syntax error near unexpected token `;' diff --git a/42sh/42ShellTester/tmp/21sh-separators-semicolon-004-parse-error-empty-command.stdout b/42sh/42ShellTester/tmp/21sh-separators-semicolon-004-parse-error-empty-command.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/21sh-separators-semicolon-004-parse-error-empty-command.stdout.raw b/42sh/42ShellTester/tmp/21sh-separators-semicolon-004-parse-error-empty-command.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-001-display-env.stderr b/42sh/42ShellTester/tmp/42sh-builtins-export-001-display-env.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-001-display-env.stderr.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-001-display-env.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-001-display-env.stdout b/42sh/42ShellTester/tmp/42sh-builtins-export-001-display-env.stdout deleted file mode 100644 index 203a9faa..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-001-display-env.stdout +++ /dev/null @@ -1,35 +0,0 @@ -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-001-display-env.stdout.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-001-display-env.stdout.raw deleted file mode 100644 index 203a9faa..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-001-display-env.stdout.raw +++ /dev/null @@ -1,35 +0,0 @@ -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-002-export-basic-key-value-1.stderr b/42sh/42ShellTester/tmp/42sh-builtins-export-002-export-basic-key-value-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-002-export-basic-key-value-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-002-export-basic-key-value-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-002-export-basic-key-value-1.stdout b/42sh/42ShellTester/tmp/42sh-builtins-export-002-export-basic-key-value-1.stdout deleted file mode 100644 index 3a8946d6..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-002-export-basic-key-value-1.stdout +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 -TOKEN201703291601_NAME=TOKEN201703291601_VALUE ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-002-export-basic-key-value-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-002-export-basic-key-value-1.stdout.raw deleted file mode 100644 index 3a8946d6..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-002-export-basic-key-value-1.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 -TOKEN201703291601_NAME=TOKEN201703291601_VALUE ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-003-export-basic-key-value-2.stderr b/42sh/42ShellTester/tmp/42sh-builtins-export-003-export-basic-key-value-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-003-export-basic-key-value-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-003-export-basic-key-value-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-003-export-basic-key-value-2.stdout b/42sh/42ShellTester/tmp/42sh-builtins-export-003-export-basic-key-value-2.stdout deleted file mode 100644 index d56a31c4..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-003-export-basic-key-value-2.stdout +++ /dev/null @@ -1,36 +0,0 @@ -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 -export TOKEN201703291601_NAME=TOKEN201703291601_VALUE diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-003-export-basic-key-value-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-003-export-basic-key-value-2.stdout.raw deleted file mode 100644 index d56a31c4..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-003-export-basic-key-value-2.stdout.raw +++ /dev/null @@ -1,36 +0,0 @@ -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 -export TOKEN201703291601_NAME=TOKEN201703291601_VALUE diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-004-export-empty-variable-1.stderr b/42sh/42ShellTester/tmp/42sh-builtins-export-004-export-empty-variable-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-004-export-empty-variable-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-004-export-empty-variable-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-004-export-empty-variable-1.stdout b/42sh/42ShellTester/tmp/42sh-builtins-export-004-export-empty-variable-1.stdout deleted file mode 100644 index f8107c67..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-004-export-empty-variable-1.stdout +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 -TOKEN201703291601= ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-004-export-empty-variable-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-004-export-empty-variable-1.stdout.raw deleted file mode 100644 index f8107c67..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-004-export-empty-variable-1.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 -TOKEN201703291601= ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-005-export-empty-variable-2.stderr b/42sh/42ShellTester/tmp/42sh-builtins-export-005-export-empty-variable-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-005-export-empty-variable-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-005-export-empty-variable-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-005-export-empty-variable-2.stdout b/42sh/42ShellTester/tmp/42sh-builtins-export-005-export-empty-variable-2.stdout deleted file mode 100644 index da1d35bd..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-005-export-empty-variable-2.stdout +++ /dev/null @@ -1,36 +0,0 @@ -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 -export TOKEN201703291601= diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-005-export-empty-variable-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-005-export-empty-variable-2.stdout.raw deleted file mode 100644 index da1d35bd..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-005-export-empty-variable-2.stdout.raw +++ /dev/null @@ -1,36 +0,0 @@ -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 -export TOKEN201703291601= diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-006-export-update-env-variable.stderr b/42sh/42ShellTester/tmp/42sh-builtins-export-006-export-update-env-variable.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-006-export-update-env-variable.stderr.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-006-export-update-env-variable.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-006-export-update-env-variable.stdout b/42sh/42ShellTester/tmp/42sh-builtins-export-006-export-update-env-variable.stdout deleted file mode 100644 index bfaf0eba..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-006-export-update-env-variable.stdout +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 -TOKEN201703291601_NAME=TOKEN201703291601_VALUE2 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-006-export-update-env-variable.stdout.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-006-export-update-env-variable.stdout.raw deleted file mode 100644 index bfaf0eba..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-006-export-update-env-variable.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 -TOKEN201703291601_NAME=TOKEN201703291601_VALUE2 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-007-existing-environment-variable.stderr b/42sh/42ShellTester/tmp/42sh-builtins-export-007-existing-environment-variable.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-007-existing-environment-variable.stderr.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-007-existing-environment-variable.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-007-existing-environment-variable.stdout b/42sh/42ShellTester/tmp/42sh-builtins-export-007-existing-environment-variable.stdout deleted file mode 100644 index 0d33ad6c..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-007-existing-environment-variable.stdout +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -TOKEN201703291601_NAME=TOKEN201703291601_VALUE2 -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-007-existing-environment-variable.stdout.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-007-existing-environment-variable.stdout.raw deleted file mode 100644 index 0d33ad6c..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-007-existing-environment-variable.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -TOKEN201703291601_NAME=TOKEN201703291601_VALUE2 -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-008-local-to-environment.stderr b/42sh/42ShellTester/tmp/42sh-builtins-export-008-local-to-environment.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-008-local-to-environment.stderr.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-008-local-to-environment.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-008-local-to-environment.stdout b/42sh/42ShellTester/tmp/42sh-builtins-export-008-local-to-environment.stdout deleted file mode 100644 index 3a8946d6..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-008-local-to-environment.stdout +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 -TOKEN201703291601_NAME=TOKEN201703291601_VALUE ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-008-local-to-environment.stdout.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-008-local-to-environment.stdout.raw deleted file mode 100644 index 3a8946d6..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-008-local-to-environment.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 -TOKEN201703291601_NAME=TOKEN201703291601_VALUE ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-009-export-with-equal-but-no-value-part1.stderr b/42sh/42ShellTester/tmp/42sh-builtins-export-009-export-with-equal-but-no-value-part1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-009-export-with-equal-but-no-value-part1.stderr.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-009-export-with-equal-but-no-value-part1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-009-export-with-equal-but-no-value-part1.stdout b/42sh/42ShellTester/tmp/42sh-builtins-export-009-export-with-equal-but-no-value-part1.stdout deleted file mode 100644 index 80da0e3f..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-009-export-with-equal-but-no-value-part1.stdout +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 -TOKEN201703291601_NAME= ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-009-export-with-equal-but-no-value-part1.stdout.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-009-export-with-equal-but-no-value-part1.stdout.raw deleted file mode 100644 index 80da0e3f..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-009-export-with-equal-but-no-value-part1.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 -TOKEN201703291601_NAME= ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-010-export-with-equal-but-no-value-part2.stderr b/42sh/42ShellTester/tmp/42sh-builtins-export-010-export-with-equal-but-no-value-part2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-010-export-with-equal-but-no-value-part2.stderr.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-010-export-with-equal-but-no-value-part2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-010-export-with-equal-but-no-value-part2.stdout b/42sh/42ShellTester/tmp/42sh-builtins-export-010-export-with-equal-but-no-value-part2.stdout deleted file mode 100644 index 422e0d69..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-010-export-with-equal-but-no-value-part2.stdout +++ /dev/null @@ -1,36 +0,0 @@ -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 -export TOKEN201703291601_NAME= diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-010-export-with-equal-but-no-value-part2.stdout.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-010-export-with-equal-but-no-value-part2.stdout.raw deleted file mode 100644 index 422e0d69..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-010-export-with-equal-but-no-value-part2.stdout.raw +++ /dev/null @@ -1,36 +0,0 @@ -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 -export TOKEN201703291601_NAME= diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-errors-001-invalid-identifier-1.stderr b/42sh/42ShellTester/tmp/42sh-builtins-export-errors-001-invalid-identifier-1.stderr deleted file mode 100644 index badbe33e..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-errors-001-invalid-identifier-1.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: export: not an identifier: 42 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-errors-001-invalid-identifier-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-errors-001-invalid-identifier-1.stderr.raw deleted file mode 100644 index c8117104..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-errors-001-invalid-identifier-1.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: export: not an identifier: 42 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-errors-001-invalid-identifier-1.stdout b/42sh/42ShellTester/tmp/42sh-builtins-export-errors-001-invalid-identifier-1.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-errors-001-invalid-identifier-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-errors-001-invalid-identifier-1.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-errors-002-invalid-identifier-2.stderr b/42sh/42ShellTester/tmp/42sh-builtins-export-errors-002-invalid-identifier-2.stderr deleted file mode 100644 index 0c4761d3..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-errors-002-invalid-identifier-2.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: export: not an identifier: . diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-errors-002-invalid-identifier-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-errors-002-invalid-identifier-2.stderr.raw deleted file mode 100644 index ddac3c4a..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-errors-002-invalid-identifier-2.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: export: not an identifier: . diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-errors-002-invalid-identifier-2.stdout b/42sh/42ShellTester/tmp/42sh-builtins-export-errors-002-invalid-identifier-2.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-errors-002-invalid-identifier-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-errors-002-invalid-identifier-2.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-errors-003-illegal-option.stderr b/42sh/42ShellTester/tmp/42sh-builtins-export-errors-003-illegal-option.stderr deleted file mode 100644 index ded266a1..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-errors-003-illegal-option.stderr +++ /dev/null @@ -1,2 +0,0 @@ -export: invalid option -w -../../42sh: usage: export [name[=value] ...] or export -p diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-errors-003-illegal-option.stderr.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-errors-003-illegal-option.stderr.raw deleted file mode 100644 index db0ae060..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-errors-003-illegal-option.stderr.raw +++ /dev/null @@ -1,2 +0,0 @@ -export: invalid option -w -../../42sh: usage: export [name[=value] ...] or export -p diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-errors-003-illegal-option.stdout b/42sh/42ShellTester/tmp/42sh-builtins-export-errors-003-illegal-option.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-errors-003-illegal-option.stdout.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-errors-003-illegal-option.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-001-export-and-tmp-env-part1.stderr b/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-001-export-and-tmp-env-part1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-001-export-and-tmp-env-part1.stderr.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-001-export-and-tmp-env-part1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-001-export-and-tmp-env-part1.stdout b/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-001-export-and-tmp-env-part1.stdout deleted file mode 100644 index d56a31c4..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-001-export-and-tmp-env-part1.stdout +++ /dev/null @@ -1,36 +0,0 @@ -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 -export TOKEN201703291601_NAME=TOKEN201703291601_VALUE diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-001-export-and-tmp-env-part1.stdout.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-001-export-and-tmp-env-part1.stdout.raw deleted file mode 100644 index d56a31c4..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-001-export-and-tmp-env-part1.stdout.raw +++ /dev/null @@ -1,36 +0,0 @@ -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 -export TOKEN201703291601_NAME=TOKEN201703291601_VALUE diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-002-export-and-tmp-env-part2.stderr b/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-002-export-and-tmp-env-part2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-002-export-and-tmp-env-part2.stderr.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-002-export-and-tmp-env-part2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-002-export-and-tmp-env-part2.stdout b/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-002-export-and-tmp-env-part2.stdout deleted file mode 100644 index 3a8946d6..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-002-export-and-tmp-env-part2.stdout +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 -TOKEN201703291601_NAME=TOKEN201703291601_VALUE ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-002-export-and-tmp-env-part2.stdout.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-002-export-and-tmp-env-part2.stdout.raw deleted file mode 100644 index 3a8946d6..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-mixed-002-export-and-tmp-env-part2.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 -TOKEN201703291601_NAME=TOKEN201703291601_VALUE ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-options-001-export-with-only-p-parameter.stderr b/42sh/42ShellTester/tmp/42sh-builtins-export-options-001-export-with-only-p-parameter.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-options-001-export-with-only-p-parameter.stderr.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-options-001-export-with-only-p-parameter.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-options-001-export-with-only-p-parameter.stdout b/42sh/42ShellTester/tmp/42sh-builtins-export-options-001-export-with-only-p-parameter.stdout deleted file mode 100644 index 203a9faa..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-options-001-export-with-only-p-parameter.stdout +++ /dev/null @@ -1,35 +0,0 @@ -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-options-001-export-with-only-p-parameter.stdout.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-options-001-export-with-only-p-parameter.stdout.raw deleted file mode 100644 index 203a9faa..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-options-001-export-with-only-p-parameter.stdout.raw +++ /dev/null @@ -1,35 +0,0 @@ -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-options-002-export-p-param-and-token-should-add-local-var-only-part1.stderr b/42sh/42ShellTester/tmp/42sh-builtins-export-options-002-export-p-param-and-token-should-add-local-var-only-part1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-options-002-export-p-param-and-token-should-add-local-var-only-part1.stderr.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-options-002-export-p-param-and-token-should-add-local-var-only-part1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-options-002-export-p-param-and-token-should-add-local-var-only-part1.stdout b/42sh/42ShellTester/tmp/42sh-builtins-export-options-002-export-p-param-and-token-should-add-local-var-only-part1.stdout deleted file mode 100644 index 66686c56..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-options-002-export-p-param-and-token-should-add-local-var-only-part1.stdout +++ /dev/null @@ -1,70 +0,0 @@ -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-options-002-export-p-param-and-token-should-add-local-var-only-part1.stdout.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-options-002-export-p-param-and-token-should-add-local-var-only-part1.stdout.raw deleted file mode 100644 index 66686c56..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-options-002-export-p-param-and-token-should-add-local-var-only-part1.stdout.raw +++ /dev/null @@ -1,70 +0,0 @@ -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-options-003-export-p-param-and-token-should-add-local-var-only-part2.stderr b/42sh/42ShellTester/tmp/42sh-builtins-export-options-003-export-p-param-and-token-should-add-local-var-only-part2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-options-003-export-p-param-and-token-should-add-local-var-only-part2.stderr.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-options-003-export-p-param-and-token-should-add-local-var-only-part2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-options-003-export-p-param-and-token-should-add-local-var-only-part2.stdout b/42sh/42ShellTester/tmp/42sh-builtins-export-options-003-export-p-param-and-token-should-add-local-var-only-part2.stdout deleted file mode 100644 index 83e84931..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-options-003-export-p-param-and-token-should-add-local-var-only-part2.stdout +++ /dev/null @@ -1,73 +0,0 @@ -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-options-003-export-p-param-and-token-should-add-local-var-only-part2.stdout.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-options-003-export-p-param-and-token-should-add-local-var-only-part2.stdout.raw deleted file mode 100644 index 83e84931..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-options-003-export-p-param-and-token-should-add-local-var-only-part2.stdout.raw +++ /dev/null @@ -1,73 +0,0 @@ -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-options-004-export-n-param.stderr b/42sh/42ShellTester/tmp/42sh-builtins-export-options-004-export-n-param.stderr deleted file mode 100644 index 91f2e1df..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-options-004-export-n-param.stderr +++ /dev/null @@ -1,2 +0,0 @@ -export: invalid option -n -../../42sh: usage: export [name[=value] ...] or export -p diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-options-004-export-n-param.stderr.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-options-004-export-n-param.stderr.raw deleted file mode 100644 index 493dc0f3..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-options-004-export-n-param.stderr.raw +++ /dev/null @@ -1,2 +0,0 @@ -export: invalid option -n -../../42sh: usage: export [name[=value] ...] or export -p diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-options-004-export-n-param.stdout b/42sh/42ShellTester/tmp/42sh-builtins-export-options-004-export-n-param.stdout deleted file mode 100644 index 2924f847..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-options-004-export-n-param.stdout +++ /dev/null @@ -1,75 +0,0 @@ -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export TOKEN201703291601_NAME=TOKEN201703291601_VALUE -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export _=../../42sh -export ?=1 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -TOKEN201703291601_NAME=TOKEN201703291601_VALUE -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-builtins-export-options-004-export-n-param.stdout.raw b/42sh/42ShellTester/tmp/42sh-builtins-export-options-004-export-n-param.stdout.raw deleted file mode 100644 index 2924f847..00000000 --- a/42sh/42ShellTester/tmp/42sh-builtins-export-options-004-export-n-param.stdout.raw +++ /dev/null @@ -1,75 +0,0 @@ -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export TOKEN201703291601_NAME=TOKEN201703291601_VALUE -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%19 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export _=../../42sh -export ?=1 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -TOKEN201703291601_NAME=TOKEN201703291601_VALUE -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-001-escape-single-character-1.stderr b/42sh/42ShellTester/tmp/42sh-escaping-001-escape-single-character-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-001-escape-single-character-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-escaping-001-escape-single-character-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-001-escape-single-character-1.stdout b/42sh/42ShellTester/tmp/42sh-escaping-001-escape-single-character-1.stdout deleted file mode 100644 index 5bee9a1d..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-001-escape-single-character-1.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-001-escape-single-character-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-escaping-001-escape-single-character-1.stdout.raw deleted file mode 100644 index 5bee9a1d..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-001-escape-single-character-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-002-escape-single-character-2.stderr b/42sh/42ShellTester/tmp/42sh-escaping-002-escape-single-character-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-002-escape-single-character-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-escaping-002-escape-single-character-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-002-escape-single-character-2.stdout b/42sh/42ShellTester/tmp/42sh-escaping-002-escape-single-character-2.stdout deleted file mode 100644 index 502a43c2..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-002-escape-single-character-2.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601\TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-002-escape-single-character-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-escaping-002-escape-single-character-2.stdout.raw deleted file mode 100644 index 502a43c2..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-002-escape-single-character-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601\TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-003-escape-single-character-3.stderr b/42sh/42ShellTester/tmp/42sh-escaping-003-escape-single-character-3.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-003-escape-single-character-3.stderr.raw b/42sh/42ShellTester/tmp/42sh-escaping-003-escape-single-character-3.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-003-escape-single-character-3.stdout b/42sh/42ShellTester/tmp/42sh-escaping-003-escape-single-character-3.stdout deleted file mode 100644 index 502a43c2..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-003-escape-single-character-3.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601\TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-003-escape-single-character-3.stdout.raw b/42sh/42ShellTester/tmp/42sh-escaping-003-escape-single-character-3.stdout.raw deleted file mode 100644 index 502a43c2..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-003-escape-single-character-3.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601\TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-004-escape-single-character-4.stderr b/42sh/42ShellTester/tmp/42sh-escaping-004-escape-single-character-4.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-004-escape-single-character-4.stderr.raw b/42sh/42ShellTester/tmp/42sh-escaping-004-escape-single-character-4.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-004-escape-single-character-4.stdout b/42sh/42ShellTester/tmp/42sh-escaping-004-escape-single-character-4.stdout deleted file mode 100644 index b52dfb1a..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-004-escape-single-character-4.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601\\TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-004-escape-single-character-4.stdout.raw b/42sh/42ShellTester/tmp/42sh-escaping-004-escape-single-character-4.stdout.raw deleted file mode 100644 index b52dfb1a..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-004-escape-single-character-4.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601\\TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-005-escape-single-character-5.stderr b/42sh/42ShellTester/tmp/42sh-escaping-005-escape-single-character-5.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-005-escape-single-character-5.stderr.raw b/42sh/42ShellTester/tmp/42sh-escaping-005-escape-single-character-5.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-005-escape-single-character-5.stdout b/42sh/42ShellTester/tmp/42sh-escaping-005-escape-single-character-5.stdout deleted file mode 100644 index 8a0b359f..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-005-escape-single-character-5.stdout +++ /dev/null @@ -1 +0,0 @@ -TEST4041TEST diff --git a/42sh/42ShellTester/tmp/42sh-escaping-005-escape-single-character-5.stdout.raw b/42sh/42ShellTester/tmp/42sh-escaping-005-escape-single-character-5.stdout.raw deleted file mode 100644 index 8a0b359f..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-005-escape-single-character-5.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TEST4041TEST diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout deleted file mode 100644 index 034d4cc0..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout +++ /dev/null @@ -1 +0,0 @@ -{1..2}@{1..2}@{1..2}@{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw deleted file mode 100644 index 034d4cc0..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{1..2}@{1..2}@{1..2}@{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-002-it-expands-braces-1.stderr b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-002-it-expands-braces-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-002-it-expands-braces-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-002-it-expands-braces-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-002-it-expands-braces-1.stdout b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-002-it-expands-braces-1.stdout deleted file mode 100644 index 5da2407e..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-002-it-expands-braces-1.stdout +++ /dev/null @@ -1 +0,0 @@ -\{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-002-it-expands-braces-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-002-it-expands-braces-1.stdout.raw deleted file mode 100644 index 5da2407e..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-002-it-expands-braces-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -\{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-003-it-expands-braces-2.stderr b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-003-it-expands-braces-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-003-it-expands-braces-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-003-it-expands-braces-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-003-it-expands-braces-2.stdout b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-003-it-expands-braces-2.stdout deleted file mode 100644 index bf028671..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-003-it-expands-braces-2.stdout +++ /dev/null @@ -1 +0,0 @@ -\{1..2}@\\{1..2}@\\{1..2}@\\\{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-003-it-expands-braces-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-003-it-expands-braces-2.stdout.raw deleted file mode 100644 index bf028671..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-brace-expansion-003-it-expands-braces-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -\{1..2}@\\{1..2}@\\{1..2}@\\\{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-001-it-does-not-expand-brackets.stderr b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-001-it-does-not-expand-brackets.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-001-it-does-not-expand-brackets.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-001-it-does-not-expand-brackets.stderr.raw b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-001-it-does-not-expand-brackets.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-001-it-does-not-expand-brackets.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-001-it-does-not-expand-brackets.stdout b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-001-it-does-not-expand-brackets.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-001-it-does-not-expand-brackets.stdout.raw b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-001-it-does-not-expand-brackets.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-002-escaped-inversion-mark.stderr b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-002-escaped-inversion-mark.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-002-escaped-inversion-mark.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-002-escaped-inversion-mark.stderr.raw b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-002-escaped-inversion-mark.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-002-escaped-inversion-mark.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-002-escaped-inversion-mark.stdout b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-002-escaped-inversion-mark.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-002-escaped-inversion-mark.stdout.raw b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-002-escaped-inversion-mark.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-003-it-takes-escaped-bracket-as-pattern-character.stderr b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-003-it-takes-escaped-bracket-as-pattern-character.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-003-it-takes-escaped-bracket-as-pattern-character.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-003-it-takes-escaped-bracket-as-pattern-character.stderr.raw b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-003-it-takes-escaped-bracket-as-pattern-character.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-003-it-takes-escaped-bracket-as-pattern-character.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-003-it-takes-escaped-bracket-as-pattern-character.stdout b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-003-it-takes-escaped-bracket-as-pattern-character.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-003-it-takes-escaped-bracket-as-pattern-character.stdout.raw b/42sh/42ShellTester/tmp/42sh-escaping-mixed-globbing-bracket-expansion-003-it-takes-escaped-bracket-as-pattern-character.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-001-escape-variable-1.stderr b/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-001-escape-variable-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-001-escape-variable-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-001-escape-variable-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-001-escape-variable-1.stdout b/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-001-escape-variable-1.stdout deleted file mode 100644 index 3563dabe..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-001-escape-variable-1.stdout +++ /dev/null @@ -1 +0,0 @@ -$TOKEN201703291601_NAME diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-001-escape-variable-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-001-escape-variable-1.stdout.raw deleted file mode 100644 index 3563dabe..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-001-escape-variable-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -$TOKEN201703291601_NAME diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-002-it-does-not-escape-variable.stderr b/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-002-it-does-not-escape-variable.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-002-it-does-not-escape-variable.stderr.raw b/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-002-it-does-not-escape-variable.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-002-it-does-not-escape-variable.stdout b/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-002-it-does-not-escape-variable.stdout deleted file mode 100644 index df94d676..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-002-it-does-not-escape-variable.stdout +++ /dev/null @@ -1 +0,0 @@ -\TOKEN201703291601_VALUE diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-002-it-does-not-escape-variable.stdout.raw b/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-002-it-does-not-escape-variable.stdout.raw deleted file mode 100644 index df94d676..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-002-it-does-not-escape-variable.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -\TOKEN201703291601_VALUE diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-003-escape-variable-2.stderr b/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-003-escape-variable-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-003-escape-variable-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-003-escape-variable-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-003-escape-variable-2.stdout b/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-003-escape-variable-2.stdout deleted file mode 100644 index b5d1f9e8..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-003-escape-variable-2.stdout +++ /dev/null @@ -1 +0,0 @@ -\$TOKEN201703291601_NAME diff --git a/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-003-escape-variable-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-003-escape-variable-2.stdout.raw deleted file mode 100644 index b5d1f9e8..00000000 --- a/42sh/42ShellTester/tmp/42sh-escaping-mixed-variable-expansion-003-escape-variable-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -\$TOKEN201703291601_NAME diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-001-simple-ascending-1.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-001-simple-ascending-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-001-simple-ascending-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-001-simple-ascending-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-001-simple-ascending-1.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-001-simple-ascending-1.stdout deleted file mode 100644 index 43dc12cd..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-001-simple-ascending-1.stdout +++ /dev/null @@ -1 +0,0 @@ -{a..e}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-001-simple-ascending-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-001-simple-ascending-1.stdout.raw deleted file mode 100644 index 43dc12cd..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-001-simple-ascending-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{a..e}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-002-simple-ascending-2.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-002-simple-ascending-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-002-simple-ascending-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-002-simple-ascending-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-002-simple-ascending-2.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-002-simple-ascending-2.stdout deleted file mode 100644 index 19668c4f..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-002-simple-ascending-2.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601{a..e}TOKEN201703291601@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-002-simple-ascending-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-002-simple-ascending-2.stdout.raw deleted file mode 100644 index 19668c4f..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-002-simple-ascending-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601{a..e}TOKEN201703291601@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-003-simple-ascending-3.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-003-simple-ascending-3.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-003-simple-ascending-3.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-003-simple-ascending-3.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-003-simple-ascending-3.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-003-simple-ascending-3.stdout deleted file mode 100644 index 14f9e2e4..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-003-simple-ascending-3.stdout +++ /dev/null @@ -1 +0,0 @@ -{A..E}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-003-simple-ascending-3.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-003-simple-ascending-3.stdout.raw deleted file mode 100644 index 14f9e2e4..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-003-simple-ascending-3.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{A..E}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-004-simple-descending-1.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-004-simple-descending-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-004-simple-descending-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-004-simple-descending-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-004-simple-descending-1.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-004-simple-descending-1.stdout deleted file mode 100644 index 04162150..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-004-simple-descending-1.stdout +++ /dev/null @@ -1 +0,0 @@ -{E..A}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-004-simple-descending-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-004-simple-descending-1.stdout.raw deleted file mode 100644 index 04162150..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-004-simple-descending-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{E..A}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-005-simple-descending-2.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-005-simple-descending-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-005-simple-descending-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-005-simple-descending-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-005-simple-descending-2.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-005-simple-descending-2.stdout deleted file mode 100644 index 89fe6d07..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-005-simple-descending-2.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601{E..A}TOKEN201703291601@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-005-simple-descending-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-005-simple-descending-2.stdout.raw deleted file mode 100644 index 89fe6d07..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-005-simple-descending-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601{E..A}TOKEN201703291601@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-006-simple-descending-3.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-006-simple-descending-3.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-006-simple-descending-3.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-006-simple-descending-3.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-006-simple-descending-3.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-006-simple-descending-3.stdout deleted file mode 100644 index 28936314..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-006-simple-descending-3.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601{e..a}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-006-simple-descending-3.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-006-simple-descending-3.stdout.raw deleted file mode 100644 index 28936314..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-006-simple-descending-3.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601{e..a}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-007-identical-start-and-end.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-007-identical-start-and-end.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-007-identical-start-and-end.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-007-identical-start-and-end.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-007-identical-start-and-end.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-007-identical-start-and-end.stdout deleted file mode 100644 index 7c481f3f..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-007-identical-start-and-end.stdout +++ /dev/null @@ -1 +0,0 @@ -{f..f}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-007-identical-start-and-end.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-007-identical-start-and-end.stdout.raw deleted file mode 100644 index 7c481f3f..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-007-identical-start-and-end.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{f..f}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-008-multiple-1.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-008-multiple-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-008-multiple-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-008-multiple-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-008-multiple-1.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-008-multiple-1.stdout deleted file mode 100644 index 8264b5e2..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-008-multiple-1.stdout +++ /dev/null @@ -1 +0,0 @@ -{a..b}{c..d}{e..f}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-008-multiple-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-008-multiple-1.stdout.raw deleted file mode 100644 index 8264b5e2..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-008-multiple-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{a..b}{c..d}{e..f}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-009-multiple-2.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-009-multiple-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-009-multiple-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-009-multiple-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-009-multiple-2.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-009-multiple-2.stdout deleted file mode 100644 index e5861d5d..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-009-multiple-2.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601{a..b}abc{Z..X}def{s..s}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-009-multiple-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-009-multiple-2.stdout.raw deleted file mode 100644 index e5861d5d..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-009-multiple-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601{a..b}abc{Z..X}def{s..s}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-010-big-range.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-010-big-range.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-010-big-range.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-010-big-range.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-010-big-range.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-010-big-range.stdout deleted file mode 100644 index 394227b2..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-010-big-range.stdout +++ /dev/null @@ -1 +0,0 @@ -{A..z}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-010-big-range.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-010-big-range.stdout.raw deleted file mode 100644 index 394227b2..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-ascii-range-010-big-range.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{A..z}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-001-invalid-pattern-1.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-001-invalid-pattern-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-001-invalid-pattern-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-001-invalid-pattern-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-001-invalid-pattern-1.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-001-invalid-pattern-1.stdout deleted file mode 100644 index 85c00973..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-001-invalid-pattern-1.stdout +++ /dev/null @@ -1 +0,0 @@ -{A} diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-001-invalid-pattern-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-001-invalid-pattern-1.stdout.raw deleted file mode 100644 index 85c00973..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-001-invalid-pattern-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{A} diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-002-invalid-pattern-2.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-002-invalid-pattern-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-002-invalid-pattern-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-002-invalid-pattern-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-002-invalid-pattern-2.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-002-invalid-pattern-2.stdout deleted file mode 100644 index 1685e987..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-002-invalid-pattern-2.stdout +++ /dev/null @@ -1 +0,0 @@ -{B..} diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-002-invalid-pattern-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-002-invalid-pattern-2.stdout.raw deleted file mode 100644 index 1685e987..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-002-invalid-pattern-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{B..} diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-003-invalid-pattern-3.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-003-invalid-pattern-3.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-003-invalid-pattern-3.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-003-invalid-pattern-3.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-003-invalid-pattern-3.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-003-invalid-pattern-3.stdout deleted file mode 100644 index a0f8b219..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-003-invalid-pattern-3.stdout +++ /dev/null @@ -1 +0,0 @@ -{..C} diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-003-invalid-pattern-3.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-003-invalid-pattern-3.stdout.raw deleted file mode 100644 index a0f8b219..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-003-invalid-pattern-3.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{..C} diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-004-invalid-pattern-4.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-004-invalid-pattern-4.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-004-invalid-pattern-4.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-004-invalid-pattern-4.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-004-invalid-pattern-4.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-004-invalid-pattern-4.stdout deleted file mode 100644 index a9412d13..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-004-invalid-pattern-4.stdout +++ /dev/null @@ -1 +0,0 @@ -{Q..C..1} diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-004-invalid-pattern-4.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-004-invalid-pattern-4.stdout.raw deleted file mode 100644 index a9412d13..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-errors-004-invalid-pattern-4.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{Q..C..1} diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-001-nothing-to-be-done.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-001-nothing-to-be-done.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-001-nothing-to-be-done.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-001-nothing-to-be-done.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-001-nothing-to-be-done.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-001-nothing-to-be-done.stdout deleted file mode 100644 index a0ec4700..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-001-nothing-to-be-done.stdout +++ /dev/null @@ -1 +0,0 @@ -{TOKEN201703291601} diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-001-nothing-to-be-done.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-001-nothing-to-be-done.stdout.raw deleted file mode 100644 index a0ec4700..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-001-nothing-to-be-done.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{TOKEN201703291601} diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-002-simple-test-1.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-002-simple-test-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-002-simple-test-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-002-simple-test-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-002-simple-test-1.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-002-simple-test-1.stdout deleted file mode 100644 index 738ae819..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-002-simple-test-1.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_A@TOKEN201703291601_B@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-002-simple-test-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-002-simple-test-1.stdout.raw deleted file mode 100644 index 738ae819..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-002-simple-test-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_A@TOKEN201703291601_B@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-003-simple-test-2.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-003-simple-test-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-003-simple-test-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-003-simple-test-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-003-simple-test-2.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-003-simple-test-2.stdout deleted file mode 100644 index eabf9a7e..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-003-simple-test-2.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_A@TOKEN201703291601_B@TOKEN201703291601_C@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-003-simple-test-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-003-simple-test-2.stdout.raw deleted file mode 100644 index eabf9a7e..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-list-of-values-003-simple-test-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_A@TOKEN201703291601_B@TOKEN201703291601_C@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-001-simple-ascending-1.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-001-simple-ascending-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-001-simple-ascending-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-001-simple-ascending-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-001-simple-ascending-1.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-001-simple-ascending-1.stdout deleted file mode 100644 index 62261aab..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-001-simple-ascending-1.stdout +++ /dev/null @@ -1 +0,0 @@ -{1..5}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-001-simple-ascending-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-001-simple-ascending-1.stdout.raw deleted file mode 100644 index 62261aab..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-001-simple-ascending-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{1..5}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-002-simple-ascending-2.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-002-simple-ascending-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-002-simple-ascending-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-002-simple-ascending-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-002-simple-ascending-2.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-002-simple-ascending-2.stdout deleted file mode 100644 index 4b44d5e2..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-002-simple-ascending-2.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601{1..5}TOKEN201703291601@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-002-simple-ascending-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-002-simple-ascending-2.stdout.raw deleted file mode 100644 index 4b44d5e2..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-002-simple-ascending-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601{1..5}TOKEN201703291601@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-003-simple-ascending-3.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-003-simple-ascending-3.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-003-simple-ascending-3.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-003-simple-ascending-3.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-003-simple-ascending-3.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-003-simple-ascending-3.stdout deleted file mode 100644 index 16c782a6..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-003-simple-ascending-3.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601{1..+5}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-003-simple-ascending-3.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-003-simple-ascending-3.stdout.raw deleted file mode 100644 index 16c782a6..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-003-simple-ascending-3.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601{1..+5}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-004-simple-ascending-4.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-004-simple-ascending-4.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-004-simple-ascending-4.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-004-simple-ascending-4.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-004-simple-ascending-4.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-004-simple-ascending-4.stdout deleted file mode 100644 index 188bc73d..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-004-simple-ascending-4.stdout +++ /dev/null @@ -1 +0,0 @@ -{-5..0}TOKEN201703291601@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-004-simple-ascending-4.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-004-simple-ascending-4.stdout.raw deleted file mode 100644 index 188bc73d..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-004-simple-ascending-4.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{-5..0}TOKEN201703291601@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-005-simple-ascending-5.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-005-simple-ascending-5.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-005-simple-ascending-5.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-005-simple-ascending-5.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-005-simple-ascending-5.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-005-simple-ascending-5.stdout deleted file mode 100644 index 9066dba4..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-005-simple-ascending-5.stdout +++ /dev/null @@ -1 +0,0 @@ -{-100..-98}TOKEN201703291601@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-005-simple-ascending-5.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-005-simple-ascending-5.stdout.raw deleted file mode 100644 index 9066dba4..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-005-simple-ascending-5.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{-100..-98}TOKEN201703291601@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-006-simple-descending-1.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-006-simple-descending-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-006-simple-descending-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-006-simple-descending-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-006-simple-descending-1.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-006-simple-descending-1.stdout deleted file mode 100644 index a533f834..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-006-simple-descending-1.stdout +++ /dev/null @@ -1 +0,0 @@ -{5..1}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-006-simple-descending-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-006-simple-descending-1.stdout.raw deleted file mode 100644 index a533f834..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-006-simple-descending-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{5..1}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-007-simple-descending-2.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-007-simple-descending-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-007-simple-descending-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-007-simple-descending-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-007-simple-descending-2.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-007-simple-descending-2.stdout deleted file mode 100644 index 8e3c0858..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-007-simple-descending-2.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601{5..1}TOKEN201703291601@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-007-simple-descending-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-007-simple-descending-2.stdout.raw deleted file mode 100644 index 8e3c0858..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-007-simple-descending-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601{5..1}TOKEN201703291601@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-008-simple-descending-3.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-008-simple-descending-3.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-008-simple-descending-3.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-008-simple-descending-3.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-008-simple-descending-3.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-008-simple-descending-3.stdout deleted file mode 100644 index e30a6c24..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-008-simple-descending-3.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601{5..+1}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-008-simple-descending-3.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-008-simple-descending-3.stdout.raw deleted file mode 100644 index e30a6c24..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-008-simple-descending-3.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601{5..+1}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-009-simple-descending-4.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-009-simple-descending-4.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-009-simple-descending-4.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-009-simple-descending-4.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-009-simple-descending-4.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-009-simple-descending-4.stdout deleted file mode 100644 index cb40927e..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-009-simple-descending-4.stdout +++ /dev/null @@ -1 +0,0 @@ -{0..-5}TOKEN201703291601@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-009-simple-descending-4.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-009-simple-descending-4.stdout.raw deleted file mode 100644 index cb40927e..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-009-simple-descending-4.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{0..-5}TOKEN201703291601@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-010-simple-descending-5.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-010-simple-descending-5.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-010-simple-descending-5.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-010-simple-descending-5.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-010-simple-descending-5.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-010-simple-descending-5.stdout deleted file mode 100644 index 98a1a34d..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-010-simple-descending-5.stdout +++ /dev/null @@ -1 +0,0 @@ -{-98..-100}TOKEN201703291601@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-010-simple-descending-5.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-010-simple-descending-5.stdout.raw deleted file mode 100644 index 98a1a34d..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-010-simple-descending-5.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{-98..-100}TOKEN201703291601@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-011-identical-positive-start-and-end.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-011-identical-positive-start-and-end.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-011-identical-positive-start-and-end.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-011-identical-positive-start-and-end.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-011-identical-positive-start-and-end.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-011-identical-positive-start-and-end.stdout deleted file mode 100644 index c24750d6..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-011-identical-positive-start-and-end.stdout +++ /dev/null @@ -1 +0,0 @@ -{42..42}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-011-identical-positive-start-and-end.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-011-identical-positive-start-and-end.stdout.raw deleted file mode 100644 index c24750d6..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-011-identical-positive-start-and-end.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{42..42}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-012-identical-negative-start-and-end.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-012-identical-negative-start-and-end.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-012-identical-negative-start-and-end.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-012-identical-negative-start-and-end.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-012-identical-negative-start-and-end.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-012-identical-negative-start-and-end.stdout deleted file mode 100644 index cc904b51..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-012-identical-negative-start-and-end.stdout +++ /dev/null @@ -1 +0,0 @@ -{-42..-42}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-012-identical-negative-start-and-end.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-012-identical-negative-start-and-end.stdout.raw deleted file mode 100644 index cc904b51..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-012-identical-negative-start-and-end.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{-42..-42}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-013-multiple-1.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-013-multiple-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-013-multiple-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-013-multiple-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-013-multiple-1.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-013-multiple-1.stdout deleted file mode 100644 index 0c23a7d3..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-013-multiple-1.stdout +++ /dev/null @@ -1 +0,0 @@ -{1..2}{3..4}{5..6}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-013-multiple-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-013-multiple-1.stdout.raw deleted file mode 100644 index 0c23a7d3..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-013-multiple-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{1..2}{3..4}{5..6}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-014-multiple-2.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-014-multiple-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-014-multiple-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-014-multiple-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-014-multiple-2.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-014-multiple-2.stdout deleted file mode 100644 index a9ebdcb5..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-014-multiple-2.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601{1..2}abc{-50..-53}def{0..0}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-014-multiple-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-014-multiple-2.stdout.raw deleted file mode 100644 index a9ebdcb5..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-014-multiple-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601{1..2}abc{-50..-53}def{0..0}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-015-big-range.stderr b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-015-big-range.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-015-big-range.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-015-big-range.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-015-big-range.stdout b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-015-big-range.stdout deleted file mode 100644 index ab77e0bf..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-015-big-range.stdout +++ /dev/null @@ -1 +0,0 @@ -{-100..100}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-015-big-range.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-015-big-range.stdout.raw deleted file mode 100644 index ab77e0bf..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-brace-expansion-numeric-range-015-big-range.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{-100..100}@ diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-001-range-and-char.stderr b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-001-range-and-char.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-001-range-and-char.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-001-range-and-char.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-001-range-and-char.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-001-range-and-char.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-001-range-and-char.stdout b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-001-range-and-char.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-001-range-and-char.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-001-range-and-char.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-002-reverse-range-and-chars.stderr b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-002-reverse-range-and-chars.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-002-reverse-range-and-chars.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-002-reverse-range-and-chars.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-002-reverse-range-and-chars.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-002-reverse-range-and-chars.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-002-reverse-range-and-chars.stdout b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-002-reverse-range-and-chars.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-002-reverse-range-and-chars.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-002-reverse-range-and-chars.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-003-reverse-multi-hard.stderr b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-003-reverse-multi-hard.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-003-reverse-multi-hard.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-003-reverse-multi-hard.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-003-reverse-multi-hard.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-003-reverse-multi-hard.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-003-reverse-multi-hard.stdout b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-003-reverse-multi-hard.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-003-reverse-multi-hard.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-003-reverse-multi-hard.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-004-simple-bracket+char+range.stderr b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-004-simple-bracket+char+range.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-004-simple-bracket+char+range.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-004-simple-bracket+char+range.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-004-simple-bracket+char+range.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-004-simple-bracket+char+range.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-004-simple-bracket+char+range.stdout b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-004-simple-bracket+char+range.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-004-simple-bracket+char+range.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-multi-004-simple-bracket+char+range.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-001-simple-opposit-match.stderr b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-001-simple-opposit-match.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-001-simple-opposit-match.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-001-simple-opposit-match.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-001-simple-opposit-match.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-001-simple-opposit-match.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-001-simple-opposit-match.stdout b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-001-simple-opposit-match.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-001-simple-opposit-match.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-001-simple-opposit-match.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-002-simple-opposite-range.stderr b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-002-simple-opposite-range.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-002-simple-opposite-range.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-002-simple-opposite-range.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-002-simple-opposite-range.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-002-simple-opposite-range.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-002-simple-opposite-range.stdout b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-002-simple-opposite-range.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-002-simple-opposite-range.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-not-002-simple-opposite-range.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-001-alpha-range.stderr b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-001-alpha-range.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-001-alpha-range.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-001-alpha-range.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-001-alpha-range.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-001-alpha-range.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-001-alpha-range.stdout b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-001-alpha-range.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-001-alpha-range.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-001-alpha-range.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-002-numeric-range.stderr b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-002-numeric-range.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-002-numeric-range.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-002-numeric-range.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-002-numeric-range.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-002-numeric-range.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-002-numeric-range.stdout b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-002-numeric-range.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-002-numeric-range.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-002-numeric-range.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-003-ascii-range-1.stderr b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-003-ascii-range-1.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-003-ascii-range-1.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-003-ascii-range-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-003-ascii-range-1.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-003-ascii-range-1.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-003-ascii-range-1.stdout b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-003-ascii-range-1.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-003-ascii-range-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-003-ascii-range-1.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-004-ascii-range-2.stderr b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-004-ascii-range-2.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-004-ascii-range-2.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-004-ascii-range-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-004-ascii-range-2.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-004-ascii-range-2.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-004-ascii-range-2.stdout b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-004-ascii-range-2.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-004-ascii-range-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-range-pattern-004-ascii-range-2.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-001-simple-list.stderr b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-001-simple-list.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-001-simple-list.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-001-simple-list.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-001-simple-list.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-001-simple-list.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-001-simple-list.stdout b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-001-simple-list.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-001-simple-list.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-001-simple-list.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-002-multi-bracket.stderr b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-002-multi-bracket.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-002-multi-bracket.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-002-multi-bracket.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-002-multi-bracket.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-002-multi-bracket.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-002-multi-bracket.stdout b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-002-multi-bracket.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-002-multi-bracket.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-002-multi-bracket.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-003-brackets-as-pattern.stderr b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-003-brackets-as-pattern.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-003-brackets-as-pattern.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-003-brackets-as-pattern.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-003-brackets-as-pattern.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-003-brackets-as-pattern.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-003-brackets-as-pattern.stdout b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-003-brackets-as-pattern.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-003-brackets-as-pattern.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-003-brackets-as-pattern.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-004-multi-bracket-multi-char.stderr b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-004-multi-bracket-multi-char.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-004-multi-bracket-multi-char.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-004-multi-bracket-multi-char.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-004-multi-bracket-multi-char.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-004-multi-bracket-multi-char.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-004-multi-bracket-multi-char.stdout b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-004-multi-bracket-multi-char.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-004-multi-bracket-multi-char.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-simple-pattern-004-multi-bracket-multi-char.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-001-single-char.stderr b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-001-single-char.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-001-single-char.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-001-single-char.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-001-single-char.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-001-single-char.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-001-single-char.stdout b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-001-single-char.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-001-single-char.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-001-single-char.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-002-closing-bracket-char.stderr b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-002-closing-bracket-char.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-002-closing-bracket-char.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-002-closing-bracket-char.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-002-closing-bracket-char.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-002-closing-bracket-char.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-002-closing-bracket-char.stdout b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-002-closing-bracket-char.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-002-closing-bracket-char.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-002-closing-bracket-char.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-003-opening-bracket-char.stderr b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-003-opening-bracket-char.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-003-opening-bracket-char.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-003-opening-bracket-char.stderr.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-003-opening-bracket-char.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-003-opening-bracket-char.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-003-opening-bracket-char.stdout b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-003-opening-bracket-char.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-003-opening-bracket-char.stdout.raw b/42sh/42ShellTester/tmp/42sh-globbing-bracket-expansion-single-char-pattern-003-opening-bracket-char.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-001-declare-and-expand-1.stderr b/42sh/42ShellTester/tmp/42sh-local-variable-001-declare-and-expand-1.stderr deleted file mode 100644 index a65bd869..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-001-declare-and-expand-1.stderr +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_VALUE diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-001-declare-and-expand-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-local-variable-001-declare-and-expand-1.stderr.raw deleted file mode 100644 index a65bd869..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-001-declare-and-expand-1.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_VALUE diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-001-declare-and-expand-1.stdout b/42sh/42ShellTester/tmp/42sh-local-variable-001-declare-and-expand-1.stdout deleted file mode 100644 index a65bd869..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-001-declare-and-expand-1.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_VALUE diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-001-declare-and-expand-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-local-variable-001-declare-and-expand-1.stdout.raw deleted file mode 100644 index a65bd869..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-001-declare-and-expand-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_VALUE diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-002-declare-and-expand-2.stderr b/42sh/42ShellTester/tmp/42sh-local-variable-002-declare-and-expand-2.stderr deleted file mode 100644 index 8b137891..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-002-declare-and-expand-2.stderr +++ /dev/null @@ -1 +0,0 @@ - diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-002-declare-and-expand-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-local-variable-002-declare-and-expand-2.stderr.raw deleted file mode 100644 index 8b137891..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-002-declare-and-expand-2.stderr.raw +++ /dev/null @@ -1 +0,0 @@ - diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-002-declare-and-expand-2.stdout b/42sh/42ShellTester/tmp/42sh-local-variable-002-declare-and-expand-2.stdout deleted file mode 100644 index 8b137891..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-002-declare-and-expand-2.stdout +++ /dev/null @@ -1 +0,0 @@ - diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-002-declare-and-expand-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-local-variable-002-declare-and-expand-2.stdout.raw deleted file mode 100644 index 8b137891..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-002-declare-and-expand-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ - diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-003-unknown-variable-does-not-result-in-new-argument.stderr b/42sh/42ShellTester/tmp/42sh-local-variable-003-unknown-variable-does-not-result-in-new-argument.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-003-unknown-variable-does-not-result-in-new-argument.stderr.raw b/42sh/42ShellTester/tmp/42sh-local-variable-003-unknown-variable-does-not-result-in-new-argument.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-003-unknown-variable-does-not-result-in-new-argument.stdout b/42sh/42ShellTester/tmp/42sh-local-variable-003-unknown-variable-does-not-result-in-new-argument.stdout deleted file mode 100644 index 8d9bd81f..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-003-unknown-variable-does-not-result-in-new-argument.stdout +++ /dev/null @@ -1 +0,0 @@ -write on stdout diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-003-unknown-variable-does-not-result-in-new-argument.stdout.raw b/42sh/42ShellTester/tmp/42sh-local-variable-003-unknown-variable-does-not-result-in-new-argument.stdout.raw deleted file mode 100644 index 8d9bd81f..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-003-unknown-variable-does-not-result-in-new-argument.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -write on stdout diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-004-existing-variable-in-environment-1.stderr b/42sh/42ShellTester/tmp/42sh-local-variable-004-existing-variable-in-environment-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-004-existing-variable-in-environment-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-local-variable-004-existing-variable-in-environment-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-004-existing-variable-in-environment-1.stdout b/42sh/42ShellTester/tmp/42sh-local-variable-004-existing-variable-in-environment-1.stdout deleted file mode 100644 index 15c509f3..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-004-existing-variable-in-environment-1.stdout +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -TOKEN201703291601_NAME=TOKEN201703291601_VALUE_OLD -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-004-existing-variable-in-environment-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-local-variable-004-existing-variable-in-environment-1.stdout.raw deleted file mode 100644 index 15c509f3..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-004-existing-variable-in-environment-1.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -TOKEN201703291601_NAME=TOKEN201703291601_VALUE_OLD -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-005-existing-variable-in-environment-2.stderr b/42sh/42ShellTester/tmp/42sh-local-variable-005-existing-variable-in-environment-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-005-existing-variable-in-environment-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-local-variable-005-existing-variable-in-environment-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-005-existing-variable-in-environment-2.stdout b/42sh/42ShellTester/tmp/42sh-local-variable-005-existing-variable-in-environment-2.stdout deleted file mode 100644 index 3c523608..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-005-existing-variable-in-environment-2.stdout +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -TOKEN201703291601_NAME=TOKEN201703291601_VALUE -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-005-existing-variable-in-environment-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-local-variable-005-existing-variable-in-environment-2.stdout.raw deleted file mode 100644 index 3c523608..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-005-existing-variable-in-environment-2.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -TOKEN201703291601_NAME=TOKEN201703291601_VALUE -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-006-existing-variable-in-environment-3.stderr b/42sh/42ShellTester/tmp/42sh-local-variable-006-existing-variable-in-environment-3.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-006-existing-variable-in-environment-3.stderr.raw b/42sh/42ShellTester/tmp/42sh-local-variable-006-existing-variable-in-environment-3.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-006-existing-variable-in-environment-3.stdout b/42sh/42ShellTester/tmp/42sh-local-variable-006-existing-variable-in-environment-3.stdout deleted file mode 100644 index a65bd869..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-006-existing-variable-in-environment-3.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_VALUE diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-006-existing-variable-in-environment-3.stdout.raw b/42sh/42ShellTester/tmp/42sh-local-variable-006-existing-variable-in-environment-3.stdout.raw deleted file mode 100644 index a65bd869..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-006-existing-variable-in-environment-3.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_VALUE diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-007-multiple-declaration-at-a-time.stderr b/42sh/42ShellTester/tmp/42sh-local-variable-007-multiple-declaration-at-a-time.stderr deleted file mode 100644 index 71a18071..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-007-multiple-declaration-at-a-time.stderr +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_VALUE1 -TOKEN201703291601_VALUE3 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-007-multiple-declaration-at-a-time.stderr.raw b/42sh/42ShellTester/tmp/42sh-local-variable-007-multiple-declaration-at-a-time.stderr.raw deleted file mode 100644 index 71a18071..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-007-multiple-declaration-at-a-time.stderr.raw +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_VALUE1 -TOKEN201703291601_VALUE3 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-007-multiple-declaration-at-a-time.stdout b/42sh/42ShellTester/tmp/42sh-local-variable-007-multiple-declaration-at-a-time.stdout deleted file mode 100644 index 4d1d83d1..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-007-multiple-declaration-at-a-time.stdout +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_VALUE1 -TOKEN201703291601_VALUE2 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-007-multiple-declaration-at-a-time.stdout.raw b/42sh/42ShellTester/tmp/42sh-local-variable-007-multiple-declaration-at-a-time.stdout.raw deleted file mode 100644 index 4d1d83d1..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-007-multiple-declaration-at-a-time.stdout.raw +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_VALUE1 -TOKEN201703291601_VALUE2 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-008-multiple-declaration-with-same-name.stderr b/42sh/42ShellTester/tmp/42sh-local-variable-008-multiple-declaration-with-same-name.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-008-multiple-declaration-with-same-name.stderr.raw b/42sh/42ShellTester/tmp/42sh-local-variable-008-multiple-declaration-with-same-name.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-008-multiple-declaration-with-same-name.stdout b/42sh/42ShellTester/tmp/42sh-local-variable-008-multiple-declaration-with-same-name.stdout deleted file mode 100644 index 7f2a4684..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-008-multiple-declaration-with-same-name.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_VALUE3 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-008-multiple-declaration-with-same-name.stdout.raw b/42sh/42ShellTester/tmp/42sh-local-variable-008-multiple-declaration-with-same-name.stdout.raw deleted file mode 100644 index 7f2a4684..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-008-multiple-declaration-with-same-name.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_VALUE3 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-009-last-exit-status.stderr b/42sh/42ShellTester/tmp/42sh-local-variable-009-last-exit-status.stderr deleted file mode 100644 index d81cc071..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-009-last-exit-status.stderr +++ /dev/null @@ -1 +0,0 @@ -42 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-009-last-exit-status.stderr.raw b/42sh/42ShellTester/tmp/42sh-local-variable-009-last-exit-status.stderr.raw deleted file mode 100644 index d81cc071..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-009-last-exit-status.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -42 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-009-last-exit-status.stdout b/42sh/42ShellTester/tmp/42sh-local-variable-009-last-exit-status.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-009-last-exit-status.stdout.raw b/42sh/42ShellTester/tmp/42sh-local-variable-009-last-exit-status.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stderr b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stderr deleted file mode 100644 index 8b137891..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stderr +++ /dev/null @@ -1 +0,0 @@ - diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stderr.raw b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stderr.raw deleted file mode 100644 index 8b137891..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stderr.raw +++ /dev/null @@ -1 +0,0 @@ - diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stdout b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stdout deleted file mode 100644 index 302dc6f9..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stdout +++ /dev/null @@ -1,38 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stdout.raw b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stdout.raw deleted file mode 100644 index 302dc6f9..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stdout.raw +++ /dev/null @@ -1,38 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-001-truncating.stderr b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-001-truncating.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-001-truncating.stderr.raw b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-001-truncating.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-001-truncating.stdout b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-001-truncating.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-001-truncating.stdout.raw b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-001-truncating.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-002-appending.stderr b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-002-appending.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-002-appending.stderr.raw b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-002-appending.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-002-appending.stdout b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-002-appending.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-002-appending.stdout.raw b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-002-appending.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-003-reading.stderr b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-003-reading.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-003-reading.stderr.raw b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-003-reading.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-003-reading.stdout b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-003-reading.stdout deleted file mode 100644 index 5ed566e2..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-003-reading.stdout +++ /dev/null @@ -1,3 +0,0 @@ -TOKEN201703291601_VALUE@ -TOKEN201703291601_VALUE1@ -TOKEN201703291601_VALUE2@ diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-003-reading.stdout.raw b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-003-reading.stdout.raw deleted file mode 100644 index 5ed566e2..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-redirections-003-reading.stdout.raw +++ /dev/null @@ -1,3 +0,0 @@ -TOKEN201703291601_VALUE@ -TOKEN201703291601_VALUE1@ -TOKEN201703291601_VALUE2@ diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-tilde-expansion-001-process-tilde-expansion.stderr b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-tilde-expansion-001-process-tilde-expansion.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-tilde-expansion-001-process-tilde-expansion.stderr.raw b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-tilde-expansion-001-process-tilde-expansion.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-tilde-expansion-001-process-tilde-expansion.stdout b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-tilde-expansion-001-process-tilde-expansion.stdout deleted file mode 100644 index 685b0aca..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-tilde-expansion-001-process-tilde-expansion.stdout +++ /dev/null @@ -1 +0,0 @@ -TILDE:~ diff --git a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-tilde-expansion-001-process-tilde-expansion.stdout.raw b/42sh/42ShellTester/tmp/42sh-local-variable-mixed-tilde-expansion-001-process-tilde-expansion.stdout.raw deleted file mode 100644 index 685b0aca..00000000 --- a/42sh/42ShellTester/tmp/42sh-local-variable-mixed-tilde-expansion-001-process-tilde-expansion.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TILDE:~ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-001-it-works.stderr b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-001-it-works.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-001-it-works.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-001-it-works.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-001-it-works.stdout b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-001-it-works.stdout deleted file mode 100644 index 5c62c795..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-001-it-works.stdout +++ /dev/null @@ -1 +0,0 @@ -SIMPLE TEXT WITH SPACES diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-001-it-works.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-001-it-works.stdout.raw deleted file mode 100644 index 5c62c795..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-001-it-works.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -SIMPLE TEXT WITH SPACES diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-002-concatenated-strings.stderr b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-002-concatenated-strings.stderr deleted file mode 100644 index 465edc96..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-002-concatenated-strings.stderr +++ /dev/null @@ -1 +0,0 @@ -PQRSTUVWXYZ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-002-concatenated-strings.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-002-concatenated-strings.stderr.raw deleted file mode 100644 index 465edc96..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-002-concatenated-strings.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -PQRSTUVWXYZ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-002-concatenated-strings.stdout b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-002-concatenated-strings.stdout deleted file mode 100644 index 7c6d230b..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-002-concatenated-strings.stdout +++ /dev/null @@ -1 +0,0 @@ -ABCDEFGHIJKLMNO diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-002-concatenated-strings.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-002-concatenated-strings.stdout.raw deleted file mode 100644 index 7c6d230b..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-002-concatenated-strings.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -ABCDEFGHIJKLMNO diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-003-first-argument-inhibited.stderr b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-003-first-argument-inhibited.stderr deleted file mode 100644 index 569ce4ab..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-003-first-argument-inhibited.stderr +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_STDERR diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-003-first-argument-inhibited.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-003-first-argument-inhibited.stderr.raw deleted file mode 100644 index 569ce4ab..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-003-first-argument-inhibited.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_STDERR diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-003-first-argument-inhibited.stdout b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-003-first-argument-inhibited.stdout deleted file mode 100644 index 96d41c2b..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-003-first-argument-inhibited.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_STDOUT diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-003-first-argument-inhibited.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-003-first-argument-inhibited.stdout.raw deleted file mode 100644 index 96d41c2b..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-003-first-argument-inhibited.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_STDOUT diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-004-multiline-1.stderr b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-004-multiline-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-004-multiline-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-004-multiline-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-004-multiline-1.stdout b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-004-multiline-1.stdout deleted file mode 100644 index bd544088..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-004-multiline-1.stdout +++ /dev/null @@ -1,5 +0,0 @@ - -TOKEN201703291601_FIRST -TOKEN201703291601_SECOND -TOKEN201703291601_THIRD - diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-004-multiline-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-004-multiline-1.stdout.raw deleted file mode 100644 index bd544088..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-004-multiline-1.stdout.raw +++ /dev/null @@ -1,5 +0,0 @@ - -TOKEN201703291601_FIRST -TOKEN201703291601_SECOND -TOKEN201703291601_THIRD - diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-005-multiline-2.stderr b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-005-multiline-2.stderr deleted file mode 100644 index e8f60096..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-005-multiline-2.stderr +++ /dev/null @@ -1,3 +0,0 @@ -TOKEN201703291601_THIRD -TOKEN201703291601_FOURTH - diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-005-multiline-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-005-multiline-2.stderr.raw deleted file mode 100644 index e8f60096..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-005-multiline-2.stderr.raw +++ /dev/null @@ -1,3 +0,0 @@ -TOKEN201703291601_THIRD -TOKEN201703291601_FOURTH - diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-005-multiline-2.stdout b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-005-multiline-2.stdout deleted file mode 100644 index 3b4d9a27..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-005-multiline-2.stdout +++ /dev/null @@ -1,3 +0,0 @@ - -TOKEN201703291601_FIRST -TOKEN201703291601_SECOND diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-005-multiline-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-005-multiline-2.stdout.raw deleted file mode 100644 index 3b4d9a27..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-005-multiline-2.stdout.raw +++ /dev/null @@ -1,3 +0,0 @@ - -TOKEN201703291601_FIRST -TOKEN201703291601_SECOND diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-001-escape-double-quote-1.stderr b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-001-escape-double-quote-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-001-escape-double-quote-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-001-escape-double-quote-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-001-escape-double-quote-1.stdout b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-001-escape-double-quote-1.stdout deleted file mode 100644 index e0b68cbc..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-001-escape-double-quote-1.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601"TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-001-escape-double-quote-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-001-escape-double-quote-1.stdout.raw deleted file mode 100644 index e0b68cbc..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-001-escape-double-quote-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601"TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-002-escape-double-quote-2.stderr b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-002-escape-double-quote-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-002-escape-double-quote-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-002-escape-double-quote-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-002-escape-double-quote-2.stdout b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-002-escape-double-quote-2.stdout deleted file mode 100644 index e78a004e..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-002-escape-double-quote-2.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601 " TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-002-escape-double-quote-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-002-escape-double-quote-2.stdout.raw deleted file mode 100644 index e78a004e..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-002-escape-double-quote-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601 " TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-003-escape-double-quote-3.stderr b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-003-escape-double-quote-3.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-003-escape-double-quote-3.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-003-escape-double-quote-3.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-003-escape-double-quote-3.stdout b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-003-escape-double-quote-3.stdout deleted file mode 100644 index 1cc80efa..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-003-escape-double-quote-3.stdout +++ /dev/null @@ -1 +0,0 @@ -" diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-003-escape-double-quote-3.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-003-escape-double-quote-3.stdout.raw deleted file mode 100644 index 1cc80efa..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-003-escape-double-quote-3.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -" diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-004-it-results-in-error.stderr b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-004-it-results-in-error.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-004-it-results-in-error.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-004-it-results-in-error.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-004-it-results-in-error.stdout b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-004-it-results-in-error.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-004-it-results-in-error.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-004-it-results-in-error.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-005-it-does-not-escape-double-quote.stderr b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-005-it-does-not-escape-double-quote.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-005-it-does-not-escape-double-quote.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-005-it-does-not-escape-double-quote.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-005-it-does-not-escape-double-quote.stdout b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-005-it-does-not-escape-double-quote.stdout deleted file mode 100644 index 24f3542c..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-005-it-does-not-escape-double-quote.stdout +++ /dev/null @@ -1 +0,0 @@ -\TOKEN201703291601\ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-005-it-does-not-escape-double-quote.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-005-it-does-not-escape-double-quote.stdout.raw deleted file mode 100644 index 24f3542c..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-escaping-005-it-does-not-escape-double-quote.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -\TOKEN201703291601\ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout deleted file mode 100644 index fdf6ff5c..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout +++ /dev/null @@ -1 +0,0 @@ -{1..2} diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw deleted file mode 100644 index fdf6ff5c..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{1..2} diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stderr b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout deleted file mode 100644 index 0f4b070d..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout +++ /dev/null @@ -1 +0,0 @@ -{1..2}{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout.raw deleted file mode 100644 index 0f4b070d..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{1..2}{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stderr b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout deleted file mode 100644 index 0f4b070d..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout +++ /dev/null @@ -1 +0,0 @@ -{1..2}{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout.raw deleted file mode 100644 index 0f4b070d..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{1..2}{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stderr b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout deleted file mode 100644 index d8bacb09..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout +++ /dev/null @@ -1 +0,0 @@ -{1..2}{1..2}{1..2}{1..2}{1..2}{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout.raw deleted file mode 100644 index d8bacb09..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{1..2}{1..2}{1..2}{1..2}{1..2}{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stderr b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout deleted file mode 100644 index 034d4cc0..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout +++ /dev/null @@ -1 +0,0 @@ -{1..2}@{1..2}@{1..2}@{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout.raw deleted file mode 100644 index 034d4cc0..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{1..2}@{1..2}@{1..2}@{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stdout b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stdout b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-variable-expansion-001-expansion-enabled.stderr b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-variable-expansion-001-expansion-enabled.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-variable-expansion-001-expansion-enabled.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-variable-expansion-001-expansion-enabled.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-variable-expansion-001-expansion-enabled.stdout b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-variable-expansion-001-expansion-enabled.stdout deleted file mode 100644 index 5fa1c43e..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-variable-expansion-001-expansion-enabled.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-variable-expansion-001-expansion-enabled.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-variable-expansion-001-expansion-enabled.stdout.raw deleted file mode 100644 index 5fa1c43e..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-double-quotes-mixed-variable-expansion-001-expansion-enabled.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-001-simple-and-double-quotes.stderr b/42sh/42ShellTester/tmp/42sh-quoting-mixed-001-simple-and-double-quotes.stderr deleted file mode 100644 index b5025d8c..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-mixed-001-simple-and-double-quotes.stderr +++ /dev/null @@ -1 +0,0 @@ -QRS'T'U''VWX"YZ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-001-simple-and-double-quotes.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-mixed-001-simple-and-double-quotes.stderr.raw deleted file mode 100644 index b5025d8c..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-mixed-001-simple-and-double-quotes.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -QRS'T'U''VWX"YZ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-001-simple-and-double-quotes.stdout b/42sh/42ShellTester/tmp/42sh-quoting-mixed-001-simple-and-double-quotes.stdout deleted file mode 100644 index adbd9a05..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-mixed-001-simple-and-double-quotes.stdout +++ /dev/null @@ -1 +0,0 @@ -ABCD'EFGHIJ"KL"MNOP" diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-001-simple-and-double-quotes.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-mixed-001-simple-and-double-quotes.stdout.raw deleted file mode 100644 index adbd9a05..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-mixed-001-simple-and-double-quotes.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -ABCD'EFGHIJ"KL"MNOP" diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-002-multiline.stderr b/42sh/42ShellTester/tmp/42sh-quoting-mixed-002-multiline.stderr deleted file mode 100644 index ce99012c..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-mixed-002-multiline.stderr +++ /dev/null @@ -1,3 +0,0 @@ -TOKEN201703291601_TH"IRD -TOKEN201703291601_FOURTH - diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-002-multiline.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-mixed-002-multiline.stderr.raw deleted file mode 100644 index ce99012c..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-mixed-002-multiline.stderr.raw +++ /dev/null @@ -1,3 +0,0 @@ -TOKEN201703291601_TH"IRD -TOKEN201703291601_FOURTH - diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-002-multiline.stdout b/42sh/42ShellTester/tmp/42sh-quoting-mixed-002-multiline.stdout deleted file mode 100644 index a0a5e3bb..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-mixed-002-multiline.stdout +++ /dev/null @@ -1,3 +0,0 @@ - -TOKEN201703291601_FIR'ST -TOKEN201703291601_SECOND diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-002-multiline.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-mixed-002-multiline.stdout.raw deleted file mode 100644 index a0a5e3bb..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-mixed-002-multiline.stdout.raw +++ /dev/null @@ -1,3 +0,0 @@ - -TOKEN201703291601_FIR'ST -TOKEN201703291601_SECOND diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr b/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout b/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout deleted file mode 100644 index d8bacb09..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout +++ /dev/null @@ -1 +0,0 @@ -{1..2}{1..2}{1..2}{1..2}{1..2}{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw deleted file mode 100644 index d8bacb09..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{1..2}{1..2}{1..2}{1..2}{1..2}{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-001-it-works-1.stderr b/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-001-it-works-1.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-001-it-works-1.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-001-it-works-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-001-it-works-1.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-001-it-works-1.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-001-it-works-1.stdout b/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-001-it-works-1.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-001-it-works-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-001-it-works-1.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-002-it-works-2.stderr b/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-002-it-works-2.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-002-it-works-2.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-002-it-works-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-002-it-works-2.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-002-it-works-2.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-002-it-works-2.stdout b/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-002-it-works-2.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-002-it-works-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-mixed-globbing-bracket-expansion-002-it-works-2.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-variable-expansion-001-it-does-not-expand-in-quotes.stderr b/42sh/42ShellTester/tmp/42sh-quoting-mixed-variable-expansion-001-it-does-not-expand-in-quotes.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-variable-expansion-001-it-does-not-expand-in-quotes.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-mixed-variable-expansion-001-it-does-not-expand-in-quotes.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-variable-expansion-001-it-does-not-expand-in-quotes.stdout b/42sh/42ShellTester/tmp/42sh-quoting-mixed-variable-expansion-001-it-does-not-expand-in-quotes.stdout deleted file mode 100644 index 31241e9d..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-mixed-variable-expansion-001-it-does-not-expand-in-quotes.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_VALUETOKEN201703291601_VALUE$TOKEN201703291601_NAME diff --git a/42sh/42ShellTester/tmp/42sh-quoting-mixed-variable-expansion-001-it-does-not-expand-in-quotes.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-mixed-variable-expansion-001-it-does-not-expand-in-quotes.stdout.raw deleted file mode 100644 index 31241e9d..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-mixed-variable-expansion-001-it-does-not-expand-in-quotes.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_VALUETOKEN201703291601_VALUE$TOKEN201703291601_NAME diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-001-it-works.stderr b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-001-it-works.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-001-it-works.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-001-it-works.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-001-it-works.stdout b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-001-it-works.stdout deleted file mode 100644 index 5c62c795..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-001-it-works.stdout +++ /dev/null @@ -1 +0,0 @@ -SIMPLE TEXT WITH SPACES diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-001-it-works.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-001-it-works.stdout.raw deleted file mode 100644 index 5c62c795..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-001-it-works.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -SIMPLE TEXT WITH SPACES diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-002-concatenated-strings.stderr b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-002-concatenated-strings.stderr deleted file mode 100644 index 465edc96..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-002-concatenated-strings.stderr +++ /dev/null @@ -1 +0,0 @@ -PQRSTUVWXYZ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-002-concatenated-strings.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-002-concatenated-strings.stderr.raw deleted file mode 100644 index 465edc96..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-002-concatenated-strings.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -PQRSTUVWXYZ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-002-concatenated-strings.stdout b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-002-concatenated-strings.stdout deleted file mode 100644 index 7c6d230b..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-002-concatenated-strings.stdout +++ /dev/null @@ -1 +0,0 @@ -ABCDEFGHIJKLMNO diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-002-concatenated-strings.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-002-concatenated-strings.stdout.raw deleted file mode 100644 index 7c6d230b..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-002-concatenated-strings.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -ABCDEFGHIJKLMNO diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-003-first-argument-inhibited.stderr b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-003-first-argument-inhibited.stderr deleted file mode 100644 index 569ce4ab..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-003-first-argument-inhibited.stderr +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_STDERR diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-003-first-argument-inhibited.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-003-first-argument-inhibited.stderr.raw deleted file mode 100644 index 569ce4ab..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-003-first-argument-inhibited.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_STDERR diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-003-first-argument-inhibited.stdout b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-003-first-argument-inhibited.stdout deleted file mode 100644 index 96d41c2b..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-003-first-argument-inhibited.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_STDOUT diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-003-first-argument-inhibited.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-003-first-argument-inhibited.stdout.raw deleted file mode 100644 index 96d41c2b..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-003-first-argument-inhibited.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_STDOUT diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-004-multiline-1.stderr b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-004-multiline-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-004-multiline-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-004-multiline-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-004-multiline-1.stdout b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-004-multiline-1.stdout deleted file mode 100644 index bd544088..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-004-multiline-1.stdout +++ /dev/null @@ -1,5 +0,0 @@ - -TOKEN201703291601_FIRST -TOKEN201703291601_SECOND -TOKEN201703291601_THIRD - diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-004-multiline-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-004-multiline-1.stdout.raw deleted file mode 100644 index bd544088..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-004-multiline-1.stdout.raw +++ /dev/null @@ -1,5 +0,0 @@ - -TOKEN201703291601_FIRST -TOKEN201703291601_SECOND -TOKEN201703291601_THIRD - diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-005-multiline-2.stderr b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-005-multiline-2.stderr deleted file mode 100644 index e8f60096..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-005-multiline-2.stderr +++ /dev/null @@ -1,3 +0,0 @@ -TOKEN201703291601_THIRD -TOKEN201703291601_FOURTH - diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-005-multiline-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-005-multiline-2.stderr.raw deleted file mode 100644 index e8f60096..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-005-multiline-2.stderr.raw +++ /dev/null @@ -1,3 +0,0 @@ -TOKEN201703291601_THIRD -TOKEN201703291601_FOURTH - diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-005-multiline-2.stdout b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-005-multiline-2.stdout deleted file mode 100644 index 3b4d9a27..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-005-multiline-2.stdout +++ /dev/null @@ -1,3 +0,0 @@ - -TOKEN201703291601_FIRST -TOKEN201703291601_SECOND diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-005-multiline-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-005-multiline-2.stdout.raw deleted file mode 100644 index 3b4d9a27..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-005-multiline-2.stdout.raw +++ /dev/null @@ -1,3 +0,0 @@ - -TOKEN201703291601_FIRST -TOKEN201703291601_SECOND diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-001-escape-simple-quote-1.stderr b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-001-escape-simple-quote-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-001-escape-simple-quote-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-001-escape-simple-quote-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-001-escape-simple-quote-1.stdout b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-001-escape-simple-quote-1.stdout deleted file mode 100644 index 2f84d1d1..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-001-escape-simple-quote-1.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601'TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-001-escape-simple-quote-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-001-escape-simple-quote-1.stdout.raw deleted file mode 100644 index 2f84d1d1..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-001-escape-simple-quote-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601'TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stderr b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stderr deleted file mode 100644 index b743febe..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stderr +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_STDERR' diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stderr.raw deleted file mode 100644 index b743febe..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_STDERR' diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stdout b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stdout deleted file mode 100644 index f8108af4..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stdout +++ /dev/null @@ -1 +0,0 @@ -'TOKEN201703291601_STDOUT diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stdout.raw deleted file mode 100644 index f8108af4..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -'TOKEN201703291601_STDOUT diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-003-escape-simple-quote-3.stderr b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-003-escape-simple-quote-3.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-003-escape-simple-quote-3.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-003-escape-simple-quote-3.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-003-escape-simple-quote-3.stdout b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-003-escape-simple-quote-3.stdout deleted file mode 100644 index 57ddad2a..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-003-escape-simple-quote-3.stdout +++ /dev/null @@ -1 +0,0 @@ -\ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-003-escape-simple-quote-3.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-003-escape-simple-quote-3.stdout.raw deleted file mode 100644 index 57ddad2a..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-003-escape-simple-quote-3.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -\ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stderr b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stderr deleted file mode 100644 index 4886aca9..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stderr +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_STDERR\ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stderr.raw deleted file mode 100644 index 4886aca9..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_STDERR\ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stdout b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stdout deleted file mode 100644 index a193226a..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_STDOUT\ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stdout.raw deleted file mode 100644 index a193226a..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_STDOUT\ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-005-it-does-not-escape-simple-quote-2.stderr b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-005-it-does-not-escape-simple-quote-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-005-it-does-not-escape-simple-quote-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-005-it-does-not-escape-simple-quote-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-005-it-does-not-escape-simple-quote-2.stdout b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-005-it-does-not-escape-simple-quote-2.stdout deleted file mode 100644 index 3289b099..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-005-it-does-not-escape-simple-quote-2.stdout +++ /dev/null @@ -1 +0,0 @@ -\TOKEN201703291601\\ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-005-it-does-not-escape-simple-quote-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-005-it-does-not-escape-simple-quote-2.stdout.raw deleted file mode 100644 index 3289b099..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-escaping-005-it-does-not-escape-simple-quote-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -\TOKEN201703291601\\ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout deleted file mode 100644 index fdf6ff5c..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout +++ /dev/null @@ -1 +0,0 @@ -{1..2} diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw deleted file mode 100644 index fdf6ff5c..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{1..2} diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stderr b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout deleted file mode 100644 index 0f4b070d..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout +++ /dev/null @@ -1 +0,0 @@ -{1..2}{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout.raw deleted file mode 100644 index 0f4b070d..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{1..2}{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stderr b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout deleted file mode 100644 index 0f4b070d..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout +++ /dev/null @@ -1 +0,0 @@ -{1..2}{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout.raw deleted file mode 100644 index 0f4b070d..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{1..2}{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stderr b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout deleted file mode 100644 index d8bacb09..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout +++ /dev/null @@ -1 +0,0 @@ -{1..2}{1..2}{1..2}{1..2}{1..2}{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout.raw deleted file mode 100644 index d8bacb09..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{1..2}{1..2}{1..2}{1..2}{1..2}{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stderr b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout deleted file mode 100644 index 034d4cc0..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout +++ /dev/null @@ -1 +0,0 @@ -{1..2}@{1..2}@{1..2}@{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout.raw deleted file mode 100644 index 034d4cc0..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -{1..2}@{1..2}@{1..2}@{1..2}@ diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stdout b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stdout b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-variable-expansion-001-expansion-disabled.stderr b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-variable-expansion-001-expansion-disabled.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-variable-expansion-001-expansion-disabled.stderr.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-variable-expansion-001-expansion-disabled.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-variable-expansion-001-expansion-disabled.stdout b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-variable-expansion-001-expansion-disabled.stdout deleted file mode 100644 index df5fae00..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-variable-expansion-001-expansion-disabled.stdout +++ /dev/null @@ -1 +0,0 @@ -[$]TOKEN201703291601_NAME diff --git a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-variable-expansion-001-expansion-disabled.stdout.raw b/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-variable-expansion-001-expansion-disabled.stdout.raw deleted file mode 100644 index df5fae00..00000000 --- a/42sh/42ShellTester/tmp/42sh-quoting-simple-quotes-mixed-variable-expansion-001-expansion-disabled.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -[$]TOKEN201703291601_NAME diff --git a/42sh/42ShellTester/tmp/42sh-subshell-001-tokens-are-recognized.stderr b/42sh/42ShellTester/tmp/42sh-subshell-001-tokens-are-recognized.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-001-tokens-are-recognized.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-001-tokens-are-recognized.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-001-tokens-are-recognized.stdout b/42sh/42ShellTester/tmp/42sh-subshell-001-tokens-are-recognized.stdout deleted file mode 100644 index 5fa1c43e..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-001-tokens-are-recognized.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-001-tokens-are-recognized.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-001-tokens-are-recognized.stdout.raw deleted file mode 100644 index 5fa1c43e..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-001-tokens-are-recognized.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-002-multiple-levels-of-subshells.stderr b/42sh/42ShellTester/tmp/42sh-subshell-002-multiple-levels-of-subshells.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-002-multiple-levels-of-subshells.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-002-multiple-levels-of-subshells.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-002-multiple-levels-of-subshells.stdout b/42sh/42ShellTester/tmp/42sh-subshell-002-multiple-levels-of-subshells.stdout deleted file mode 100644 index 5fa1c43e..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-002-multiple-levels-of-subshells.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-002-multiple-levels-of-subshells.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-002-multiple-levels-of-subshells.stdout.raw deleted file mode 100644 index 5fa1c43e..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-002-multiple-levels-of-subshells.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-003-multiline.stderr b/42sh/42ShellTester/tmp/42sh-subshell-003-multiline.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-003-multiline.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-003-multiline.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-003-multiline.stdout b/42sh/42ShellTester/tmp/42sh-subshell-003-multiline.stdout deleted file mode 100644 index 98324612..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-003-multiline.stdout +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_SUBSHELL1 -TOKEN201703291601_SUBSHELL2 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-003-multiline.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-003-multiline.stdout.raw deleted file mode 100644 index 98324612..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-003-multiline.stdout.raw +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_SUBSHELL1 -TOKEN201703291601_SUBSHELL2 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-004-exit-status.stderr b/42sh/42ShellTester/tmp/42sh-subshell-004-exit-status.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-004-exit-status.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-004-exit-status.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-004-exit-status.stdout b/42sh/42ShellTester/tmp/42sh-subshell-004-exit-status.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-004-exit-status.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-004-exit-status.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-005-copy-of-environment.stderr b/42sh/42ShellTester/tmp/42sh-subshell-005-copy-of-environment.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-005-copy-of-environment.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-005-copy-of-environment.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-005-copy-of-environment.stdout b/42sh/42ShellTester/tmp/42sh-subshell-005-copy-of-environment.stdout deleted file mode 100644 index e4a04b1a..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-005-copy-of-environment.stdout +++ /dev/null @@ -1,41 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -TOKEN201703291601_VAR1=VALUE1 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -TOKEN201703291601_VAR3=VALUE3 -TOKEN201703291601_VAR2=VALUE2 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 38 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-005-copy-of-environment.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-005-copy-of-environment.stdout.raw deleted file mode 100644 index e4a04b1a..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-005-copy-of-environment.stdout.raw +++ /dev/null @@ -1,41 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -TOKEN201703291601_VAR1=VALUE1 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -TOKEN201703291601_VAR3=VALUE3 -TOKEN201703291601_VAR2=VALUE2 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 38 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-errors-001-parse-error-1.stderr b/42sh/42ShellTester/tmp/42sh-subshell-errors-001-parse-error-1.stderr deleted file mode 100644 index 7c06561b..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-errors-001-parse-error-1.stderr +++ /dev/null @@ -1 +0,0 @@ -syntax error near unexpected token `./write_on_stdout' diff --git a/42sh/42ShellTester/tmp/42sh-subshell-errors-001-parse-error-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-errors-001-parse-error-1.stderr.raw deleted file mode 100644 index 7e2f51ea..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-errors-001-parse-error-1.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -syntax error near unexpected token `./write_on_stdout' diff --git a/42sh/42ShellTester/tmp/42sh-subshell-errors-001-parse-error-1.stdout b/42sh/42ShellTester/tmp/42sh-subshell-errors-001-parse-error-1.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-errors-001-parse-error-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-errors-001-parse-error-1.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-errors-002-parse-error-2.stderr b/42sh/42ShellTester/tmp/42sh-subshell-errors-002-parse-error-2.stderr deleted file mode 100644 index cdc63269..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-errors-002-parse-error-2.stderr +++ /dev/null @@ -1 +0,0 @@ -syntax error near unexpected token `(' diff --git a/42sh/42ShellTester/tmp/42sh-subshell-errors-002-parse-error-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-errors-002-parse-error-2.stderr.raw deleted file mode 100644 index b29f5aec..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-errors-002-parse-error-2.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -syntax error near unexpected token `(' diff --git a/42sh/42ShellTester/tmp/42sh-subshell-errors-002-parse-error-2.stdout b/42sh/42ShellTester/tmp/42sh-subshell-errors-002-parse-error-2.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-errors-002-parse-error-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-errors-002-parse-error-2.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-errors-003-parse-error-3.stderr b/42sh/42ShellTester/tmp/42sh-subshell-errors-003-parse-error-3.stderr deleted file mode 100644 index df246f06..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-errors-003-parse-error-3.stderr +++ /dev/null @@ -1 +0,0 @@ -syntax error near unexpected token `)' diff --git a/42sh/42ShellTester/tmp/42sh-subshell-errors-003-parse-error-3.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-errors-003-parse-error-3.stderr.raw deleted file mode 100644 index 8bd87cd4..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-errors-003-parse-error-3.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -syntax error near unexpected token `)' diff --git a/42sh/42ShellTester/tmp/42sh-subshell-errors-003-parse-error-3.stdout b/42sh/42ShellTester/tmp/42sh-subshell-errors-003-parse-error-3.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-errors-003-parse-error-3.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-errors-003-parse-error-3.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-errors-004-parse-error-4.stderr b/42sh/42ShellTester/tmp/42sh-subshell-errors-004-parse-error-4.stderr deleted file mode 100644 index cdc63269..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-errors-004-parse-error-4.stderr +++ /dev/null @@ -1 +0,0 @@ -syntax error near unexpected token `(' diff --git a/42sh/42ShellTester/tmp/42sh-subshell-errors-004-parse-error-4.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-errors-004-parse-error-4.stderr.raw deleted file mode 100644 index b29f5aec..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-errors-004-parse-error-4.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -syntax error near unexpected token `(' diff --git a/42sh/42ShellTester/tmp/42sh-subshell-errors-004-parse-error-4.stdout b/42sh/42ShellTester/tmp/42sh-subshell-errors-004-parse-error-4.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-errors-004-parse-error-4.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-errors-004-parse-error-4.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-001-it-does-not-change-current-directory.stderr b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-001-it-does-not-change-current-directory.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-001-it-does-not-change-current-directory.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-001-it-does-not-change-current-directory.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-001-it-does-not-change-current-directory.stdout b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-001-it-does-not-change-current-directory.stdout deleted file mode 100644 index 35c7e64c..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-001-it-does-not-change-current-directory.stdout +++ /dev/null @@ -1 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-001-it-does-not-change-current-directory.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-001-it-does-not-change-current-directory.stdout.raw deleted file mode 100644 index 35c7e64c..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-001-it-does-not-change-current-directory.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-002-multiline.stderr b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-002-multiline.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-002-multiline.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-002-multiline.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-002-multiline.stdout b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-002-multiline.stdout deleted file mode 100644 index 30c879d4..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-002-multiline.stdout +++ /dev/null @@ -1,3 +0,0 @@ -TOKEN201703291601_SUBSHELL -PWD:/:PWD -TOKEN201703291601_PARENT diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-002-multiline.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-002-multiline.stdout.raw deleted file mode 100644 index 30c879d4..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-cd-002-multiline.stdout.raw +++ /dev/null @@ -1,3 +0,0 @@ -TOKEN201703291601_SUBSHELL -PWD:/:PWD -TOKEN201703291601_PARENT diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-exit-001-exiting-subshell.stderr b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-exit-001-exiting-subshell.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-exit-001-exiting-subshell.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-exit-001-exiting-subshell.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-exit-001-exiting-subshell.stdout b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-exit-001-exiting-subshell.stdout deleted file mode 100644 index 2fd6e844..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-exit-001-exiting-subshell.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_DISPLAYED diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-exit-001-exiting-subshell.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-exit-001-exiting-subshell.stdout.raw deleted file mode 100644 index 2fd6e844..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-exit-001-exiting-subshell.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_DISPLAYED diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stderr b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stderr deleted file mode 100644 index 468ff0d9..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: setenv: not an identifier: TOKEN201703291601_NAME=TOKEN201703291601_VALUE diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stderr.raw deleted file mode 100644 index 322b269b..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: setenv: not an identifier: TOKEN201703291601_NAME=TOKEN201703291601_VALUE diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stdout b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stdout deleted file mode 100644 index 302dc6f9..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stdout +++ /dev/null @@ -1,38 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stdout.raw deleted file mode 100644 index 302dc6f9..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stdout.raw +++ /dev/null @@ -1,38 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-unsetenv-001-it-does-not-modify-parent-environment.stderr b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-unsetenv-001-it-does-not-modify-parent-environment.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-unsetenv-001-it-does-not-modify-parent-environment.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-unsetenv-001-it-does-not-modify-parent-environment.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-unsetenv-001-it-does-not-modify-parent-environment.stdout b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-unsetenv-001-it-does-not-modify-parent-environment.stdout deleted file mode 100644 index 3c523608..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-unsetenv-001-it-does-not-modify-parent-environment.stdout +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -TOKEN201703291601_NAME=TOKEN201703291601_VALUE -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-unsetenv-001-it-does-not-modify-parent-environment.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-unsetenv-001-it-does-not-modify-parent-environment.stdout.raw deleted file mode 100644 index 3c523608..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-builtins-unsetenv-001-it-does-not-modify-parent-environment.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -TOKEN201703291601_NAME=TOKEN201703291601_VALUE -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-001-escaped-subshell-1.stderr b/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-001-escaped-subshell-1.stderr deleted file mode 100644 index 7dac7280..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-001-escaped-subshell-1.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: (./write_on_stdout: no such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-001-escaped-subshell-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-001-escaped-subshell-1.stderr.raw deleted file mode 100644 index 1e868114..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-001-escaped-subshell-1.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: (./write_on_stdout: no such file or directory diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-001-escaped-subshell-1.stdout b/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-001-escaped-subshell-1.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-001-escaped-subshell-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-001-escaped-subshell-1.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-002-escaped-subshell-2.stderr b/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-002-escaped-subshell-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-002-escaped-subshell-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-002-escaped-subshell-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-002-escaped-subshell-2.stdout b/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-002-escaped-subshell-2.stdout deleted file mode 100644 index 4c9a4bab..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-002-escaped-subshell-2.stdout +++ /dev/null @@ -1 +0,0 @@ -\(TOKEN201703291601_STDOUT\) diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-002-escaped-subshell-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-002-escaped-subshell-2.stdout.raw deleted file mode 100644 index 4c9a4bab..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-escaping-002-escaped-subshell-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -\(TOKEN201703291601_STDOUT\) diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-001-modifies-the-child-environment-only-1.stderr b/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-001-modifies-the-child-environment-only-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-001-modifies-the-child-environment-only-1.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-001-modifies-the-child-environment-only-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-001-modifies-the-child-environment-only-1.stdout b/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-001-modifies-the-child-environment-only-1.stdout deleted file mode 100644 index 58587daf..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-001-modifies-the-child-environment-only-1.stdout +++ /dev/null @@ -1,76 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-001-modifies-the-child-environment-only-1.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-001-modifies-the-child-environment-only-1.stdout.raw deleted file mode 100644 index 58587daf..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-001-modifies-the-child-environment-only-1.stdout.raw +++ /dev/null @@ -1,76 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-002-modifies-the-child-environment-only-2.stderr b/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-002-modifies-the-child-environment-only-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-002-modifies-the-child-environment-only-2.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-002-modifies-the-child-environment-only-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-002-modifies-the-child-environment-only-2.stdout b/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-002-modifies-the-child-environment-only-2.stdout deleted file mode 100644 index 557a3be9..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-002-modifies-the-child-environment-only-2.stdout +++ /dev/null @@ -1,114 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-002-modifies-the-child-environment-only-2.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-002-modifies-the-child-environment-only-2.stdout.raw deleted file mode 100644 index 557a3be9..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-inline-environment-variable-002-modifies-the-child-environment-only-2.stdout.raw +++ /dev/null @@ -1,114 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-001-subshells-inside-piped-command.stderr b/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-001-subshells-inside-piped-command.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-001-subshells-inside-piped-command.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-001-subshells-inside-piped-command.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-001-subshells-inside-piped-command.stdout b/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-001-subshells-inside-piped-command.stdout deleted file mode 100644 index 70c45cfa..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-001-subshells-inside-piped-command.stdout +++ /dev/null @@ -1,2 +0,0 @@ -PWD:/:PWD@@ -TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-001-subshells-inside-piped-command.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-001-subshells-inside-piped-command.stdout.raw deleted file mode 100644 index 70c45cfa..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-001-subshells-inside-piped-command.stdout.raw +++ /dev/null @@ -1,2 +0,0 @@ -PWD:/:PWD@@ -TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-002-pipes-inside-subshells.stderr b/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-002-pipes-inside-subshells.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-002-pipes-inside-subshells.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-002-pipes-inside-subshells.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-002-pipes-inside-subshells.stdout b/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-002-pipes-inside-subshells.stdout deleted file mode 100644 index 70c45cfa..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-002-pipes-inside-subshells.stdout +++ /dev/null @@ -1,2 +0,0 @@ -PWD:/:PWD@@ -TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-002-pipes-inside-subshells.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-002-pipes-inside-subshells.stdout.raw deleted file mode 100644 index 70c45cfa..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-002-pipes-inside-subshells.stdout.raw +++ /dev/null @@ -1,2 +0,0 @@ -PWD:/:PWD@@ -TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-003-imbricated-subshells-and-pipes.stderr b/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-003-imbricated-subshells-and-pipes.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-003-imbricated-subshells-and-pipes.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-003-imbricated-subshells-and-pipes.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-003-imbricated-subshells-and-pipes.stdout b/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-003-imbricated-subshells-and-pipes.stdout deleted file mode 100644 index d78ff047..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-003-imbricated-subshells-and-pipes.stdout +++ /dev/null @@ -1,2 +0,0 @@ -PWD:/:PWD@@@ -TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-003-imbricated-subshells-and-pipes.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-003-imbricated-subshells-and-pipes.stdout.raw deleted file mode 100644 index d78ff047..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-piping-003-imbricated-subshells-and-pipes.stdout.raw +++ /dev/null @@ -1,2 +0,0 @@ -PWD:/:PWD@@@ -TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-001-with-simple-quotes.stderr b/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-001-with-simple-quotes.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-001-with-simple-quotes.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-001-with-simple-quotes.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-001-with-simple-quotes.stdout b/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-001-with-simple-quotes.stdout deleted file mode 100644 index e302cacc..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-001-with-simple-quotes.stdout +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_FIRST) -(TOKEN201703291601_SECOND diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-001-with-simple-quotes.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-001-with-simple-quotes.stdout.raw deleted file mode 100644 index e302cacc..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-001-with-simple-quotes.stdout.raw +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_FIRST) -(TOKEN201703291601_SECOND diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-002-with-double-quotes.stderr b/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-002-with-double-quotes.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-002-with-double-quotes.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-002-with-double-quotes.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-002-with-double-quotes.stdout b/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-002-with-double-quotes.stdout deleted file mode 100644 index e302cacc..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-002-with-double-quotes.stdout +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_FIRST) -(TOKEN201703291601_SECOND diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-002-with-double-quotes.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-002-with-double-quotes.stdout.raw deleted file mode 100644 index e302cacc..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-002-with-double-quotes.stdout.raw +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_FIRST) -(TOKEN201703291601_SECOND diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-003-with-simple-and-double-quotes.stderr b/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-003-with-simple-and-double-quotes.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-003-with-simple-and-double-quotes.stderr.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-003-with-simple-and-double-quotes.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-003-with-simple-and-double-quotes.stdout b/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-003-with-simple-and-double-quotes.stdout deleted file mode 100644 index e302cacc..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-003-with-simple-and-double-quotes.stdout +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_FIRST) -(TOKEN201703291601_SECOND diff --git a/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-003-with-simple-and-double-quotes.stdout.raw b/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-003-with-simple-and-double-quotes.stdout.raw deleted file mode 100644 index e302cacc..00000000 --- a/42sh/42ShellTester/tmp/42sh-subshell-mixed-quoting-003-with-simple-and-double-quotes.stdout.raw +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_FIRST) -(TOKEN201703291601_SECOND diff --git a/42sh/42ShellTester/tmp/TOKEN201703291444_006-BINARY-UNDEFINED-PATH b/42sh/42ShellTester/tmp/TOKEN201703291444_006-BINARY-UNDEFINED-PATH deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/TOKEN201703291535_006-BINARY-UNDEFINED-PATH b/42sh/42ShellTester/tmp/TOKEN201703291535_006-BINARY-UNDEFINED-PATH deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/TOKEN201703291601_006-BINARY-UNDEFINED-PATH b/42sh/42ShellTester/tmp/TOKEN201703291601_006-BINARY-UNDEFINED-PATH deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/TOKEN201703291601_FILENAME b/42sh/42ShellTester/tmp/TOKEN201703291601_FILENAME deleted file mode 100644 index a65bd869..00000000 --- a/42sh/42ShellTester/tmp/TOKEN201703291601_FILENAME +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_VALUE diff --git a/42sh/42ShellTester/tmp/TOKEN201703291623_006-BINARY-UNDEFINED-PATH b/42sh/42ShellTester/tmp/TOKEN201703291623_006-BINARY-UNDEFINED-PATH deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/TOKEN201703291625_006-BINARY-UNDEFINED-PATH b/42sh/42ShellTester/tmp/TOKEN201703291625_006-BINARY-UNDEFINED-PATH deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/append_file_default b/42sh/42ShellTester/tmp/append_file_default deleted file mode 100644 index 418ce335..00000000 --- a/42sh/42ShellTester/tmp/append_file_default +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_first -TOKEN201703291601_default diff --git a/42sh/42ShellTester/tmp/append_file_stderr b/42sh/42ShellTester/tmp/append_file_stderr deleted file mode 100644 index ac7908e8..00000000 --- a/42sh/42ShellTester/tmp/append_file_stderr +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_stderr_first -TOKEN201703291601_stderr_second diff --git a/42sh/42ShellTester/tmp/append_file_stdout b/42sh/42ShellTester/tmp/append_file_stdout deleted file mode 100644 index fb4ff00e..00000000 --- a/42sh/42ShellTester/tmp/append_file_stdout +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_stdout_first -TOKEN201703291601_stdout_second diff --git a/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-001-modifies-child-environment-1.stderr b/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-001-modifies-child-environment-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-001-modifies-child-environment-1.stderr.raw b/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-001-modifies-child-environment-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-001-modifies-child-environment-1.stdout b/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-001-modifies-child-environment-1.stdout deleted file mode 100644 index 58587daf..00000000 --- a/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-001-modifies-child-environment-1.stdout +++ /dev/null @@ -1,76 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-001-modifies-child-environment-1.stdout.raw b/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-001-modifies-child-environment-1.stdout.raw deleted file mode 100644 index 58587daf..00000000 --- a/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-001-modifies-child-environment-1.stdout.raw +++ /dev/null @@ -1,76 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-002-modifies-child-environment-2.stderr b/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-002-modifies-child-environment-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-002-modifies-child-environment-2.stderr.raw b/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-002-modifies-child-environment-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-002-modifies-child-environment-2.stdout b/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-002-modifies-child-environment-2.stdout deleted file mode 100644 index 58587daf..00000000 --- a/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-002-modifies-child-environment-2.stdout +++ /dev/null @@ -1,76 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-002-modifies-child-environment-2.stdout.raw b/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-002-modifies-child-environment-2.stdout.raw deleted file mode 100644 index 58587daf..00000000 --- a/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-002-modifies-child-environment-2.stdout.raw +++ /dev/null @@ -1,76 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%19 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-003-modifies-PATH-only.stderr b/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-003-modifies-PATH-only.stderr deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-003-modifies-PATH-only.stderr +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-003-modifies-PATH-only.stderr.raw b/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-003-modifies-PATH-only.stderr.raw deleted file mode 100644 index 33d302ca..00000000 --- a/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-003-modifies-PATH-only.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -./lib/main.sh: line 102: ../../42sh: No such file or directory diff --git a/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-003-modifies-PATH-only.stdout b/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-003-modifies-PATH-only.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-003-modifies-PATH-only.stdout.raw b/42sh/42ShellTester/tmp/bonuses-inline-environment-variable-003-modifies-PATH-only.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-001-run-twice.stderr b/42sh/42ShellTester/tmp/bonuses-separators-and-001-run-twice.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-001-run-twice.stderr.raw b/42sh/42ShellTester/tmp/bonuses-separators-and-001-run-twice.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-001-run-twice.stdout b/42sh/42ShellTester/tmp/bonuses-separators-and-001-run-twice.stdout deleted file mode 100644 index 3de71ac5..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-and-001-run-twice.stdout +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_LEFT -TOKEN201703291601_RIGHT diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-001-run-twice.stdout.raw b/42sh/42ShellTester/tmp/bonuses-separators-and-001-run-twice.stdout.raw deleted file mode 100644 index 3de71ac5..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-and-001-run-twice.stdout.raw +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291601_LEFT -TOKEN201703291601_RIGHT diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-002-do-not-run-second.stderr b/42sh/42ShellTester/tmp/bonuses-separators-and-002-do-not-run-second.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-002-do-not-run-second.stderr.raw b/42sh/42ShellTester/tmp/bonuses-separators-and-002-do-not-run-second.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-002-do-not-run-second.stdout b/42sh/42ShellTester/tmp/bonuses-separators-and-002-do-not-run-second.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-002-do-not-run-second.stdout.raw b/42sh/42ShellTester/tmp/bonuses-separators-and-002-do-not-run-second.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-003-run-until-failing.stderr b/42sh/42ShellTester/tmp/bonuses-separators-and-003-run-until-failing.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-003-run-until-failing.stderr.raw b/42sh/42ShellTester/tmp/bonuses-separators-and-003-run-until-failing.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-003-run-until-failing.stdout b/42sh/42ShellTester/tmp/bonuses-separators-and-003-run-until-failing.stdout deleted file mode 100644 index a7669d25..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-and-003-run-until-failing.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_FIRST diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-003-run-until-failing.stdout.raw b/42sh/42ShellTester/tmp/bonuses-separators-and-003-run-until-failing.stdout.raw deleted file mode 100644 index a7669d25..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-and-003-run-until-failing.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_FIRST diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-errors-001-parse-error-at-beginning.stderr b/42sh/42ShellTester/tmp/bonuses-separators-and-errors-001-parse-error-at-beginning.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-errors-001-parse-error-at-beginning.stderr.raw b/42sh/42ShellTester/tmp/bonuses-separators-and-errors-001-parse-error-at-beginning.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-errors-001-parse-error-at-beginning.stdout b/42sh/42ShellTester/tmp/bonuses-separators-and-errors-001-parse-error-at-beginning.stdout deleted file mode 100644 index 5fa1c43e..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-and-errors-001-parse-error-at-beginning.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-errors-001-parse-error-at-beginning.stdout.raw b/42sh/42ShellTester/tmp/bonuses-separators-and-errors-001-parse-error-at-beginning.stdout.raw deleted file mode 100644 index 5fa1c43e..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-and-errors-001-parse-error-at-beginning.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-errors-002-parse-error-too-much-symbol.stderr b/42sh/42ShellTester/tmp/bonuses-separators-and-errors-002-parse-error-too-much-symbol.stderr deleted file mode 100644 index 3460399d..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-and-errors-002-parse-error-too-much-symbol.stderr +++ /dev/null @@ -1 +0,0 @@ -syntax error near unexpected token `&' diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-errors-002-parse-error-too-much-symbol.stderr.raw b/42sh/42ShellTester/tmp/bonuses-separators-and-errors-002-parse-error-too-much-symbol.stderr.raw deleted file mode 100644 index 4dc0e43c..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-and-errors-002-parse-error-too-much-symbol.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -syntax error near unexpected token `&' diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-errors-002-parse-error-too-much-symbol.stdout b/42sh/42ShellTester/tmp/bonuses-separators-and-errors-002-parse-error-too-much-symbol.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-and-errors-002-parse-error-too-much-symbol.stdout.raw b/42sh/42ShellTester/tmp/bonuses-separators-and-errors-002-parse-error-too-much-symbol.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-001-and-or.stderr b/42sh/42ShellTester/tmp/bonuses-separators-mixed-001-and-or.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-001-and-or.stderr.raw b/42sh/42ShellTester/tmp/bonuses-separators-mixed-001-and-or.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-001-and-or.stdout b/42sh/42ShellTester/tmp/bonuses-separators-mixed-001-and-or.stdout deleted file mode 100644 index b8555b28..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-mixed-001-and-or.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_SUCCESS diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-001-and-or.stdout.raw b/42sh/42ShellTester/tmp/bonuses-separators-mixed-001-and-or.stdout.raw deleted file mode 100644 index b8555b28..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-mixed-001-and-or.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_SUCCESS diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-002-and-or.stderr b/42sh/42ShellTester/tmp/bonuses-separators-mixed-002-and-or.stderr deleted file mode 100644 index 19703346..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-mixed-002-and-or.stderr +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_ERROR diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-002-and-or.stderr.raw b/42sh/42ShellTester/tmp/bonuses-separators-mixed-002-and-or.stderr.raw deleted file mode 100644 index 19703346..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-mixed-002-and-or.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_ERROR diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-002-and-or.stdout b/42sh/42ShellTester/tmp/bonuses-separators-mixed-002-and-or.stdout deleted file mode 100644 index b8555b28..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-mixed-002-and-or.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_SUCCESS diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-002-and-or.stdout.raw b/42sh/42ShellTester/tmp/bonuses-separators-mixed-002-and-or.stdout.raw deleted file mode 100644 index b8555b28..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-mixed-002-and-or.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_SUCCESS diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-003-and-or.stderr b/42sh/42ShellTester/tmp/bonuses-separators-mixed-003-and-or.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-003-and-or.stderr.raw b/42sh/42ShellTester/tmp/bonuses-separators-mixed-003-and-or.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-003-and-or.stdout b/42sh/42ShellTester/tmp/bonuses-separators-mixed-003-and-or.stdout deleted file mode 100644 index b8555b28..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-mixed-003-and-or.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_SUCCESS diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-003-and-or.stdout.raw b/42sh/42ShellTester/tmp/bonuses-separators-mixed-003-and-or.stdout.raw deleted file mode 100644 index b8555b28..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-mixed-003-and-or.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_SUCCESS diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-004-or-and.stderr b/42sh/42ShellTester/tmp/bonuses-separators-mixed-004-or-and.stderr deleted file mode 100644 index 19703346..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-mixed-004-or-and.stderr +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_ERROR diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-004-or-and.stderr.raw b/42sh/42ShellTester/tmp/bonuses-separators-mixed-004-or-and.stderr.raw deleted file mode 100644 index 19703346..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-mixed-004-or-and.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_ERROR diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-004-or-and.stdout b/42sh/42ShellTester/tmp/bonuses-separators-mixed-004-or-and.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-004-or-and.stdout.raw b/42sh/42ShellTester/tmp/bonuses-separators-mixed-004-or-and.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-005-or-and.stderr b/42sh/42ShellTester/tmp/bonuses-separators-mixed-005-or-and.stderr deleted file mode 100644 index 19703346..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-mixed-005-or-and.stderr +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_ERROR diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-005-or-and.stderr.raw b/42sh/42ShellTester/tmp/bonuses-separators-mixed-005-or-and.stderr.raw deleted file mode 100644 index 19703346..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-mixed-005-or-and.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_ERROR diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-005-or-and.stdout b/42sh/42ShellTester/tmp/bonuses-separators-mixed-005-or-and.stdout deleted file mode 100644 index b8555b28..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-mixed-005-or-and.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_SUCCESS diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-005-or-and.stdout.raw b/42sh/42ShellTester/tmp/bonuses-separators-mixed-005-or-and.stdout.raw deleted file mode 100644 index b8555b28..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-mixed-005-or-and.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_SUCCESS diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-006-or-and.stderr b/42sh/42ShellTester/tmp/bonuses-separators-mixed-006-or-and.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-006-or-and.stderr.raw b/42sh/42ShellTester/tmp/bonuses-separators-mixed-006-or-and.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-006-or-and.stdout b/42sh/42ShellTester/tmp/bonuses-separators-mixed-006-or-and.stdout deleted file mode 100644 index b8555b28..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-mixed-006-or-and.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_SUCCESS diff --git a/42sh/42ShellTester/tmp/bonuses-separators-mixed-006-or-and.stdout.raw b/42sh/42ShellTester/tmp/bonuses-separators-mixed-006-or-and.stdout.raw deleted file mode 100644 index b8555b28..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-mixed-006-or-and.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_SUCCESS diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-001-run-first-only.stderr b/42sh/42ShellTester/tmp/bonuses-separators-or-001-run-first-only.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-001-run-first-only.stderr.raw b/42sh/42ShellTester/tmp/bonuses-separators-or-001-run-first-only.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-001-run-first-only.stdout b/42sh/42ShellTester/tmp/bonuses-separators-or-001-run-first-only.stdout deleted file mode 100644 index 365592df..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-or-001-run-first-only.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_LEFT diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-001-run-first-only.stdout.raw b/42sh/42ShellTester/tmp/bonuses-separators-or-001-run-first-only.stdout.raw deleted file mode 100644 index 365592df..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-or-001-run-first-only.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_LEFT diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-002-run-second-only.stderr b/42sh/42ShellTester/tmp/bonuses-separators-or-002-run-second-only.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-002-run-second-only.stderr.raw b/42sh/42ShellTester/tmp/bonuses-separators-or-002-run-second-only.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-002-run-second-only.stdout b/42sh/42ShellTester/tmp/bonuses-separators-or-002-run-second-only.stdout deleted file mode 100644 index 5fa1c43e..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-or-002-run-second-only.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-002-run-second-only.stdout.raw b/42sh/42ShellTester/tmp/bonuses-separators-or-002-run-second-only.stdout.raw deleted file mode 100644 index 5fa1c43e..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-or-002-run-second-only.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-003-run-until-succeeding.stderr b/42sh/42ShellTester/tmp/bonuses-separators-or-003-run-until-succeeding.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-003-run-until-succeeding.stderr.raw b/42sh/42ShellTester/tmp/bonuses-separators-or-003-run-until-succeeding.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-003-run-until-succeeding.stdout b/42sh/42ShellTester/tmp/bonuses-separators-or-003-run-until-succeeding.stdout deleted file mode 100644 index a7669d25..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-or-003-run-until-succeeding.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_FIRST diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-003-run-until-succeeding.stdout.raw b/42sh/42ShellTester/tmp/bonuses-separators-or-003-run-until-succeeding.stdout.raw deleted file mode 100644 index a7669d25..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-or-003-run-until-succeeding.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_FIRST diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-errors-001-parse-error-at-beginning.stderr b/42sh/42ShellTester/tmp/bonuses-separators-or-errors-001-parse-error-at-beginning.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-errors-001-parse-error-at-beginning.stderr.raw b/42sh/42ShellTester/tmp/bonuses-separators-or-errors-001-parse-error-at-beginning.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-errors-001-parse-error-at-beginning.stdout b/42sh/42ShellTester/tmp/bonuses-separators-or-errors-001-parse-error-at-beginning.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-errors-001-parse-error-at-beginning.stdout.raw b/42sh/42ShellTester/tmp/bonuses-separators-or-errors-001-parse-error-at-beginning.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-errors-002-parse-error-too-much-symbol.stderr b/42sh/42ShellTester/tmp/bonuses-separators-or-errors-002-parse-error-too-much-symbol.stderr deleted file mode 100644 index 881b3b3b..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-or-errors-002-parse-error-too-much-symbol.stderr +++ /dev/null @@ -1 +0,0 @@ -syntax error near unexpected token `|' diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-errors-002-parse-error-too-much-symbol.stderr.raw b/42sh/42ShellTester/tmp/bonuses-separators-or-errors-002-parse-error-too-much-symbol.stderr.raw deleted file mode 100644 index a7327676..00000000 --- a/42sh/42ShellTester/tmp/bonuses-separators-or-errors-002-parse-error-too-much-symbol.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -syntax error near unexpected token `|' diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-errors-002-parse-error-too-much-symbol.stdout b/42sh/42ShellTester/tmp/bonuses-separators-or-errors-002-parse-error-too-much-symbol.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-separators-or-errors-002-parse-error-too-much-symbol.stdout.raw b/42sh/42ShellTester/tmp/bonuses-separators-or-errors-002-parse-error-too-much-symbol.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-001-expanded-with-HOME-1.stderr b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-001-expanded-with-HOME-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-001-expanded-with-HOME-1.stderr.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-001-expanded-with-HOME-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-001-expanded-with-HOME-1.stdout b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-001-expanded-with-HOME-1.stdout deleted file mode 100644 index f0eb9bb3..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-001-expanded-with-HOME-1.stdout +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-001-expanded-with-HOME-1.stdout.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-001-expanded-with-HOME-1.stdout.raw deleted file mode 100644 index f0eb9bb3..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-001-expanded-with-HOME-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-002-expanded-with-HOME-2.stderr b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-002-expanded-with-HOME-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-002-expanded-with-HOME-2.stderr.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-002-expanded-with-HOME-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-002-expanded-with-HOME-2.stdout b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-002-expanded-with-HOME-2.stdout deleted file mode 100644 index 9039b296..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-002-expanded-with-HOME-2.stdout +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601/TOKEN201703291601_SUBDIRECTORY diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-002-expanded-with-HOME-2.stdout.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-002-expanded-with-HOME-2.stdout.raw deleted file mode 100644 index 9039b296..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-002-expanded-with-HOME-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601/TOKEN201703291601_SUBDIRECTORY diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-003-expanded-with-PWD-1.stderr b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-003-expanded-with-PWD-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-003-expanded-with-PWD-1.stderr.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-003-expanded-with-PWD-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-003-expanded-with-PWD-1.stdout b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-003-expanded-with-PWD-1.stdout deleted file mode 100644 index 7861f3b2..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-003-expanded-with-PWD-1.stdout +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601+ diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-003-expanded-with-PWD-1.stdout.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-003-expanded-with-PWD-1.stdout.raw deleted file mode 100644 index 7861f3b2..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-003-expanded-with-PWD-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601+ diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-004-expanded-with-PWD-2.stderr b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-004-expanded-with-PWD-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-004-expanded-with-PWD-2.stderr.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-004-expanded-with-PWD-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-004-expanded-with-PWD-2.stdout b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-004-expanded-with-PWD-2.stdout deleted file mode 100644 index 51fbf0e1..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-004-expanded-with-PWD-2.stdout +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601+/TOKEN201703291601_SUBDIRECTORY diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-004-expanded-with-PWD-2.stdout.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-004-expanded-with-PWD-2.stdout.raw deleted file mode 100644 index 51fbf0e1..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-004-expanded-with-PWD-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601+/TOKEN201703291601_SUBDIRECTORY diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-005-expanded-with-OLDPWD-1.stderr b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-005-expanded-with-OLDPWD-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-005-expanded-with-OLDPWD-1.stderr.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-005-expanded-with-OLDPWD-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-005-expanded-with-OLDPWD-1.stdout b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-005-expanded-with-OLDPWD-1.stdout deleted file mode 100644 index d4c427c2..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-005-expanded-with-OLDPWD-1.stdout +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601- diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-005-expanded-with-OLDPWD-1.stdout.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-005-expanded-with-OLDPWD-1.stdout.raw deleted file mode 100644 index d4c427c2..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-005-expanded-with-OLDPWD-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601- diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-006-expanded-with-OLDPWD-2.stderr b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-006-expanded-with-OLDPWD-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-006-expanded-with-OLDPWD-2.stderr.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-006-expanded-with-OLDPWD-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-006-expanded-with-OLDPWD-2.stdout b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-006-expanded-with-OLDPWD-2.stdout deleted file mode 100644 index 10a8c24e..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-006-expanded-with-OLDPWD-2.stdout +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601-/TOKEN201703291601_OTHERDIRECTORY diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-006-expanded-with-OLDPWD-2.stdout.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-006-expanded-with-OLDPWD-2.stdout.raw deleted file mode 100644 index 10a8c24e..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-006-expanded-with-OLDPWD-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601-/TOKEN201703291601_OTHERDIRECTORY diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-001-not-expanded-with-HOME-1.stderr b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-001-not-expanded-with-HOME-1.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-001-not-expanded-with-HOME-1.stderr.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-001-not-expanded-with-HOME-1.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-001-not-expanded-with-HOME-1.stdout b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-001-not-expanded-with-HOME-1.stdout deleted file mode 100644 index ea147465..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-001-not-expanded-with-HOME-1.stdout +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601~ diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-001-not-expanded-with-HOME-1.stdout.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-001-not-expanded-with-HOME-1.stdout.raw deleted file mode 100644 index ea147465..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-001-not-expanded-with-HOME-1.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601~ diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-002-not-expanded-with-HOME-2.stderr b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-002-not-expanded-with-HOME-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-002-not-expanded-with-HOME-2.stderr.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-002-not-expanded-with-HOME-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-002-not-expanded-with-HOME-2.stdout b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-002-not-expanded-with-HOME-2.stdout deleted file mode 100644 index 5e86db04..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-002-not-expanded-with-HOME-2.stdout +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601TOKEN201703291601_UNKNOWNUSER diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-002-not-expanded-with-HOME-2.stdout.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-002-not-expanded-with-HOME-2.stdout.raw deleted file mode 100644 index 5e86db04..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-002-not-expanded-with-HOME-2.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601TOKEN201703291601_UNKNOWNUSER diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-003-not-expanded-with-PWD.stderr b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-003-not-expanded-with-PWD.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-003-not-expanded-with-PWD.stderr.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-003-not-expanded-with-PWD.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-003-not-expanded-with-PWD.stdout b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-003-not-expanded-with-PWD.stdout deleted file mode 100644 index 71f6d6f7..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-003-not-expanded-with-PWD.stdout +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601+TOKEN201703291601_SUBDIRECTORY diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-003-not-expanded-with-PWD.stdout.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-003-not-expanded-with-PWD.stdout.raw deleted file mode 100644 index 71f6d6f7..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-003-not-expanded-with-PWD.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601+TOKEN201703291601_SUBDIRECTORY diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-004-not-expanded-with-OLDPWD.stderr b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-004-not-expanded-with-OLDPWD.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-004-not-expanded-with-OLDPWD.stderr.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-004-not-expanded-with-OLDPWD.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-004-not-expanded-with-OLDPWD.stdout b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-004-not-expanded-with-OLDPWD.stdout deleted file mode 100644 index 648b94e3..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-004-not-expanded-with-OLDPWD.stdout +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601-TOKEN201703291601_OTHERDIRECTORY diff --git a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-004-not-expanded-with-OLDPWD.stdout.raw b/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-004-not-expanded-with-OLDPWD.stdout.raw deleted file mode 100644 index 648b94e3..00000000 --- a/42sh/42ShellTester/tmp/bonuses-tilde-expansion-not-expanded-004-not-expanded-with-OLDPWD.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -/TOKEN201703291601-TOKEN201703291601_OTHERDIRECTORY diff --git a/42sh/42ShellTester/tmp/display_program_name b/42sh/42ShellTester/tmp/display_program_name deleted file mode 100755 index 8cfa2dc7..00000000 Binary files a/42sh/42ShellTester/tmp/display_program_name and /dev/null differ diff --git a/42sh/42ShellTester/tmp/display_pwd b/42sh/42ShellTester/tmp/display_pwd deleted file mode 100755 index d1e46440..00000000 Binary files a/42sh/42ShellTester/tmp/display_pwd and /dev/null differ diff --git a/42sh/42ShellTester/tmp/enoent_symlink b/42sh/42ShellTester/tmp/enoent_symlink deleted file mode 120000 index 88dd0449..00000000 --- a/42sh/42ShellTester/tmp/enoent_symlink +++ /dev/null @@ -1 +0,0 @@ -./enoent_directory \ No newline at end of file diff --git a/42sh/42ShellTester/tmp/exit_with_status b/42sh/42ShellTester/tmp/exit_with_status deleted file mode 100755 index 06973673..00000000 Binary files a/42sh/42ShellTester/tmp/exit_with_status and /dev/null differ diff --git a/42sh/42ShellTester/tmp/minishell-binary-001-binary-path-relative.stderr b/42sh/42ShellTester/tmp/minishell-binary-001-binary-path-relative.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-binary-001-binary-path-relative.stderr.raw b/42sh/42ShellTester/tmp/minishell-binary-001-binary-path-relative.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-binary-001-binary-path-relative.stdout b/42sh/42ShellTester/tmp/minishell-binary-001-binary-path-relative.stdout deleted file mode 100644 index 500ecfd1..00000000 --- a/42sh/42ShellTester/tmp/minishell-binary-001-binary-path-relative.stdout +++ /dev/null @@ -1,2 +0,0 @@ -display_my_name1 -display_my_name2 diff --git a/42sh/42ShellTester/tmp/minishell-binary-001-binary-path-relative.stdout.raw b/42sh/42ShellTester/tmp/minishell-binary-001-binary-path-relative.stdout.raw deleted file mode 100644 index 500ecfd1..00000000 --- a/42sh/42ShellTester/tmp/minishell-binary-001-binary-path-relative.stdout.raw +++ /dev/null @@ -1,2 +0,0 @@ -display_my_name1 -display_my_name2 diff --git a/42sh/42ShellTester/tmp/minishell-binary-002-binary-path-absolute.stderr b/42sh/42ShellTester/tmp/minishell-binary-002-binary-path-absolute.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-binary-002-binary-path-absolute.stderr.raw b/42sh/42ShellTester/tmp/minishell-binary-002-binary-path-absolute.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-binary-002-binary-path-absolute.stdout b/42sh/42ShellTester/tmp/minishell-binary-002-binary-path-absolute.stdout deleted file mode 100644 index c0e85db0..00000000 --- a/42sh/42ShellTester/tmp/minishell-binary-002-binary-path-absolute.stdout +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291625_1 -TOKEN201703291625_2 diff --git a/42sh/42ShellTester/tmp/minishell-binary-002-binary-path-absolute.stdout.raw b/42sh/42ShellTester/tmp/minishell-binary-002-binary-path-absolute.stdout.raw deleted file mode 100644 index c0e85db0..00000000 --- a/42sh/42ShellTester/tmp/minishell-binary-002-binary-path-absolute.stdout.raw +++ /dev/null @@ -1,2 +0,0 @@ -TOKEN201703291625_1 -TOKEN201703291625_2 diff --git a/42sh/42ShellTester/tmp/minishell-binary-003-binary-test-exec-order.stderr b/42sh/42ShellTester/tmp/minishell-binary-003-binary-test-exec-order.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-binary-003-binary-test-exec-order.stderr.raw b/42sh/42ShellTester/tmp/minishell-binary-003-binary-test-exec-order.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-binary-003-binary-test-exec-order.stdout b/42sh/42ShellTester/tmp/minishell-binary-003-binary-test-exec-order.stdout deleted file mode 100644 index a3bd7c77..00000000 --- a/42sh/42ShellTester/tmp/minishell-binary-003-binary-test-exec-order.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291625 diff --git a/42sh/42ShellTester/tmp/minishell-binary-003-binary-test-exec-order.stdout.raw b/42sh/42ShellTester/tmp/minishell-binary-003-binary-test-exec-order.stdout.raw deleted file mode 100644 index a3bd7c77..00000000 --- a/42sh/42ShellTester/tmp/minishell-binary-003-binary-test-exec-order.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291625 diff --git a/42sh/42ShellTester/tmp/minishell-binary-004-binary-test-empty-path.stderr b/42sh/42ShellTester/tmp/minishell-binary-004-binary-test-empty-path.stderr deleted file mode 100644 index 3fbbbef4..00000000 --- a/42sh/42ShellTester/tmp/minishell-binary-004-binary-test-empty-path.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: command not found: write_on_stdout diff --git a/42sh/42ShellTester/tmp/minishell-binary-004-binary-test-empty-path.stderr.raw b/42sh/42ShellTester/tmp/minishell-binary-004-binary-test-empty-path.stderr.raw deleted file mode 100644 index 625cc1ee..00000000 --- a/42sh/42ShellTester/tmp/minishell-binary-004-binary-test-empty-path.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: command not found: write_on_stdout diff --git a/42sh/42ShellTester/tmp/minishell-binary-004-binary-test-empty-path.stdout b/42sh/42ShellTester/tmp/minishell-binary-004-binary-test-empty-path.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-binary-004-binary-test-empty-path.stdout.raw b/42sh/42ShellTester/tmp/minishell-binary-004-binary-test-empty-path.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-binary-005-binary-test-wrong-path.stderr b/42sh/42ShellTester/tmp/minishell-binary-005-binary-test-wrong-path.stderr deleted file mode 100644 index 4406cfc0..00000000 --- a/42sh/42ShellTester/tmp/minishell-binary-005-binary-test-wrong-path.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: command not found: ls diff --git a/42sh/42ShellTester/tmp/minishell-binary-005-binary-test-wrong-path.stderr.raw b/42sh/42ShellTester/tmp/minishell-binary-005-binary-test-wrong-path.stderr.raw deleted file mode 100644 index b86f2bf7..00000000 --- a/42sh/42ShellTester/tmp/minishell-binary-005-binary-test-wrong-path.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: command not found: ls diff --git a/42sh/42ShellTester/tmp/minishell-binary-005-binary-test-wrong-path.stdout b/42sh/42ShellTester/tmp/minishell-binary-005-binary-test-wrong-path.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-binary-005-binary-test-wrong-path.stdout.raw b/42sh/42ShellTester/tmp/minishell-binary-005-binary-test-wrong-path.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-binary-006-binary-undefined-path.stderr b/42sh/42ShellTester/tmp/minishell-binary-006-binary-undefined-path.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-binary-006-binary-undefined-path.stderr.raw b/42sh/42ShellTester/tmp/minishell-binary-006-binary-undefined-path.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-binary-006-binary-undefined-path.stdout b/42sh/42ShellTester/tmp/minishell-binary-006-binary-undefined-path.stdout deleted file mode 100644 index c8ea8fdf..00000000 --- a/42sh/42ShellTester/tmp/minishell-binary-006-binary-undefined-path.stdout +++ /dev/null @@ -1,1176 +0,0 @@ -$TOKEN201703291601_NAME -- -21sh-misc-001-no-prompt-in-non-interactive-mode.stderr -21sh-misc-001-no-prompt-in-non-interactive-mode.stderr.raw -21sh-misc-001-no-prompt-in-non-interactive-mode.stdout -21sh-misc-001-no-prompt-in-non-interactive-mode.stdout.raw -21sh-misc-002-simple-command-line.stderr -21sh-misc-002-simple-command-line.stderr.raw -21sh-misc-002-simple-command-line.stdout -21sh-misc-002-simple-command-line.stdout.raw -21sh-pipe-001-single-pipe.stderr -21sh-pipe-001-single-pipe.stderr.raw -21sh-pipe-001-single-pipe.stdout -21sh-pipe-001-single-pipe.stdout.raw -21sh-pipe-002-chained-pipes.stderr -21sh-pipe-002-chained-pipes.stderr.raw -21sh-pipe-002-chained-pipes.stdout -21sh-pipe-002-chained-pipes.stdout.raw -21sh-pipe-003-many-chained-pipes.stderr -21sh-pipe-003-many-chained-pipes.stderr.raw -21sh-pipe-003-many-chained-pipes.stdout -21sh-pipe-003-many-chained-pipes.stdout.raw -21sh-pipe-004-without-surrounding-whitespaces.stderr -21sh-pipe-004-without-surrounding-whitespaces.stderr.raw -21sh-pipe-004-without-surrounding-whitespaces.stdout -21sh-pipe-004-without-surrounding-whitespaces.stdout.raw -21sh-pipe-005-asynchronous.stderr -21sh-pipe-005-asynchronous.stderr.raw -21sh-pipe-005-asynchronous.stdout -21sh-pipe-005-asynchronous.stdout.raw -21sh-pipe-006-exit-status.stderr -21sh-pipe-006-exit-status.stderr.raw -21sh-pipe-006-exit-status.stdout -21sh-pipe-006-exit-status.stdout.raw -21sh-redirections-inputs-001-close-stdin.stderr -21sh-redirections-inputs-001-close-stdin.stderr.raw -21sh-redirections-inputs-001-close-stdin.stdout -21sh-redirections-inputs-001-close-stdin.stdout.raw -21sh-redirections-inputs-002-filename.stderr -21sh-redirections-inputs-002-filename.stderr.raw -21sh-redirections-inputs-002-filename.stdout -21sh-redirections-inputs-002-filename.stdout.raw -21sh-redirections-inputs-003-filename-with-whitespaces.stderr -21sh-redirections-inputs-003-filename-with-whitespaces.stderr.raw -21sh-redirections-inputs-003-filename-with-whitespaces.stdout -21sh-redirections-inputs-003-filename-with-whitespaces.stdout.raw -21sh-redirections-inputs-004-absolute-path.stderr -21sh-redirections-inputs-004-absolute-path.stderr.raw -21sh-redirections-inputs-004-absolute-path.stdout -21sh-redirections-inputs-004-absolute-path.stdout.raw -21sh-redirections-inputs-005-no-such-file.stderr -21sh-redirections-inputs-005-no-such-file.stderr.raw -21sh-redirections-inputs-005-no-such-file.stdout -21sh-redirections-inputs-005-no-such-file.stdout.raw -21sh-redirections-outputs-appending-001-append-default-to-file.stderr -21sh-redirections-outputs-appending-001-append-default-to-file.stderr.raw -21sh-redirections-outputs-appending-001-append-default-to-file.stdout -21sh-redirections-outputs-appending-001-append-default-to-file.stdout.raw -21sh-redirections-outputs-appending-002-append-stdout-to-file.stderr -21sh-redirections-outputs-appending-002-append-stdout-to-file.stderr.raw -21sh-redirections-outputs-appending-002-append-stdout-to-file.stdout -21sh-redirections-outputs-appending-002-append-stdout-to-file.stdout.raw -21sh-redirections-outputs-appending-003-append-stderr-to-file.stderr -21sh-redirections-outputs-appending-003-append-stderr-to-file.stderr.raw -21sh-redirections-outputs-appending-003-append-stderr-to-file.stdout -21sh-redirections-outputs-appending-003-append-stderr-to-file.stdout.raw -21sh-redirections-outputs-appending-multiple-001-append-twice-separately.stderr -21sh-redirections-outputs-appending-multiple-001-append-twice-separately.stderr.raw -21sh-redirections-outputs-appending-multiple-001-append-twice-separately.stdout -21sh-redirections-outputs-appending-multiple-001-append-twice-separately.stdout.raw -21sh-redirections-outputs-closing-001-close-default-output.stderr -21sh-redirections-outputs-closing-001-close-default-output.stderr.raw -21sh-redirections-outputs-closing-001-close-default-output.stdout -21sh-redirections-outputs-closing-001-close-default-output.stdout.raw -21sh-redirections-outputs-closing-002-close-stdout.stderr -21sh-redirections-outputs-closing-002-close-stdout.stderr.raw -21sh-redirections-outputs-closing-002-close-stdout.stdout -21sh-redirections-outputs-closing-002-close-stdout.stdout.raw -21sh-redirections-outputs-closing-003-close-stderr.stderr -21sh-redirections-outputs-closing-003-close-stderr.stderr.raw -21sh-redirections-outputs-closing-003-close-stderr.stdout -21sh-redirections-outputs-closing-003-close-stderr.stdout.raw -21sh-redirections-outputs-closing-004-close-twice-outputs.stderr -21sh-redirections-outputs-closing-004-close-twice-outputs.stderr.raw -21sh-redirections-outputs-closing-004-close-twice-outputs.stdout -21sh-redirections-outputs-closing-004-close-twice-outputs.stdout.raw -21sh-redirections-outputs-touching-001-works.stderr -21sh-redirections-outputs-touching-001-works.stderr.raw -21sh-redirections-outputs-touching-001-works.stdout -21sh-redirections-outputs-touching-001-works.stdout.raw -21sh-redirections-outputs-truncating-001-creates-file-if-not-exits.stderr -21sh-redirections-outputs-truncating-001-creates-file-if-not-exits.stderr.raw -21sh-redirections-outputs-truncating-001-creates-file-if-not-exits.stdout -21sh-redirections-outputs-truncating-001-creates-file-if-not-exits.stdout.raw -21sh-redirections-outputs-truncating-002-truncates-file-if-exists.stderr -21sh-redirections-outputs-truncating-002-truncates-file-if-exists.stderr.raw -21sh-redirections-outputs-truncating-002-truncates-file-if-exists.stdout -21sh-redirections-outputs-truncating-002-truncates-file-if-exists.stdout.raw -21sh-redirections-outputs-truncating-003-whitespace-before-filename.stderr -21sh-redirections-outputs-truncating-003-whitespace-before-filename.stderr.raw -21sh-redirections-outputs-truncating-003-whitespace-before-filename.stdout -21sh-redirections-outputs-truncating-003-whitespace-before-filename.stdout.raw -21sh-redirections-outputs-truncating-multiple-001-separately.stderr -21sh-redirections-outputs-truncating-multiple-001-separately.stderr.raw -21sh-redirections-outputs-truncating-multiple-001-separately.stdout -21sh-redirections-outputs-truncating-multiple-001-separately.stdout.raw -21sh-redirections-outputs-truncating-multiple-002-together-stdout-first.stderr -21sh-redirections-outputs-truncating-multiple-002-together-stdout-first.stderr.raw -21sh-redirections-outputs-truncating-multiple-002-together-stdout-first.stdout -21sh-redirections-outputs-truncating-multiple-002-together-stdout-first.stdout.raw -21sh-redirections-outputs-truncating-multiple-003-together-stderr-first.stderr -21sh-redirections-outputs-truncating-multiple-003-together-stderr-first.stderr.raw -21sh-redirections-outputs-truncating-multiple-003-together-stderr-first.stdout -21sh-redirections-outputs-truncating-multiple-003-together-stderr-first.stdout.raw -21sh-redirections-outputs-truncating-multiple-004-together.stderr -21sh-redirections-outputs-truncating-multiple-004-together.stderr.raw -21sh-redirections-outputs-truncating-multiple-004-together.stdout -21sh-redirections-outputs-truncating-multiple-004-together.stdout.raw -21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stderr -21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stderr.raw -21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stdout -21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stdout.raw -21sh-redirections-outputs-truncating-stderr-001-works.stderr -21sh-redirections-outputs-truncating-stderr-001-works.stderr.raw -21sh-redirections-outputs-truncating-stderr-001-works.stdout -21sh-redirections-outputs-truncating-stderr-001-works.stdout.raw -21sh-redirections-outputs-truncating-stdout-001-with-explicit-fd.stderr -21sh-redirections-outputs-truncating-stdout-001-with-explicit-fd.stderr.raw -21sh-redirections-outputs-truncating-stdout-001-with-explicit-fd.stdout -21sh-redirections-outputs-truncating-stdout-001-with-explicit-fd.stdout.raw -21sh-separators-semicolon-001-two-commands-sequentially.stderr -21sh-separators-semicolon-001-two-commands-sequentially.stderr.raw -21sh-separators-semicolon-001-two-commands-sequentially.stdout -21sh-separators-semicolon-001-two-commands-sequentially.stdout.raw -21sh-separators-semicolon-002-n-commands-sequentially.stderr -21sh-separators-semicolon-002-n-commands-sequentially.stderr.raw -21sh-separators-semicolon-002-n-commands-sequentially.stdout -21sh-separators-semicolon-002-n-commands-sequentially.stdout.raw -21sh-separators-semicolon-003-parse-error-empty-inline-command.stderr -21sh-separators-semicolon-003-parse-error-empty-inline-command.stderr.raw -21sh-separators-semicolon-003-parse-error-empty-inline-command.stdout -21sh-separators-semicolon-003-parse-error-empty-inline-command.stdout.raw -21sh-separators-semicolon-004-parse-error-empty-command.stderr -21sh-separators-semicolon-004-parse-error-empty-command.stderr.raw -21sh-separators-semicolon-004-parse-error-empty-command.stdout -21sh-separators-semicolon-004-parse-error-empty-command.stdout.raw -42sh-builtins-export-001-display-env.stderr -42sh-builtins-export-001-display-env.stderr.raw -42sh-builtins-export-001-display-env.stdout -42sh-builtins-export-001-display-env.stdout.raw -42sh-builtins-export-002-export-basic-key-value-1.stderr -42sh-builtins-export-002-export-basic-key-value-1.stderr.raw -42sh-builtins-export-002-export-basic-key-value-1.stdout -42sh-builtins-export-002-export-basic-key-value-1.stdout.raw -42sh-builtins-export-003-export-basic-key-value-2.stderr -42sh-builtins-export-003-export-basic-key-value-2.stderr.raw -42sh-builtins-export-003-export-basic-key-value-2.stdout -42sh-builtins-export-003-export-basic-key-value-2.stdout.raw -42sh-builtins-export-004-export-empty-variable-1.stderr -42sh-builtins-export-004-export-empty-variable-1.stderr.raw -42sh-builtins-export-004-export-empty-variable-1.stdout -42sh-builtins-export-004-export-empty-variable-1.stdout.raw -42sh-builtins-export-005-export-empty-variable-2.stderr -42sh-builtins-export-005-export-empty-variable-2.stderr.raw -42sh-builtins-export-005-export-empty-variable-2.stdout -42sh-builtins-export-005-export-empty-variable-2.stdout.raw -42sh-builtins-export-006-export-update-env-variable.stderr -42sh-builtins-export-006-export-update-env-variable.stderr.raw -42sh-builtins-export-006-export-update-env-variable.stdout -42sh-builtins-export-006-export-update-env-variable.stdout.raw -42sh-builtins-export-007-existing-environment-variable.stderr -42sh-builtins-export-007-existing-environment-variable.stderr.raw -42sh-builtins-export-007-existing-environment-variable.stdout -42sh-builtins-export-007-existing-environment-variable.stdout.raw -42sh-builtins-export-008-local-to-environment.stderr -42sh-builtins-export-008-local-to-environment.stderr.raw -42sh-builtins-export-008-local-to-environment.stdout -42sh-builtins-export-008-local-to-environment.stdout.raw -42sh-builtins-export-009-export-with-equal-but-no-value-part1.stderr -42sh-builtins-export-009-export-with-equal-but-no-value-part1.stderr.raw -42sh-builtins-export-009-export-with-equal-but-no-value-part1.stdout -42sh-builtins-export-009-export-with-equal-but-no-value-part1.stdout.raw -42sh-builtins-export-010-export-with-equal-but-no-value-part2.stderr -42sh-builtins-export-010-export-with-equal-but-no-value-part2.stderr.raw -42sh-builtins-export-010-export-with-equal-but-no-value-part2.stdout -42sh-builtins-export-010-export-with-equal-but-no-value-part2.stdout.raw -42sh-builtins-export-errors-001-invalid-identifier-1.stderr -42sh-builtins-export-errors-001-invalid-identifier-1.stderr.raw -42sh-builtins-export-errors-001-invalid-identifier-1.stdout -42sh-builtins-export-errors-001-invalid-identifier-1.stdout.raw -42sh-builtins-export-errors-002-invalid-identifier-2.stderr -42sh-builtins-export-errors-002-invalid-identifier-2.stderr.raw -42sh-builtins-export-errors-002-invalid-identifier-2.stdout -42sh-builtins-export-errors-002-invalid-identifier-2.stdout.raw -42sh-builtins-export-errors-003-illegal-option.stderr -42sh-builtins-export-errors-003-illegal-option.stderr.raw -42sh-builtins-export-errors-003-illegal-option.stdout -42sh-builtins-export-errors-003-illegal-option.stdout.raw -42sh-builtins-export-mixed-001-export-and-tmp-env-part1.stderr -42sh-builtins-export-mixed-001-export-and-tmp-env-part1.stderr.raw -42sh-builtins-export-mixed-001-export-and-tmp-env-part1.stdout -42sh-builtins-export-mixed-001-export-and-tmp-env-part1.stdout.raw -42sh-builtins-export-mixed-002-export-and-tmp-env-part2.stderr -42sh-builtins-export-mixed-002-export-and-tmp-env-part2.stderr.raw -42sh-builtins-export-mixed-002-export-and-tmp-env-part2.stdout -42sh-builtins-export-mixed-002-export-and-tmp-env-part2.stdout.raw -42sh-builtins-export-options-001-export-with-only-p-parameter.stderr -42sh-builtins-export-options-001-export-with-only-p-parameter.stderr.raw -42sh-builtins-export-options-001-export-with-only-p-parameter.stdout -42sh-builtins-export-options-001-export-with-only-p-parameter.stdout.raw -42sh-builtins-export-options-002-export-p-param-and-token-should-add-local-var-only-part1.stderr -42sh-builtins-export-options-002-export-p-param-and-token-should-add-local-var-only-part1.stderr.raw -42sh-builtins-export-options-002-export-p-param-and-token-should-add-local-var-only-part1.stdout -42sh-builtins-export-options-002-export-p-param-and-token-should-add-local-var-only-part1.stdout.raw -42sh-builtins-export-options-003-export-p-param-and-token-should-add-local-var-only-part2.stderr -42sh-builtins-export-options-003-export-p-param-and-token-should-add-local-var-only-part2.stderr.raw -42sh-builtins-export-options-003-export-p-param-and-token-should-add-local-var-only-part2.stdout -42sh-builtins-export-options-003-export-p-param-and-token-should-add-local-var-only-part2.stdout.raw -42sh-builtins-export-options-004-export-n-param.stderr -42sh-builtins-export-options-004-export-n-param.stderr.raw -42sh-builtins-export-options-004-export-n-param.stdout -42sh-builtins-export-options-004-export-n-param.stdout.raw -42sh-escaping-001-escape-single-character-1.stderr -42sh-escaping-001-escape-single-character-1.stderr.raw -42sh-escaping-001-escape-single-character-1.stdout -42sh-escaping-001-escape-single-character-1.stdout.raw -42sh-escaping-002-escape-single-character-2.stderr -42sh-escaping-002-escape-single-character-2.stderr.raw -42sh-escaping-002-escape-single-character-2.stdout -42sh-escaping-002-escape-single-character-2.stdout.raw -42sh-escaping-003-escape-single-character-3.stderr -42sh-escaping-003-escape-single-character-3.stderr.raw -42sh-escaping-003-escape-single-character-3.stdout -42sh-escaping-003-escape-single-character-3.stdout.raw -42sh-escaping-004-escape-single-character-4.stderr -42sh-escaping-004-escape-single-character-4.stderr.raw -42sh-escaping-004-escape-single-character-4.stdout -42sh-escaping-004-escape-single-character-4.stdout.raw -42sh-escaping-005-escape-single-character-5.stderr -42sh-escaping-005-escape-single-character-5.stderr.raw -42sh-escaping-005-escape-single-character-5.stdout -42sh-escaping-005-escape-single-character-5.stdout.raw -42sh-escaping-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr -42sh-escaping-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr.raw -42sh-escaping-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout -42sh-escaping-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw -42sh-escaping-mixed-globbing-brace-expansion-002-it-expands-braces-1.stderr -42sh-escaping-mixed-globbing-brace-expansion-002-it-expands-braces-1.stderr.raw -42sh-escaping-mixed-globbing-brace-expansion-002-it-expands-braces-1.stdout -42sh-escaping-mixed-globbing-brace-expansion-002-it-expands-braces-1.stdout.raw -42sh-escaping-mixed-globbing-brace-expansion-003-it-expands-braces-2.stderr -42sh-escaping-mixed-globbing-brace-expansion-003-it-expands-braces-2.stderr.raw -42sh-escaping-mixed-globbing-brace-expansion-003-it-expands-braces-2.stdout -42sh-escaping-mixed-globbing-brace-expansion-003-it-expands-braces-2.stdout.raw -42sh-escaping-mixed-globbing-bracket-expansion-001-it-does-not-expand-brackets.stderr -42sh-escaping-mixed-globbing-bracket-expansion-001-it-does-not-expand-brackets.stderr.raw -42sh-escaping-mixed-globbing-bracket-expansion-001-it-does-not-expand-brackets.stdout -42sh-escaping-mixed-globbing-bracket-expansion-001-it-does-not-expand-brackets.stdout.raw -42sh-escaping-mixed-globbing-bracket-expansion-002-escaped-inversion-mark.stderr -42sh-escaping-mixed-globbing-bracket-expansion-002-escaped-inversion-mark.stderr.raw -42sh-escaping-mixed-globbing-bracket-expansion-002-escaped-inversion-mark.stdout -42sh-escaping-mixed-globbing-bracket-expansion-002-escaped-inversion-mark.stdout.raw -42sh-escaping-mixed-globbing-bracket-expansion-003-it-takes-escaped-bracket-as-pattern-character.stderr -42sh-escaping-mixed-globbing-bracket-expansion-003-it-takes-escaped-bracket-as-pattern-character.stderr.raw -42sh-escaping-mixed-globbing-bracket-expansion-003-it-takes-escaped-bracket-as-pattern-character.stdout -42sh-escaping-mixed-globbing-bracket-expansion-003-it-takes-escaped-bracket-as-pattern-character.stdout.raw -42sh-escaping-mixed-variable-expansion-001-escape-variable-1.stderr -42sh-escaping-mixed-variable-expansion-001-escape-variable-1.stderr.raw -42sh-escaping-mixed-variable-expansion-001-escape-variable-1.stdout -42sh-escaping-mixed-variable-expansion-001-escape-variable-1.stdout.raw -42sh-escaping-mixed-variable-expansion-002-it-does-not-escape-variable.stderr -42sh-escaping-mixed-variable-expansion-002-it-does-not-escape-variable.stderr.raw -42sh-escaping-mixed-variable-expansion-002-it-does-not-escape-variable.stdout -42sh-escaping-mixed-variable-expansion-002-it-does-not-escape-variable.stdout.raw -42sh-escaping-mixed-variable-expansion-003-escape-variable-2.stderr -42sh-escaping-mixed-variable-expansion-003-escape-variable-2.stderr.raw -42sh-escaping-mixed-variable-expansion-003-escape-variable-2.stdout -42sh-escaping-mixed-variable-expansion-003-escape-variable-2.stdout.raw -42sh-globbing-brace-expansion-ascii-range-001-simple-ascending-1.stderr -42sh-globbing-brace-expansion-ascii-range-001-simple-ascending-1.stderr.raw -42sh-globbing-brace-expansion-ascii-range-001-simple-ascending-1.stdout -42sh-globbing-brace-expansion-ascii-range-001-simple-ascending-1.stdout.raw -42sh-globbing-brace-expansion-ascii-range-002-simple-ascending-2.stderr -42sh-globbing-brace-expansion-ascii-range-002-simple-ascending-2.stderr.raw -42sh-globbing-brace-expansion-ascii-range-002-simple-ascending-2.stdout -42sh-globbing-brace-expansion-ascii-range-002-simple-ascending-2.stdout.raw -42sh-globbing-brace-expansion-ascii-range-003-simple-ascending-3.stderr -42sh-globbing-brace-expansion-ascii-range-003-simple-ascending-3.stderr.raw -42sh-globbing-brace-expansion-ascii-range-003-simple-ascending-3.stdout -42sh-globbing-brace-expansion-ascii-range-003-simple-ascending-3.stdout.raw -42sh-globbing-brace-expansion-ascii-range-004-simple-descending-1.stderr -42sh-globbing-brace-expansion-ascii-range-004-simple-descending-1.stderr.raw -42sh-globbing-brace-expansion-ascii-range-004-simple-descending-1.stdout -42sh-globbing-brace-expansion-ascii-range-004-simple-descending-1.stdout.raw -42sh-globbing-brace-expansion-ascii-range-005-simple-descending-2.stderr -42sh-globbing-brace-expansion-ascii-range-005-simple-descending-2.stderr.raw -42sh-globbing-brace-expansion-ascii-range-005-simple-descending-2.stdout -42sh-globbing-brace-expansion-ascii-range-005-simple-descending-2.stdout.raw -42sh-globbing-brace-expansion-ascii-range-006-simple-descending-3.stderr -42sh-globbing-brace-expansion-ascii-range-006-simple-descending-3.stderr.raw -42sh-globbing-brace-expansion-ascii-range-006-simple-descending-3.stdout -42sh-globbing-brace-expansion-ascii-range-006-simple-descending-3.stdout.raw -42sh-globbing-brace-expansion-ascii-range-007-identical-start-and-end.stderr -42sh-globbing-brace-expansion-ascii-range-007-identical-start-and-end.stderr.raw -42sh-globbing-brace-expansion-ascii-range-007-identical-start-and-end.stdout -42sh-globbing-brace-expansion-ascii-range-007-identical-start-and-end.stdout.raw -42sh-globbing-brace-expansion-ascii-range-008-multiple-1.stderr -42sh-globbing-brace-expansion-ascii-range-008-multiple-1.stderr.raw -42sh-globbing-brace-expansion-ascii-range-008-multiple-1.stdout -42sh-globbing-brace-expansion-ascii-range-008-multiple-1.stdout.raw -42sh-globbing-brace-expansion-ascii-range-009-multiple-2.stderr -42sh-globbing-brace-expansion-ascii-range-009-multiple-2.stderr.raw -42sh-globbing-brace-expansion-ascii-range-009-multiple-2.stdout -42sh-globbing-brace-expansion-ascii-range-009-multiple-2.stdout.raw -42sh-globbing-brace-expansion-ascii-range-010-big-range.stderr -42sh-globbing-brace-expansion-ascii-range-010-big-range.stderr.raw -42sh-globbing-brace-expansion-ascii-range-010-big-range.stdout -42sh-globbing-brace-expansion-ascii-range-010-big-range.stdout.raw -42sh-globbing-brace-expansion-errors-001-invalid-pattern-1.stderr -42sh-globbing-brace-expansion-errors-001-invalid-pattern-1.stderr.raw -42sh-globbing-brace-expansion-errors-001-invalid-pattern-1.stdout -42sh-globbing-brace-expansion-errors-001-invalid-pattern-1.stdout.raw -42sh-globbing-brace-expansion-errors-002-invalid-pattern-2.stderr -42sh-globbing-brace-expansion-errors-002-invalid-pattern-2.stderr.raw -42sh-globbing-brace-expansion-errors-002-invalid-pattern-2.stdout -42sh-globbing-brace-expansion-errors-002-invalid-pattern-2.stdout.raw -42sh-globbing-brace-expansion-errors-003-invalid-pattern-3.stderr -42sh-globbing-brace-expansion-errors-003-invalid-pattern-3.stderr.raw -42sh-globbing-brace-expansion-errors-003-invalid-pattern-3.stdout -42sh-globbing-brace-expansion-errors-003-invalid-pattern-3.stdout.raw -42sh-globbing-brace-expansion-errors-004-invalid-pattern-4.stderr -42sh-globbing-brace-expansion-errors-004-invalid-pattern-4.stderr.raw -42sh-globbing-brace-expansion-errors-004-invalid-pattern-4.stdout -42sh-globbing-brace-expansion-errors-004-invalid-pattern-4.stdout.raw -42sh-globbing-brace-expansion-list-of-values-001-nothing-to-be-done.stderr -42sh-globbing-brace-expansion-list-of-values-001-nothing-to-be-done.stderr.raw -42sh-globbing-brace-expansion-list-of-values-001-nothing-to-be-done.stdout -42sh-globbing-brace-expansion-list-of-values-001-nothing-to-be-done.stdout.raw -42sh-globbing-brace-expansion-list-of-values-002-simple-test-1.stderr -42sh-globbing-brace-expansion-list-of-values-002-simple-test-1.stderr.raw -42sh-globbing-brace-expansion-list-of-values-002-simple-test-1.stdout -42sh-globbing-brace-expansion-list-of-values-002-simple-test-1.stdout.raw -42sh-globbing-brace-expansion-list-of-values-003-simple-test-2.stderr -42sh-globbing-brace-expansion-list-of-values-003-simple-test-2.stderr.raw -42sh-globbing-brace-expansion-list-of-values-003-simple-test-2.stdout -42sh-globbing-brace-expansion-list-of-values-003-simple-test-2.stdout.raw -42sh-globbing-brace-expansion-numeric-range-001-simple-ascending-1.stderr -42sh-globbing-brace-expansion-numeric-range-001-simple-ascending-1.stderr.raw -42sh-globbing-brace-expansion-numeric-range-001-simple-ascending-1.stdout -42sh-globbing-brace-expansion-numeric-range-001-simple-ascending-1.stdout.raw -42sh-globbing-brace-expansion-numeric-range-002-simple-ascending-2.stderr -42sh-globbing-brace-expansion-numeric-range-002-simple-ascending-2.stderr.raw -42sh-globbing-brace-expansion-numeric-range-002-simple-ascending-2.stdout -42sh-globbing-brace-expansion-numeric-range-002-simple-ascending-2.stdout.raw -42sh-globbing-brace-expansion-numeric-range-003-simple-ascending-3.stderr -42sh-globbing-brace-expansion-numeric-range-003-simple-ascending-3.stderr.raw -42sh-globbing-brace-expansion-numeric-range-003-simple-ascending-3.stdout -42sh-globbing-brace-expansion-numeric-range-003-simple-ascending-3.stdout.raw -42sh-globbing-brace-expansion-numeric-range-004-simple-ascending-4.stderr -42sh-globbing-brace-expansion-numeric-range-004-simple-ascending-4.stderr.raw -42sh-globbing-brace-expansion-numeric-range-004-simple-ascending-4.stdout -42sh-globbing-brace-expansion-numeric-range-004-simple-ascending-4.stdout.raw -42sh-globbing-brace-expansion-numeric-range-005-simple-ascending-5.stderr -42sh-globbing-brace-expansion-numeric-range-005-simple-ascending-5.stderr.raw -42sh-globbing-brace-expansion-numeric-range-005-simple-ascending-5.stdout -42sh-globbing-brace-expansion-numeric-range-005-simple-ascending-5.stdout.raw -42sh-globbing-brace-expansion-numeric-range-006-simple-descending-1.stderr -42sh-globbing-brace-expansion-numeric-range-006-simple-descending-1.stderr.raw -42sh-globbing-brace-expansion-numeric-range-006-simple-descending-1.stdout -42sh-globbing-brace-expansion-numeric-range-006-simple-descending-1.stdout.raw -42sh-globbing-brace-expansion-numeric-range-007-simple-descending-2.stderr -42sh-globbing-brace-expansion-numeric-range-007-simple-descending-2.stderr.raw -42sh-globbing-brace-expansion-numeric-range-007-simple-descending-2.stdout -42sh-globbing-brace-expansion-numeric-range-007-simple-descending-2.stdout.raw -42sh-globbing-brace-expansion-numeric-range-008-simple-descending-3.stderr -42sh-globbing-brace-expansion-numeric-range-008-simple-descending-3.stderr.raw -42sh-globbing-brace-expansion-numeric-range-008-simple-descending-3.stdout -42sh-globbing-brace-expansion-numeric-range-008-simple-descending-3.stdout.raw -42sh-globbing-brace-expansion-numeric-range-009-simple-descending-4.stderr -42sh-globbing-brace-expansion-numeric-range-009-simple-descending-4.stderr.raw -42sh-globbing-brace-expansion-numeric-range-009-simple-descending-4.stdout -42sh-globbing-brace-expansion-numeric-range-009-simple-descending-4.stdout.raw -42sh-globbing-brace-expansion-numeric-range-010-simple-descending-5.stderr -42sh-globbing-brace-expansion-numeric-range-010-simple-descending-5.stderr.raw -42sh-globbing-brace-expansion-numeric-range-010-simple-descending-5.stdout -42sh-globbing-brace-expansion-numeric-range-010-simple-descending-5.stdout.raw -42sh-globbing-brace-expansion-numeric-range-011-identical-positive-start-and-end.stderr -42sh-globbing-brace-expansion-numeric-range-011-identical-positive-start-and-end.stderr.raw -42sh-globbing-brace-expansion-numeric-range-011-identical-positive-start-and-end.stdout -42sh-globbing-brace-expansion-numeric-range-011-identical-positive-start-and-end.stdout.raw -42sh-globbing-brace-expansion-numeric-range-012-identical-negative-start-and-end.stderr -42sh-globbing-brace-expansion-numeric-range-012-identical-negative-start-and-end.stderr.raw -42sh-globbing-brace-expansion-numeric-range-012-identical-negative-start-and-end.stdout -42sh-globbing-brace-expansion-numeric-range-012-identical-negative-start-and-end.stdout.raw -42sh-globbing-brace-expansion-numeric-range-013-multiple-1.stderr -42sh-globbing-brace-expansion-numeric-range-013-multiple-1.stderr.raw -42sh-globbing-brace-expansion-numeric-range-013-multiple-1.stdout -42sh-globbing-brace-expansion-numeric-range-013-multiple-1.stdout.raw -42sh-globbing-brace-expansion-numeric-range-014-multiple-2.stderr -42sh-globbing-brace-expansion-numeric-range-014-multiple-2.stderr.raw -42sh-globbing-brace-expansion-numeric-range-014-multiple-2.stdout -42sh-globbing-brace-expansion-numeric-range-014-multiple-2.stdout.raw -42sh-globbing-brace-expansion-numeric-range-015-big-range.stderr -42sh-globbing-brace-expansion-numeric-range-015-big-range.stderr.raw -42sh-globbing-brace-expansion-numeric-range-015-big-range.stdout -42sh-globbing-brace-expansion-numeric-range-015-big-range.stdout.raw -42sh-globbing-bracket-expansion-multi-001-range-and-char.stderr -42sh-globbing-bracket-expansion-multi-001-range-and-char.stderr.raw -42sh-globbing-bracket-expansion-multi-001-range-and-char.stdout -42sh-globbing-bracket-expansion-multi-001-range-and-char.stdout.raw -42sh-globbing-bracket-expansion-multi-002-reverse-range-and-chars.stderr -42sh-globbing-bracket-expansion-multi-002-reverse-range-and-chars.stderr.raw -42sh-globbing-bracket-expansion-multi-002-reverse-range-and-chars.stdout -42sh-globbing-bracket-expansion-multi-002-reverse-range-and-chars.stdout.raw -42sh-globbing-bracket-expansion-multi-003-reverse-multi-hard.stderr -42sh-globbing-bracket-expansion-multi-003-reverse-multi-hard.stderr.raw -42sh-globbing-bracket-expansion-multi-003-reverse-multi-hard.stdout -42sh-globbing-bracket-expansion-multi-003-reverse-multi-hard.stdout.raw -42sh-globbing-bracket-expansion-multi-004-simple-bracket+char+range.stderr -42sh-globbing-bracket-expansion-multi-004-simple-bracket+char+range.stderr.raw -42sh-globbing-bracket-expansion-multi-004-simple-bracket+char+range.stdout -42sh-globbing-bracket-expansion-multi-004-simple-bracket+char+range.stdout.raw -42sh-globbing-bracket-expansion-not-001-simple-opposit-match.stderr -42sh-globbing-bracket-expansion-not-001-simple-opposit-match.stderr.raw -42sh-globbing-bracket-expansion-not-001-simple-opposit-match.stdout -42sh-globbing-bracket-expansion-not-001-simple-opposit-match.stdout.raw -42sh-globbing-bracket-expansion-not-002-simple-opposite-range.stderr -42sh-globbing-bracket-expansion-not-002-simple-opposite-range.stderr.raw -42sh-globbing-bracket-expansion-not-002-simple-opposite-range.stdout -42sh-globbing-bracket-expansion-not-002-simple-opposite-range.stdout.raw -42sh-globbing-bracket-expansion-range-pattern-001-alpha-range.stderr -42sh-globbing-bracket-expansion-range-pattern-001-alpha-range.stderr.raw -42sh-globbing-bracket-expansion-range-pattern-001-alpha-range.stdout -42sh-globbing-bracket-expansion-range-pattern-001-alpha-range.stdout.raw -42sh-globbing-bracket-expansion-range-pattern-002-numeric-range.stderr -42sh-globbing-bracket-expansion-range-pattern-002-numeric-range.stderr.raw -42sh-globbing-bracket-expansion-range-pattern-002-numeric-range.stdout -42sh-globbing-bracket-expansion-range-pattern-002-numeric-range.stdout.raw -42sh-globbing-bracket-expansion-range-pattern-003-ascii-range-1.stderr -42sh-globbing-bracket-expansion-range-pattern-003-ascii-range-1.stderr.raw -42sh-globbing-bracket-expansion-range-pattern-003-ascii-range-1.stdout -42sh-globbing-bracket-expansion-range-pattern-003-ascii-range-1.stdout.raw -42sh-globbing-bracket-expansion-range-pattern-004-ascii-range-2.stderr -42sh-globbing-bracket-expansion-range-pattern-004-ascii-range-2.stderr.raw -42sh-globbing-bracket-expansion-range-pattern-004-ascii-range-2.stdout -42sh-globbing-bracket-expansion-range-pattern-004-ascii-range-2.stdout.raw -42sh-globbing-bracket-expansion-simple-pattern-001-simple-list.stderr -42sh-globbing-bracket-expansion-simple-pattern-001-simple-list.stderr.raw -42sh-globbing-bracket-expansion-simple-pattern-001-simple-list.stdout -42sh-globbing-bracket-expansion-simple-pattern-001-simple-list.stdout.raw -42sh-globbing-bracket-expansion-simple-pattern-002-multi-bracket.stderr -42sh-globbing-bracket-expansion-simple-pattern-002-multi-bracket.stderr.raw -42sh-globbing-bracket-expansion-simple-pattern-002-multi-bracket.stdout -42sh-globbing-bracket-expansion-simple-pattern-002-multi-bracket.stdout.raw -42sh-globbing-bracket-expansion-simple-pattern-003-brackets-as-pattern.stderr -42sh-globbing-bracket-expansion-simple-pattern-003-brackets-as-pattern.stderr.raw -42sh-globbing-bracket-expansion-simple-pattern-003-brackets-as-pattern.stdout -42sh-globbing-bracket-expansion-simple-pattern-003-brackets-as-pattern.stdout.raw -42sh-globbing-bracket-expansion-simple-pattern-004-multi-bracket-multi-char.stderr -42sh-globbing-bracket-expansion-simple-pattern-004-multi-bracket-multi-char.stderr.raw -42sh-globbing-bracket-expansion-simple-pattern-004-multi-bracket-multi-char.stdout -42sh-globbing-bracket-expansion-simple-pattern-004-multi-bracket-multi-char.stdout.raw -42sh-globbing-bracket-expansion-single-char-pattern-001-single-char.stderr -42sh-globbing-bracket-expansion-single-char-pattern-001-single-char.stderr.raw -42sh-globbing-bracket-expansion-single-char-pattern-001-single-char.stdout -42sh-globbing-bracket-expansion-single-char-pattern-001-single-char.stdout.raw -42sh-globbing-bracket-expansion-single-char-pattern-002-closing-bracket-char.stderr -42sh-globbing-bracket-expansion-single-char-pattern-002-closing-bracket-char.stderr.raw -42sh-globbing-bracket-expansion-single-char-pattern-002-closing-bracket-char.stdout -42sh-globbing-bracket-expansion-single-char-pattern-002-closing-bracket-char.stdout.raw -42sh-globbing-bracket-expansion-single-char-pattern-003-opening-bracket-char.stderr -42sh-globbing-bracket-expansion-single-char-pattern-003-opening-bracket-char.stderr.raw -42sh-globbing-bracket-expansion-single-char-pattern-003-opening-bracket-char.stdout -42sh-globbing-bracket-expansion-single-char-pattern-003-opening-bracket-char.stdout.raw -42sh-local-variable-001-declare-and-expand-1.stderr -42sh-local-variable-001-declare-and-expand-1.stderr.raw -42sh-local-variable-001-declare-and-expand-1.stdout -42sh-local-variable-001-declare-and-expand-1.stdout.raw -42sh-local-variable-002-declare-and-expand-2.stderr -42sh-local-variable-002-declare-and-expand-2.stderr.raw -42sh-local-variable-002-declare-and-expand-2.stdout -42sh-local-variable-002-declare-and-expand-2.stdout.raw -42sh-local-variable-003-unknown-variable-does-not-result-in-new-argument.stderr -42sh-local-variable-003-unknown-variable-does-not-result-in-new-argument.stderr.raw -42sh-local-variable-003-unknown-variable-does-not-result-in-new-argument.stdout -42sh-local-variable-003-unknown-variable-does-not-result-in-new-argument.stdout.raw -42sh-local-variable-004-existing-variable-in-environment-1.stderr -42sh-local-variable-004-existing-variable-in-environment-1.stderr.raw -42sh-local-variable-004-existing-variable-in-environment-1.stdout -42sh-local-variable-004-existing-variable-in-environment-1.stdout.raw -42sh-local-variable-005-existing-variable-in-environment-2.stderr -42sh-local-variable-005-existing-variable-in-environment-2.stderr.raw -42sh-local-variable-005-existing-variable-in-environment-2.stdout -42sh-local-variable-005-existing-variable-in-environment-2.stdout.raw -42sh-local-variable-006-existing-variable-in-environment-3.stderr -42sh-local-variable-006-existing-variable-in-environment-3.stderr.raw -42sh-local-variable-006-existing-variable-in-environment-3.stdout -42sh-local-variable-006-existing-variable-in-environment-3.stdout.raw -42sh-local-variable-007-multiple-declaration-at-a-time.stderr -42sh-local-variable-007-multiple-declaration-at-a-time.stderr.raw -42sh-local-variable-007-multiple-declaration-at-a-time.stdout -42sh-local-variable-007-multiple-declaration-at-a-time.stdout.raw -42sh-local-variable-008-multiple-declaration-with-same-name.stderr -42sh-local-variable-008-multiple-declaration-with-same-name.stderr.raw -42sh-local-variable-008-multiple-declaration-with-same-name.stdout -42sh-local-variable-008-multiple-declaration-with-same-name.stdout.raw -42sh-local-variable-009-last-exit-status.stderr -42sh-local-variable-009-last-exit-status.stderr.raw -42sh-local-variable-009-last-exit-status.stdout -42sh-local-variable-009-last-exit-status.stdout.raw -42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stderr -42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stderr.raw -42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stdout -42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stdout.raw -42sh-local-variable-mixed-redirections-001-truncating.stderr -42sh-local-variable-mixed-redirections-001-truncating.stderr.raw -42sh-local-variable-mixed-redirections-001-truncating.stdout -42sh-local-variable-mixed-redirections-001-truncating.stdout.raw -42sh-local-variable-mixed-redirections-002-appending.stderr -42sh-local-variable-mixed-redirections-002-appending.stderr.raw -42sh-local-variable-mixed-redirections-002-appending.stdout -42sh-local-variable-mixed-redirections-002-appending.stdout.raw -42sh-local-variable-mixed-redirections-003-reading.stderr -42sh-local-variable-mixed-redirections-003-reading.stderr.raw -42sh-local-variable-mixed-redirections-003-reading.stdout -42sh-local-variable-mixed-redirections-003-reading.stdout.raw -42sh-local-variable-mixed-tilde-expansion-001-process-tilde-expansion.stderr -42sh-local-variable-mixed-tilde-expansion-001-process-tilde-expansion.stderr.raw -42sh-local-variable-mixed-tilde-expansion-001-process-tilde-expansion.stdout -42sh-local-variable-mixed-tilde-expansion-001-process-tilde-expansion.stdout.raw -42sh-quoting-double-quotes-001-it-works.stderr -42sh-quoting-double-quotes-001-it-works.stderr.raw -42sh-quoting-double-quotes-001-it-works.stdout -42sh-quoting-double-quotes-001-it-works.stdout.raw -42sh-quoting-double-quotes-002-concatenated-strings.stderr -42sh-quoting-double-quotes-002-concatenated-strings.stderr.raw -42sh-quoting-double-quotes-002-concatenated-strings.stdout -42sh-quoting-double-quotes-002-concatenated-strings.stdout.raw -42sh-quoting-double-quotes-003-first-argument-inhibited.stderr -42sh-quoting-double-quotes-003-first-argument-inhibited.stderr.raw -42sh-quoting-double-quotes-003-first-argument-inhibited.stdout -42sh-quoting-double-quotes-003-first-argument-inhibited.stdout.raw -42sh-quoting-double-quotes-004-multiline-1.stderr -42sh-quoting-double-quotes-004-multiline-1.stderr.raw -42sh-quoting-double-quotes-004-multiline-1.stdout -42sh-quoting-double-quotes-004-multiline-1.stdout.raw -42sh-quoting-double-quotes-005-multiline-2.stderr -42sh-quoting-double-quotes-005-multiline-2.stderr.raw -42sh-quoting-double-quotes-005-multiline-2.stdout -42sh-quoting-double-quotes-005-multiline-2.stdout.raw -42sh-quoting-double-quotes-mixed-escaping-001-escape-double-quote-1.stderr -42sh-quoting-double-quotes-mixed-escaping-001-escape-double-quote-1.stderr.raw -42sh-quoting-double-quotes-mixed-escaping-001-escape-double-quote-1.stdout -42sh-quoting-double-quotes-mixed-escaping-001-escape-double-quote-1.stdout.raw -42sh-quoting-double-quotes-mixed-escaping-002-escape-double-quote-2.stderr -42sh-quoting-double-quotes-mixed-escaping-002-escape-double-quote-2.stderr.raw -42sh-quoting-double-quotes-mixed-escaping-002-escape-double-quote-2.stdout -42sh-quoting-double-quotes-mixed-escaping-002-escape-double-quote-2.stdout.raw -42sh-quoting-double-quotes-mixed-escaping-003-escape-double-quote-3.stderr -42sh-quoting-double-quotes-mixed-escaping-003-escape-double-quote-3.stderr.raw -42sh-quoting-double-quotes-mixed-escaping-003-escape-double-quote-3.stdout -42sh-quoting-double-quotes-mixed-escaping-003-escape-double-quote-3.stdout.raw -42sh-quoting-double-quotes-mixed-escaping-004-it-results-in-error.stderr -42sh-quoting-double-quotes-mixed-escaping-004-it-results-in-error.stderr.raw -42sh-quoting-double-quotes-mixed-escaping-004-it-results-in-error.stdout -42sh-quoting-double-quotes-mixed-escaping-004-it-results-in-error.stdout.raw -42sh-quoting-double-quotes-mixed-escaping-005-it-does-not-escape-double-quote.stderr -42sh-quoting-double-quotes-mixed-escaping-005-it-does-not-escape-double-quote.stderr.raw -42sh-quoting-double-quotes-mixed-escaping-005-it-does-not-escape-double-quote.stdout -42sh-quoting-double-quotes-mixed-escaping-005-it-does-not-escape-double-quote.stdout.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stderr -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stderr.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stderr -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stderr.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stderr -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stderr.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stderr -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stderr.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout.raw -42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr -42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr.raw -42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stdout -42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stdout.raw -42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr -42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr.raw -42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stdout -42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stdout.raw -42sh-quoting-double-quotes-mixed-variable-expansion-001-expansion-enabled.stderr -42sh-quoting-double-quotes-mixed-variable-expansion-001-expansion-enabled.stderr.raw -42sh-quoting-double-quotes-mixed-variable-expansion-001-expansion-enabled.stdout -42sh-quoting-double-quotes-mixed-variable-expansion-001-expansion-enabled.stdout.raw -42sh-quoting-mixed-001-simple-and-double-quotes.stderr -42sh-quoting-mixed-001-simple-and-double-quotes.stderr.raw -42sh-quoting-mixed-001-simple-and-double-quotes.stdout -42sh-quoting-mixed-001-simple-and-double-quotes.stdout.raw -42sh-quoting-mixed-002-multiline.stderr -42sh-quoting-mixed-002-multiline.stderr.raw -42sh-quoting-mixed-002-multiline.stdout -42sh-quoting-mixed-002-multiline.stdout.raw -42sh-quoting-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr -42sh-quoting-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr.raw -42sh-quoting-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout -42sh-quoting-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw -42sh-quoting-mixed-globbing-bracket-expansion-001-it-works-1.stderr -42sh-quoting-mixed-globbing-bracket-expansion-001-it-works-1.stderr.raw -42sh-quoting-mixed-globbing-bracket-expansion-001-it-works-1.stdout -42sh-quoting-mixed-globbing-bracket-expansion-001-it-works-1.stdout.raw -42sh-quoting-mixed-globbing-bracket-expansion-002-it-works-2.stderr -42sh-quoting-mixed-globbing-bracket-expansion-002-it-works-2.stderr.raw -42sh-quoting-mixed-globbing-bracket-expansion-002-it-works-2.stdout -42sh-quoting-mixed-globbing-bracket-expansion-002-it-works-2.stdout.raw -42sh-quoting-mixed-variable-expansion-001-it-does-not-expand-in-quotes.stderr -42sh-quoting-mixed-variable-expansion-001-it-does-not-expand-in-quotes.stderr.raw -42sh-quoting-mixed-variable-expansion-001-it-does-not-expand-in-quotes.stdout -42sh-quoting-mixed-variable-expansion-001-it-does-not-expand-in-quotes.stdout.raw -42sh-quoting-simple-quotes-001-it-works.stderr -42sh-quoting-simple-quotes-001-it-works.stderr.raw -42sh-quoting-simple-quotes-001-it-works.stdout -42sh-quoting-simple-quotes-001-it-works.stdout.raw -42sh-quoting-simple-quotes-002-concatenated-strings.stderr -42sh-quoting-simple-quotes-002-concatenated-strings.stderr.raw -42sh-quoting-simple-quotes-002-concatenated-strings.stdout -42sh-quoting-simple-quotes-002-concatenated-strings.stdout.raw -42sh-quoting-simple-quotes-003-first-argument-inhibited.stderr -42sh-quoting-simple-quotes-003-first-argument-inhibited.stderr.raw -42sh-quoting-simple-quotes-003-first-argument-inhibited.stdout -42sh-quoting-simple-quotes-003-first-argument-inhibited.stdout.raw -42sh-quoting-simple-quotes-004-multiline-1.stderr -42sh-quoting-simple-quotes-004-multiline-1.stderr.raw -42sh-quoting-simple-quotes-004-multiline-1.stdout -42sh-quoting-simple-quotes-004-multiline-1.stdout.raw -42sh-quoting-simple-quotes-005-multiline-2.stderr -42sh-quoting-simple-quotes-005-multiline-2.stderr.raw -42sh-quoting-simple-quotes-005-multiline-2.stdout -42sh-quoting-simple-quotes-005-multiline-2.stdout.raw -42sh-quoting-simple-quotes-mixed-escaping-001-escape-simple-quote-1.stderr -42sh-quoting-simple-quotes-mixed-escaping-001-escape-simple-quote-1.stderr.raw -42sh-quoting-simple-quotes-mixed-escaping-001-escape-simple-quote-1.stdout -42sh-quoting-simple-quotes-mixed-escaping-001-escape-simple-quote-1.stdout.raw -42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stderr -42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stderr.raw -42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stdout -42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stdout.raw -42sh-quoting-simple-quotes-mixed-escaping-003-escape-simple-quote-3.stderr -42sh-quoting-simple-quotes-mixed-escaping-003-escape-simple-quote-3.stderr.raw -42sh-quoting-simple-quotes-mixed-escaping-003-escape-simple-quote-3.stdout -42sh-quoting-simple-quotes-mixed-escaping-003-escape-simple-quote-3.stdout.raw -42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stderr -42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stderr.raw -42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stdout -42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stdout.raw -42sh-quoting-simple-quotes-mixed-escaping-005-it-does-not-escape-simple-quote-2.stderr -42sh-quoting-simple-quotes-mixed-escaping-005-it-does-not-escape-simple-quote-2.stderr.raw -42sh-quoting-simple-quotes-mixed-escaping-005-it-does-not-escape-simple-quote-2.stdout -42sh-quoting-simple-quotes-mixed-escaping-005-it-does-not-escape-simple-quote-2.stdout.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stderr -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stderr.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stderr -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stderr.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stderr -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stderr.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stderr -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stderr.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout.raw -42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr -42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr.raw -42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stdout -42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stdout.raw -42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr -42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr.raw -42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stdout -42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stdout.raw -42sh-quoting-simple-quotes-mixed-variable-expansion-001-expansion-disabled.stderr -42sh-quoting-simple-quotes-mixed-variable-expansion-001-expansion-disabled.stderr.raw -42sh-quoting-simple-quotes-mixed-variable-expansion-001-expansion-disabled.stdout -42sh-quoting-simple-quotes-mixed-variable-expansion-001-expansion-disabled.stdout.raw -42sh-subshell-001-tokens-are-recognized.stderr -42sh-subshell-001-tokens-are-recognized.stderr.raw -42sh-subshell-001-tokens-are-recognized.stdout -42sh-subshell-001-tokens-are-recognized.stdout.raw -42sh-subshell-002-multiple-levels-of-subshells.stderr -42sh-subshell-002-multiple-levels-of-subshells.stderr.raw -42sh-subshell-002-multiple-levels-of-subshells.stdout -42sh-subshell-002-multiple-levels-of-subshells.stdout.raw -42sh-subshell-003-multiline.stderr -42sh-subshell-003-multiline.stderr.raw -42sh-subshell-003-multiline.stdout -42sh-subshell-003-multiline.stdout.raw -42sh-subshell-004-exit-status.stderr -42sh-subshell-004-exit-status.stderr.raw -42sh-subshell-004-exit-status.stdout -42sh-subshell-004-exit-status.stdout.raw -42sh-subshell-005-copy-of-environment.stderr -42sh-subshell-005-copy-of-environment.stderr.raw -42sh-subshell-005-copy-of-environment.stdout -42sh-subshell-005-copy-of-environment.stdout.raw -42sh-subshell-errors-001-parse-error-1.stderr -42sh-subshell-errors-001-parse-error-1.stderr.raw -42sh-subshell-errors-001-parse-error-1.stdout -42sh-subshell-errors-001-parse-error-1.stdout.raw -42sh-subshell-errors-002-parse-error-2.stderr -42sh-subshell-errors-002-parse-error-2.stderr.raw -42sh-subshell-errors-002-parse-error-2.stdout -42sh-subshell-errors-002-parse-error-2.stdout.raw -42sh-subshell-errors-003-parse-error-3.stderr -42sh-subshell-errors-003-parse-error-3.stderr.raw -42sh-subshell-errors-003-parse-error-3.stdout -42sh-subshell-errors-003-parse-error-3.stdout.raw -42sh-subshell-errors-004-parse-error-4.stderr -42sh-subshell-errors-004-parse-error-4.stderr.raw -42sh-subshell-errors-004-parse-error-4.stdout -42sh-subshell-errors-004-parse-error-4.stdout.raw -42sh-subshell-mixed-builtins-cd-001-it-does-not-change-current-directory.stderr -42sh-subshell-mixed-builtins-cd-001-it-does-not-change-current-directory.stderr.raw -42sh-subshell-mixed-builtins-cd-001-it-does-not-change-current-directory.stdout -42sh-subshell-mixed-builtins-cd-001-it-does-not-change-current-directory.stdout.raw -42sh-subshell-mixed-builtins-cd-002-multiline.stderr -42sh-subshell-mixed-builtins-cd-002-multiline.stderr.raw -42sh-subshell-mixed-builtins-cd-002-multiline.stdout -42sh-subshell-mixed-builtins-cd-002-multiline.stdout.raw -42sh-subshell-mixed-builtins-exit-001-exiting-subshell.stderr -42sh-subshell-mixed-builtins-exit-001-exiting-subshell.stderr.raw -42sh-subshell-mixed-builtins-exit-001-exiting-subshell.stdout -42sh-subshell-mixed-builtins-exit-001-exiting-subshell.stdout.raw -42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stderr -42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stderr.raw -42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stdout -42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stdout.raw -42sh-subshell-mixed-builtins-unsetenv-001-it-does-not-modify-parent-environment.stderr -42sh-subshell-mixed-builtins-unsetenv-001-it-does-not-modify-parent-environment.stderr.raw -42sh-subshell-mixed-builtins-unsetenv-001-it-does-not-modify-parent-environment.stdout -42sh-subshell-mixed-builtins-unsetenv-001-it-does-not-modify-parent-environment.stdout.raw -42sh-subshell-mixed-escaping-001-escaped-subshell-1.stderr -42sh-subshell-mixed-escaping-001-escaped-subshell-1.stderr.raw -42sh-subshell-mixed-escaping-001-escaped-subshell-1.stdout -42sh-subshell-mixed-escaping-001-escaped-subshell-1.stdout.raw -42sh-subshell-mixed-escaping-002-escaped-subshell-2.stderr -42sh-subshell-mixed-escaping-002-escaped-subshell-2.stderr.raw -42sh-subshell-mixed-escaping-002-escaped-subshell-2.stdout -42sh-subshell-mixed-escaping-002-escaped-subshell-2.stdout.raw -42sh-subshell-mixed-inline-environment-variable-001-modifies-the-child-environment-only-1.stderr -42sh-subshell-mixed-inline-environment-variable-001-modifies-the-child-environment-only-1.stderr.raw -42sh-subshell-mixed-inline-environment-variable-001-modifies-the-child-environment-only-1.stdout -42sh-subshell-mixed-inline-environment-variable-001-modifies-the-child-environment-only-1.stdout.raw -42sh-subshell-mixed-inline-environment-variable-002-modifies-the-child-environment-only-2.stderr -42sh-subshell-mixed-inline-environment-variable-002-modifies-the-child-environment-only-2.stderr.raw -42sh-subshell-mixed-inline-environment-variable-002-modifies-the-child-environment-only-2.stdout -42sh-subshell-mixed-inline-environment-variable-002-modifies-the-child-environment-only-2.stdout.raw -42sh-subshell-mixed-piping-001-subshells-inside-piped-command.stderr -42sh-subshell-mixed-piping-001-subshells-inside-piped-command.stderr.raw -42sh-subshell-mixed-piping-001-subshells-inside-piped-command.stdout -42sh-subshell-mixed-piping-001-subshells-inside-piped-command.stdout.raw -42sh-subshell-mixed-piping-002-pipes-inside-subshells.stderr -42sh-subshell-mixed-piping-002-pipes-inside-subshells.stderr.raw -42sh-subshell-mixed-piping-002-pipes-inside-subshells.stdout -42sh-subshell-mixed-piping-002-pipes-inside-subshells.stdout.raw -42sh-subshell-mixed-piping-003-imbricated-subshells-and-pipes.stderr -42sh-subshell-mixed-piping-003-imbricated-subshells-and-pipes.stderr.raw -42sh-subshell-mixed-piping-003-imbricated-subshells-and-pipes.stdout -42sh-subshell-mixed-piping-003-imbricated-subshells-and-pipes.stdout.raw -42sh-subshell-mixed-quoting-001-with-simple-quotes.stderr -42sh-subshell-mixed-quoting-001-with-simple-quotes.stderr.raw -42sh-subshell-mixed-quoting-001-with-simple-quotes.stdout -42sh-subshell-mixed-quoting-001-with-simple-quotes.stdout.raw -42sh-subshell-mixed-quoting-002-with-double-quotes.stderr -42sh-subshell-mixed-quoting-002-with-double-quotes.stderr.raw -42sh-subshell-mixed-quoting-002-with-double-quotes.stdout -42sh-subshell-mixed-quoting-002-with-double-quotes.stdout.raw -42sh-subshell-mixed-quoting-003-with-simple-and-double-quotes.stderr -42sh-subshell-mixed-quoting-003-with-simple-and-double-quotes.stderr.raw -42sh-subshell-mixed-quoting-003-with-simple-and-double-quotes.stdout -42sh-subshell-mixed-quoting-003-with-simple-and-double-quotes.stdout.raw -TOKEN201703291444 -TOKEN201703291444_006-BINARY-UNDEFINED-PATH -TOKEN201703291535 -TOKEN201703291535_006-BINARY-UNDEFINED-PATH -TOKEN201703291601 -TOKEN201703291601_006-BINARY-UNDEFINED-PATH -TOKEN201703291601_FILENAME -TOKEN201703291601_SUBDIRECTORY -TOKEN201703291623 -TOKEN201703291623_006-BINARY-UNDEFINED-PATH -TOKEN201703291625_006-BINARY-UNDEFINED-PATH -append_file_default -append_file_stderr -append_file_stdout -bonuses-inline-environment-variable-001-modifies-child-environment-1.stderr -bonuses-inline-environment-variable-001-modifies-child-environment-1.stderr.raw -bonuses-inline-environment-variable-001-modifies-child-environment-1.stdout -bonuses-inline-environment-variable-001-modifies-child-environment-1.stdout.raw -bonuses-inline-environment-variable-002-modifies-child-environment-2.stderr -bonuses-inline-environment-variable-002-modifies-child-environment-2.stderr.raw -bonuses-inline-environment-variable-002-modifies-child-environment-2.stdout -bonuses-inline-environment-variable-002-modifies-child-environment-2.stdout.raw -bonuses-inline-environment-variable-003-modifies-PATH-only.stderr -bonuses-inline-environment-variable-003-modifies-PATH-only.stderr.raw -bonuses-inline-environment-variable-003-modifies-PATH-only.stdout -bonuses-inline-environment-variable-003-modifies-PATH-only.stdout.raw -bonuses-separators-and-001-run-twice.stderr -bonuses-separators-and-001-run-twice.stderr.raw -bonuses-separators-and-001-run-twice.stdout -bonuses-separators-and-001-run-twice.stdout.raw -bonuses-separators-and-002-do-not-run-second.stderr -bonuses-separators-and-002-do-not-run-second.stderr.raw -bonuses-separators-and-002-do-not-run-second.stdout -bonuses-separators-and-002-do-not-run-second.stdout.raw -bonuses-separators-and-003-run-until-failing.stderr -bonuses-separators-and-003-run-until-failing.stderr.raw -bonuses-separators-and-003-run-until-failing.stdout -bonuses-separators-and-003-run-until-failing.stdout.raw -bonuses-separators-and-errors-001-parse-error-at-beginning.stderr -bonuses-separators-and-errors-001-parse-error-at-beginning.stderr.raw -bonuses-separators-and-errors-001-parse-error-at-beginning.stdout -bonuses-separators-and-errors-001-parse-error-at-beginning.stdout.raw -bonuses-separators-and-errors-002-parse-error-too-much-symbol.stderr -bonuses-separators-and-errors-002-parse-error-too-much-symbol.stderr.raw -bonuses-separators-and-errors-002-parse-error-too-much-symbol.stdout -bonuses-separators-and-errors-002-parse-error-too-much-symbol.stdout.raw -bonuses-separators-mixed-001-and-or.stderr -bonuses-separators-mixed-001-and-or.stderr.raw -bonuses-separators-mixed-001-and-or.stdout -bonuses-separators-mixed-001-and-or.stdout.raw -bonuses-separators-mixed-002-and-or.stderr -bonuses-separators-mixed-002-and-or.stderr.raw -bonuses-separators-mixed-002-and-or.stdout -bonuses-separators-mixed-002-and-or.stdout.raw -bonuses-separators-mixed-003-and-or.stderr -bonuses-separators-mixed-003-and-or.stderr.raw -bonuses-separators-mixed-003-and-or.stdout -bonuses-separators-mixed-003-and-or.stdout.raw -bonuses-separators-mixed-004-or-and.stderr -bonuses-separators-mixed-004-or-and.stderr.raw -bonuses-separators-mixed-004-or-and.stdout -bonuses-separators-mixed-004-or-and.stdout.raw -bonuses-separators-mixed-005-or-and.stderr -bonuses-separators-mixed-005-or-and.stderr.raw -bonuses-separators-mixed-005-or-and.stdout -bonuses-separators-mixed-005-or-and.stdout.raw -bonuses-separators-mixed-006-or-and.stderr -bonuses-separators-mixed-006-or-and.stderr.raw -bonuses-separators-mixed-006-or-and.stdout -bonuses-separators-mixed-006-or-and.stdout.raw -bonuses-separators-or-001-run-first-only.stderr -bonuses-separators-or-001-run-first-only.stderr.raw -bonuses-separators-or-001-run-first-only.stdout -bonuses-separators-or-001-run-first-only.stdout.raw -bonuses-separators-or-002-run-second-only.stderr -bonuses-separators-or-002-run-second-only.stderr.raw -bonuses-separators-or-002-run-second-only.stdout -bonuses-separators-or-002-run-second-only.stdout.raw -bonuses-separators-or-003-run-until-succeeding.stderr -bonuses-separators-or-003-run-until-succeeding.stderr.raw -bonuses-separators-or-003-run-until-succeeding.stdout -bonuses-separators-or-003-run-until-succeeding.stdout.raw -bonuses-separators-or-errors-001-parse-error-at-beginning.stderr -bonuses-separators-or-errors-001-parse-error-at-beginning.stderr.raw -bonuses-separators-or-errors-001-parse-error-at-beginning.stdout -bonuses-separators-or-errors-001-parse-error-at-beginning.stdout.raw -bonuses-separators-or-errors-002-parse-error-too-much-symbol.stderr -bonuses-separators-or-errors-002-parse-error-too-much-symbol.stderr.raw -bonuses-separators-or-errors-002-parse-error-too-much-symbol.stdout -bonuses-separators-or-errors-002-parse-error-too-much-symbol.stdout.raw -bonuses-tilde-expansion-001-expanded-with-HOME-1.stderr -bonuses-tilde-expansion-001-expanded-with-HOME-1.stderr.raw -bonuses-tilde-expansion-001-expanded-with-HOME-1.stdout -bonuses-tilde-expansion-001-expanded-with-HOME-1.stdout.raw -bonuses-tilde-expansion-002-expanded-with-HOME-2.stderr -bonuses-tilde-expansion-002-expanded-with-HOME-2.stderr.raw -bonuses-tilde-expansion-002-expanded-with-HOME-2.stdout -bonuses-tilde-expansion-002-expanded-with-HOME-2.stdout.raw -bonuses-tilde-expansion-003-expanded-with-PWD-1.stderr -bonuses-tilde-expansion-003-expanded-with-PWD-1.stderr.raw -bonuses-tilde-expansion-003-expanded-with-PWD-1.stdout -bonuses-tilde-expansion-003-expanded-with-PWD-1.stdout.raw -bonuses-tilde-expansion-004-expanded-with-PWD-2.stderr -bonuses-tilde-expansion-004-expanded-with-PWD-2.stderr.raw -bonuses-tilde-expansion-004-expanded-with-PWD-2.stdout -bonuses-tilde-expansion-004-expanded-with-PWD-2.stdout.raw -bonuses-tilde-expansion-005-expanded-with-OLDPWD-1.stderr -bonuses-tilde-expansion-005-expanded-with-OLDPWD-1.stderr.raw -bonuses-tilde-expansion-005-expanded-with-OLDPWD-1.stdout -bonuses-tilde-expansion-005-expanded-with-OLDPWD-1.stdout.raw -bonuses-tilde-expansion-006-expanded-with-OLDPWD-2.stderr -bonuses-tilde-expansion-006-expanded-with-OLDPWD-2.stderr.raw -bonuses-tilde-expansion-006-expanded-with-OLDPWD-2.stdout -bonuses-tilde-expansion-006-expanded-with-OLDPWD-2.stdout.raw -bonuses-tilde-expansion-not-expanded-001-not-expanded-with-HOME-1.stderr -bonuses-tilde-expansion-not-expanded-001-not-expanded-with-HOME-1.stderr.raw -bonuses-tilde-expansion-not-expanded-001-not-expanded-with-HOME-1.stdout -bonuses-tilde-expansion-not-expanded-001-not-expanded-with-HOME-1.stdout.raw -bonuses-tilde-expansion-not-expanded-002-not-expanded-with-HOME-2.stderr -bonuses-tilde-expansion-not-expanded-002-not-expanded-with-HOME-2.stderr.raw -bonuses-tilde-expansion-not-expanded-002-not-expanded-with-HOME-2.stdout -bonuses-tilde-expansion-not-expanded-002-not-expanded-with-HOME-2.stdout.raw -bonuses-tilde-expansion-not-expanded-003-not-expanded-with-PWD.stderr -bonuses-tilde-expansion-not-expanded-003-not-expanded-with-PWD.stderr.raw -bonuses-tilde-expansion-not-expanded-003-not-expanded-with-PWD.stdout -bonuses-tilde-expansion-not-expanded-003-not-expanded-with-PWD.stdout.raw -bonuses-tilde-expansion-not-expanded-004-not-expanded-with-OLDPWD.stderr -bonuses-tilde-expansion-not-expanded-004-not-expanded-with-OLDPWD.stderr.raw -bonuses-tilde-expansion-not-expanded-004-not-expanded-with-OLDPWD.stdout -bonuses-tilde-expansion-not-expanded-004-not-expanded-with-OLDPWD.stdout.raw -display_env -display_program_name -display_pwd -enoent_symlink -exit_with_status -minishell-binary-001-binary-path-relative.stderr -minishell-binary-001-binary-path-relative.stderr.raw -minishell-binary-001-binary-path-relative.stdout -minishell-binary-001-binary-path-relative.stdout.raw -minishell-binary-002-binary-path-absolute.stderr -minishell-binary-002-binary-path-absolute.stderr.raw -minishell-binary-002-binary-path-absolute.stdout -minishell-binary-002-binary-path-absolute.stdout.raw -minishell-binary-003-binary-test-exec-order.stderr -minishell-binary-003-binary-test-exec-order.stderr.raw -minishell-binary-003-binary-test-exec-order.stdout -minishell-binary-003-binary-test-exec-order.stdout.raw -minishell-binary-004-binary-test-empty-path.stderr -minishell-binary-004-binary-test-empty-path.stderr.raw -minishell-binary-004-binary-test-empty-path.stdout -minishell-binary-004-binary-test-empty-path.stdout.raw -minishell-binary-005-binary-test-wrong-path.stderr -minishell-binary-005-binary-test-wrong-path.stderr.raw -minishell-binary-005-binary-test-wrong-path.stdout -minishell-binary-005-binary-test-wrong-path.stdout.raw -minishell-binary-006-binary-undefined-path.stderr -minishell-binary-006-binary-undefined-path.stderr.raw -minishell-binary-006-binary-undefined-path.stdout -minishell-binary-006-binary-undefined-path.stdout.raw -minishell-binary-007-binary-permission-denied.stderr -minishell-binary-007-binary-permission-denied.stderr.raw -minishell-binary-007-binary-permission-denied.stdout -minishell-binary-007-binary-permission-denied.stdout.raw -minishell-binary-008-binary-too-many-symbolic-links-encountered.stderr -minishell-binary-008-binary-too-many-symbolic-links-encountered.stderr.raw -minishell-binary-008-binary-too-many-symbolic-links-encountered.stdout -minishell-binary-008-binary-too-many-symbolic-links-encountered.stdout.raw -minishell-builtins-cd-001-no-arg.stderr -minishell-builtins-cd-001-no-arg.stderr.raw -minishell-builtins-cd-001-no-arg.stdout -minishell-builtins-cd-001-no-arg.stdout.raw -minishell-builtins-cd-002-current-directory.stderr -minishell-builtins-cd-002-current-directory.stderr.raw -minishell-builtins-cd-002-current-directory.stdout -minishell-builtins-cd-002-current-directory.stdout.raw -minishell-builtins-cd-003-current-directory-2.stderr -minishell-builtins-cd-003-current-directory-2.stderr.raw -minishell-builtins-cd-003-current-directory-2.stdout -minishell-builtins-cd-003-current-directory-2.stdout.raw -minishell-builtins-cd-004-parent-directory.stderr -minishell-builtins-cd-004-parent-directory.stderr.raw -minishell-builtins-cd-004-parent-directory.stdout -minishell-builtins-cd-004-parent-directory.stdout.raw -minishell-builtins-cd-005-root-path.stderr -minishell-builtins-cd-005-root-path.stderr.raw -minishell-builtins-cd-005-root-path.stdout -minishell-builtins-cd-005-root-path.stdout.raw -minishell-builtins-cd-006-root-path-2.stderr -minishell-builtins-cd-006-root-path-2.stderr.raw -minishell-builtins-cd-006-root-path-2.stdout -minishell-builtins-cd-006-root-path-2.stdout.raw -minishell-builtins-cd-007-symbolic-link.stderr -minishell-builtins-cd-007-symbolic-link.stderr.raw -minishell-builtins-cd-007-symbolic-link.stdout -minishell-builtins-cd-007-symbolic-link.stdout.raw -minishell-builtins-cd-008-symbolic-link-2.stderr -minishell-builtins-cd-008-symbolic-link-2.stderr.raw -minishell-builtins-cd-008-symbolic-link-2.stdout -minishell-builtins-cd-008-symbolic-link-2.stdout.raw -minishell-builtins-cd-010-update-OLDPWD.stderr -minishell-builtins-cd-010-update-OLDPWD.stderr.raw -minishell-builtins-cd-010-update-OLDPWD.stdout -minishell-builtins-cd-010-update-OLDPWD.stdout.raw -minishell-builtins-cd-011-dotdot.stderr -minishell-builtins-cd-011-dotdot.stderr.raw -minishell-builtins-cd-011-dotdot.stdout -minishell-builtins-cd-011-dotdot.stdout.raw -minishell-builtins-cd-012-dot.stderr -minishell-builtins-cd-012-dot.stderr.raw -minishell-builtins-cd-012-dot.stdout -minishell-builtins-cd-012-dot.stdout.raw -minishell-builtins-cd-013-absolute-path.stderr -minishell-builtins-cd-013-absolute-path.stderr.raw -minishell-builtins-cd-013-absolute-path.stdout -minishell-builtins-cd-013-absolute-path.stdout.raw -minishell-builtins-cd-errors-001-not-a-directory.stderr -minishell-builtins-cd-errors-001-not-a-directory.stderr.raw -minishell-builtins-cd-errors-001-not-a-directory.stdout -minishell-builtins-cd-errors-001-not-a-directory.stdout.raw -minishell-builtins-cd-errors-002-not-a-directory-2.stderr -minishell-builtins-cd-errors-002-not-a-directory-2.stderr.raw -minishell-builtins-cd-errors-002-not-a-directory-2.stdout -minishell-builtins-cd-errors-002-not-a-directory-2.stdout.raw -minishell-builtins-cd-errors-003-permission-denied.stderr -minishell-builtins-cd-errors-003-permission-denied.stderr.raw -minishell-builtins-cd-errors-003-permission-denied.stdout -minishell-builtins-cd-errors-003-permission-denied.stdout.raw -minishell-builtins-cd-errors-004-permission-denied-2.stderr -minishell-builtins-cd-errors-004-permission-denied-2.stderr.raw -minishell-builtins-cd-errors-004-permission-denied-2.stdout -minishell-builtins-cd-errors-004-permission-denied-2.stdout.raw -minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stderr -minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stderr.raw -minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stdout -minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stdout.raw -minishell-builtins-cd-errors-006-too-many-symbolic-links-encountered-2.stderr -minishell-builtins-cd-errors-006-too-many-symbolic-links-encountered-2.stderr.raw -minishell-builtins-cd-errors-006-too-many-symbolic-links-encountered-2.stdout -minishell-builtins-cd-errors-006-too-many-symbolic-links-encountered-2.stdout.raw -minishell-builtins-cd-errors-007-no-such-file-or-directory.stderr -minishell-builtins-cd-errors-007-no-such-file-or-directory.stderr.raw -minishell-builtins-cd-errors-007-no-such-file-or-directory.stdout -minishell-builtins-cd-errors-007-no-such-file-or-directory.stdout.raw -minishell-builtins-cd-errors-008-no-such-file-or-directory-2.stderr -minishell-builtins-cd-errors-008-no-such-file-or-directory-2.stderr.raw -minishell-builtins-cd-errors-008-no-such-file-or-directory-2.stdout -minishell-builtins-cd-errors-008-no-such-file-or-directory-2.stdout.raw -minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stderr -minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stderr.raw -minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stdout -minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stdout.raw -minishell-builtins-cd-errors-010-no-such-file-or-directory-symlink-2.stderr -minishell-builtins-cd-errors-010-no-such-file-or-directory-symlink-2.stderr.raw -minishell-builtins-cd-errors-010-no-such-file-or-directory-symlink-2.stdout -minishell-builtins-cd-errors-010-no-such-file-or-directory-symlink-2.stdout.raw -minishell-builtins-cd-options-001-not-following-links.stderr -minishell-builtins-cd-options-001-not-following-links.stderr.raw -minishell-builtins-cd-options-001-not-following-links.stdout -minishell-builtins-cd-options-001-not-following-links.stdout.raw -minishell-builtins-cd-options-002-oldpwd.stderr -minishell-builtins-cd-options-002-oldpwd.stderr.raw -minishell-builtins-cd-options-002-oldpwd.stdout -minishell-builtins-cd-options-002-oldpwd.stdout.raw -minishell-builtins-env-001-env-same-value-as-parent.stderr -minishell-builtins-env-001-env-same-value-as-parent.stderr.raw -minishell-builtins-env-001-env-same-value-as-parent.stdout -minishell-builtins-env-001-env-same-value-as-parent.stdout.raw -minishell-builtins-env-002-env-check-usefull-var.stderr -minishell-builtins-env-002-env-check-usefull-var.stderr.raw -minishell-builtins-env-002-env-check-usefull-var.stdout -minishell-builtins-env-002-env-check-usefull-var.stdout.raw -minishell-builtins-env-003-ignore-environment.stderr -minishell-builtins-env-003-ignore-environment.stderr.raw -minishell-builtins-env-003-ignore-environment.stdout -minishell-builtins-env-003-ignore-environment.stdout.raw -minishell-builtins-env-005-set-variables.stderr -minishell-builtins-env-005-set-variables.stderr.raw -minishell-builtins-env-005-set-variables.stdout -minishell-builtins-env-005-set-variables.stdout.raw -minishell-builtins-env-errors-001-command-not-found.stderr -minishell-builtins-env-errors-001-command-not-found.stderr.raw -minishell-builtins-env-errors-001-command-not-found.stdout -minishell-builtins-env-errors-001-command-not-found.stdout.raw -minishell-builtins-env-errors-002-illegal-option.stderr -minishell-builtins-env-errors-002-illegal-option.stderr.raw -minishell-builtins-env-errors-002-illegal-option.stdout -minishell-builtins-env-errors-002-illegal-option.stdout.raw -minishell-builtins-env-multiple-options-001-ignore-environment-and-set-variable.stderr -minishell-builtins-env-multiple-options-001-ignore-environment-and-set-variable.stderr.raw -minishell-builtins-env-multiple-options-001-ignore-environment-and-set-variable.stdout -minishell-builtins-env-multiple-options-001-ignore-environment-and-set-variable.stdout.raw -minishell-builtins-exit-001-without-any-argument.stderr -minishell-builtins-exit-001-without-any-argument.stderr.raw -minishell-builtins-exit-001-without-any-argument.stdout -minishell-builtins-exit-001-without-any-argument.stdout.raw -minishell-builtins-exit-002-status-passed-as-argument.stderr -minishell-builtins-exit-002-status-passed-as-argument.stderr.raw -minishell-builtins-exit-002-status-passed-as-argument.stdout -minishell-builtins-exit-002-status-passed-as-argument.stdout.raw -minishell-builtins-exit-003-status-of-last-command.stderr -minishell-builtins-exit-003-status-of-last-command.stderr.raw -minishell-builtins-exit-003-status-of-last-command.stdout -minishell-builtins-exit-003-status-of-last-command.stdout.raw -minishell-builtins-exit-errors-001-too-many-args.stderr -minishell-builtins-exit-errors-001-too-many-args.stderr.raw -minishell-builtins-exit-errors-001-too-many-args.stdout -minishell-builtins-exit-errors-001-too-many-args.stdout.raw -minishell-builtins-exit-errors-002-non-numeric-argument.stderr -minishell-builtins-exit-errors-002-non-numeric-argument.stderr.raw -minishell-builtins-exit-errors-002-non-numeric-argument.stdout -minishell-builtins-exit-errors-002-non-numeric-argument.stdout.raw -minishell-builtins-mixed-001-setenv-unsetenv.stderr -minishell-builtins-mixed-001-setenv-unsetenv.stderr.raw -minishell-builtins-mixed-001-setenv-unsetenv.stdout -minishell-builtins-mixed-001-setenv-unsetenv.stdout.raw -minishell-builtins-setenv-001-no-argument.stderr -minishell-builtins-setenv-001-no-argument.stderr.raw -minishell-builtins-setenv-001-no-argument.stdout -minishell-builtins-setenv-001-no-argument.stdout.raw -minishell-builtins-setenv-002-add-new-variable.stderr -minishell-builtins-setenv-002-add-new-variable.stderr.raw -minishell-builtins-setenv-002-add-new-variable.stdout -minishell-builtins-setenv-002-add-new-variable.stdout.raw -minishell-builtins-setenv-003-set-existing-variable.stderr -minishell-builtins-setenv-003-set-existing-variable.stderr.raw -minishell-builtins-setenv-003-set-existing-variable.stdout -minishell-builtins-setenv-003-set-existing-variable.stdout.raw -minishell-builtins-setenv-004-invalid-identifier.stderr -minishell-builtins-setenv-004-invalid-identifier.stderr.raw -minishell-builtins-setenv-004-invalid-identifier.stdout -minishell-builtins-setenv-004-invalid-identifier.stdout.raw -minishell-builtins-setenv-005-add-and-set-multiple-variables.stderr -minishell-builtins-setenv-005-add-and-set-multiple-variables.stderr.raw -minishell-builtins-setenv-005-add-and-set-multiple-variables.stdout -minishell-builtins-setenv-005-add-and-set-multiple-variables.stdout.raw -minishell-builtins-unsetenv-001-unsetenv-first-elem.stderr -minishell-builtins-unsetenv-001-unsetenv-first-elem.stderr.raw -minishell-builtins-unsetenv-001-unsetenv-first-elem.stdout -minishell-builtins-unsetenv-001-unsetenv-first-elem.stdout.raw -minishell-builtins-unsetenv-002-unsetenv-mult-envp.stderr -minishell-builtins-unsetenv-002-unsetenv-mult-envp.stderr.raw -minishell-builtins-unsetenv-002-unsetenv-mult-envp.stdout -minishell-builtins-unsetenv-002-unsetenv-mult-envp.stdout.raw -minishell-builtins-unsetenv-003-unsetenv-mult-envp-inline.stderr -minishell-builtins-unsetenv-003-unsetenv-mult-envp-inline.stderr.raw -minishell-builtins-unsetenv-003-unsetenv-mult-envp-inline.stdout -minishell-builtins-unsetenv-003-unsetenv-mult-envp-inline.stdout.raw -minishell-misc-001-copy-of-environment.stderr -minishell-misc-001-copy-of-environment.stderr.raw -minishell-misc-001-copy-of-environment.stdout -minishell-misc-001-copy-of-environment.stdout.raw -my_sub_directory -new_empty_file -new_file -new_file_stderr -new_file_stderr_and_stdout -new_file_stdout -not_a_directory -playing_with_dotdot -read_on_stdin -simple_text_file -size -sleep_and_exit_with_status -sleep_and_write_on_stderr -stdin -stored_env -sub_directory -sub_directory_link -symbolic_link -symbolic_link1 -symbolic_link2 -symbolic_link3 -temporary_directory -test_globbing -truncated_file -virtual_path -virtual_path_1 -virtual_path_2 -write_all_arguments_on_stdout -write_on_stderr -write_on_stdout -write_on_stdout_and_stderr diff --git a/42sh/42ShellTester/tmp/minishell-binary-006-binary-undefined-path.stdout.raw b/42sh/42ShellTester/tmp/minishell-binary-006-binary-undefined-path.stdout.raw deleted file mode 100644 index c8ea8fdf..00000000 --- a/42sh/42ShellTester/tmp/minishell-binary-006-binary-undefined-path.stdout.raw +++ /dev/null @@ -1,1176 +0,0 @@ -$TOKEN201703291601_NAME -- -21sh-misc-001-no-prompt-in-non-interactive-mode.stderr -21sh-misc-001-no-prompt-in-non-interactive-mode.stderr.raw -21sh-misc-001-no-prompt-in-non-interactive-mode.stdout -21sh-misc-001-no-prompt-in-non-interactive-mode.stdout.raw -21sh-misc-002-simple-command-line.stderr -21sh-misc-002-simple-command-line.stderr.raw -21sh-misc-002-simple-command-line.stdout -21sh-misc-002-simple-command-line.stdout.raw -21sh-pipe-001-single-pipe.stderr -21sh-pipe-001-single-pipe.stderr.raw -21sh-pipe-001-single-pipe.stdout -21sh-pipe-001-single-pipe.stdout.raw -21sh-pipe-002-chained-pipes.stderr -21sh-pipe-002-chained-pipes.stderr.raw -21sh-pipe-002-chained-pipes.stdout -21sh-pipe-002-chained-pipes.stdout.raw -21sh-pipe-003-many-chained-pipes.stderr -21sh-pipe-003-many-chained-pipes.stderr.raw -21sh-pipe-003-many-chained-pipes.stdout -21sh-pipe-003-many-chained-pipes.stdout.raw -21sh-pipe-004-without-surrounding-whitespaces.stderr -21sh-pipe-004-without-surrounding-whitespaces.stderr.raw -21sh-pipe-004-without-surrounding-whitespaces.stdout -21sh-pipe-004-without-surrounding-whitespaces.stdout.raw -21sh-pipe-005-asynchronous.stderr -21sh-pipe-005-asynchronous.stderr.raw -21sh-pipe-005-asynchronous.stdout -21sh-pipe-005-asynchronous.stdout.raw -21sh-pipe-006-exit-status.stderr -21sh-pipe-006-exit-status.stderr.raw -21sh-pipe-006-exit-status.stdout -21sh-pipe-006-exit-status.stdout.raw -21sh-redirections-inputs-001-close-stdin.stderr -21sh-redirections-inputs-001-close-stdin.stderr.raw -21sh-redirections-inputs-001-close-stdin.stdout -21sh-redirections-inputs-001-close-stdin.stdout.raw -21sh-redirections-inputs-002-filename.stderr -21sh-redirections-inputs-002-filename.stderr.raw -21sh-redirections-inputs-002-filename.stdout -21sh-redirections-inputs-002-filename.stdout.raw -21sh-redirections-inputs-003-filename-with-whitespaces.stderr -21sh-redirections-inputs-003-filename-with-whitespaces.stderr.raw -21sh-redirections-inputs-003-filename-with-whitespaces.stdout -21sh-redirections-inputs-003-filename-with-whitespaces.stdout.raw -21sh-redirections-inputs-004-absolute-path.stderr -21sh-redirections-inputs-004-absolute-path.stderr.raw -21sh-redirections-inputs-004-absolute-path.stdout -21sh-redirections-inputs-004-absolute-path.stdout.raw -21sh-redirections-inputs-005-no-such-file.stderr -21sh-redirections-inputs-005-no-such-file.stderr.raw -21sh-redirections-inputs-005-no-such-file.stdout -21sh-redirections-inputs-005-no-such-file.stdout.raw -21sh-redirections-outputs-appending-001-append-default-to-file.stderr -21sh-redirections-outputs-appending-001-append-default-to-file.stderr.raw -21sh-redirections-outputs-appending-001-append-default-to-file.stdout -21sh-redirections-outputs-appending-001-append-default-to-file.stdout.raw -21sh-redirections-outputs-appending-002-append-stdout-to-file.stderr -21sh-redirections-outputs-appending-002-append-stdout-to-file.stderr.raw -21sh-redirections-outputs-appending-002-append-stdout-to-file.stdout -21sh-redirections-outputs-appending-002-append-stdout-to-file.stdout.raw -21sh-redirections-outputs-appending-003-append-stderr-to-file.stderr -21sh-redirections-outputs-appending-003-append-stderr-to-file.stderr.raw -21sh-redirections-outputs-appending-003-append-stderr-to-file.stdout -21sh-redirections-outputs-appending-003-append-stderr-to-file.stdout.raw -21sh-redirections-outputs-appending-multiple-001-append-twice-separately.stderr -21sh-redirections-outputs-appending-multiple-001-append-twice-separately.stderr.raw -21sh-redirections-outputs-appending-multiple-001-append-twice-separately.stdout -21sh-redirections-outputs-appending-multiple-001-append-twice-separately.stdout.raw -21sh-redirections-outputs-closing-001-close-default-output.stderr -21sh-redirections-outputs-closing-001-close-default-output.stderr.raw -21sh-redirections-outputs-closing-001-close-default-output.stdout -21sh-redirections-outputs-closing-001-close-default-output.stdout.raw -21sh-redirections-outputs-closing-002-close-stdout.stderr -21sh-redirections-outputs-closing-002-close-stdout.stderr.raw -21sh-redirections-outputs-closing-002-close-stdout.stdout -21sh-redirections-outputs-closing-002-close-stdout.stdout.raw -21sh-redirections-outputs-closing-003-close-stderr.stderr -21sh-redirections-outputs-closing-003-close-stderr.stderr.raw -21sh-redirections-outputs-closing-003-close-stderr.stdout -21sh-redirections-outputs-closing-003-close-stderr.stdout.raw -21sh-redirections-outputs-closing-004-close-twice-outputs.stderr -21sh-redirections-outputs-closing-004-close-twice-outputs.stderr.raw -21sh-redirections-outputs-closing-004-close-twice-outputs.stdout -21sh-redirections-outputs-closing-004-close-twice-outputs.stdout.raw -21sh-redirections-outputs-touching-001-works.stderr -21sh-redirections-outputs-touching-001-works.stderr.raw -21sh-redirections-outputs-touching-001-works.stdout -21sh-redirections-outputs-touching-001-works.stdout.raw -21sh-redirections-outputs-truncating-001-creates-file-if-not-exits.stderr -21sh-redirections-outputs-truncating-001-creates-file-if-not-exits.stderr.raw -21sh-redirections-outputs-truncating-001-creates-file-if-not-exits.stdout -21sh-redirections-outputs-truncating-001-creates-file-if-not-exits.stdout.raw -21sh-redirections-outputs-truncating-002-truncates-file-if-exists.stderr -21sh-redirections-outputs-truncating-002-truncates-file-if-exists.stderr.raw -21sh-redirections-outputs-truncating-002-truncates-file-if-exists.stdout -21sh-redirections-outputs-truncating-002-truncates-file-if-exists.stdout.raw -21sh-redirections-outputs-truncating-003-whitespace-before-filename.stderr -21sh-redirections-outputs-truncating-003-whitespace-before-filename.stderr.raw -21sh-redirections-outputs-truncating-003-whitespace-before-filename.stdout -21sh-redirections-outputs-truncating-003-whitespace-before-filename.stdout.raw -21sh-redirections-outputs-truncating-multiple-001-separately.stderr -21sh-redirections-outputs-truncating-multiple-001-separately.stderr.raw -21sh-redirections-outputs-truncating-multiple-001-separately.stdout -21sh-redirections-outputs-truncating-multiple-001-separately.stdout.raw -21sh-redirections-outputs-truncating-multiple-002-together-stdout-first.stderr -21sh-redirections-outputs-truncating-multiple-002-together-stdout-first.stderr.raw -21sh-redirections-outputs-truncating-multiple-002-together-stdout-first.stdout -21sh-redirections-outputs-truncating-multiple-002-together-stdout-first.stdout.raw -21sh-redirections-outputs-truncating-multiple-003-together-stderr-first.stderr -21sh-redirections-outputs-truncating-multiple-003-together-stderr-first.stderr.raw -21sh-redirections-outputs-truncating-multiple-003-together-stderr-first.stdout -21sh-redirections-outputs-truncating-multiple-003-together-stderr-first.stdout.raw -21sh-redirections-outputs-truncating-multiple-004-together.stderr -21sh-redirections-outputs-truncating-multiple-004-together.stderr.raw -21sh-redirections-outputs-truncating-multiple-004-together.stdout -21sh-redirections-outputs-truncating-multiple-004-together.stdout.raw -21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stderr -21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stderr.raw -21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stdout -21sh-redirections-outputs-truncating-multiple-005-together-with-whitespaces.stdout.raw -21sh-redirections-outputs-truncating-stderr-001-works.stderr -21sh-redirections-outputs-truncating-stderr-001-works.stderr.raw -21sh-redirections-outputs-truncating-stderr-001-works.stdout -21sh-redirections-outputs-truncating-stderr-001-works.stdout.raw -21sh-redirections-outputs-truncating-stdout-001-with-explicit-fd.stderr -21sh-redirections-outputs-truncating-stdout-001-with-explicit-fd.stderr.raw -21sh-redirections-outputs-truncating-stdout-001-with-explicit-fd.stdout -21sh-redirections-outputs-truncating-stdout-001-with-explicit-fd.stdout.raw -21sh-separators-semicolon-001-two-commands-sequentially.stderr -21sh-separators-semicolon-001-two-commands-sequentially.stderr.raw -21sh-separators-semicolon-001-two-commands-sequentially.stdout -21sh-separators-semicolon-001-two-commands-sequentially.stdout.raw -21sh-separators-semicolon-002-n-commands-sequentially.stderr -21sh-separators-semicolon-002-n-commands-sequentially.stderr.raw -21sh-separators-semicolon-002-n-commands-sequentially.stdout -21sh-separators-semicolon-002-n-commands-sequentially.stdout.raw -21sh-separators-semicolon-003-parse-error-empty-inline-command.stderr -21sh-separators-semicolon-003-parse-error-empty-inline-command.stderr.raw -21sh-separators-semicolon-003-parse-error-empty-inline-command.stdout -21sh-separators-semicolon-003-parse-error-empty-inline-command.stdout.raw -21sh-separators-semicolon-004-parse-error-empty-command.stderr -21sh-separators-semicolon-004-parse-error-empty-command.stderr.raw -21sh-separators-semicolon-004-parse-error-empty-command.stdout -21sh-separators-semicolon-004-parse-error-empty-command.stdout.raw -42sh-builtins-export-001-display-env.stderr -42sh-builtins-export-001-display-env.stderr.raw -42sh-builtins-export-001-display-env.stdout -42sh-builtins-export-001-display-env.stdout.raw -42sh-builtins-export-002-export-basic-key-value-1.stderr -42sh-builtins-export-002-export-basic-key-value-1.stderr.raw -42sh-builtins-export-002-export-basic-key-value-1.stdout -42sh-builtins-export-002-export-basic-key-value-1.stdout.raw -42sh-builtins-export-003-export-basic-key-value-2.stderr -42sh-builtins-export-003-export-basic-key-value-2.stderr.raw -42sh-builtins-export-003-export-basic-key-value-2.stdout -42sh-builtins-export-003-export-basic-key-value-2.stdout.raw -42sh-builtins-export-004-export-empty-variable-1.stderr -42sh-builtins-export-004-export-empty-variable-1.stderr.raw -42sh-builtins-export-004-export-empty-variable-1.stdout -42sh-builtins-export-004-export-empty-variable-1.stdout.raw -42sh-builtins-export-005-export-empty-variable-2.stderr -42sh-builtins-export-005-export-empty-variable-2.stderr.raw -42sh-builtins-export-005-export-empty-variable-2.stdout -42sh-builtins-export-005-export-empty-variable-2.stdout.raw -42sh-builtins-export-006-export-update-env-variable.stderr -42sh-builtins-export-006-export-update-env-variable.stderr.raw -42sh-builtins-export-006-export-update-env-variable.stdout -42sh-builtins-export-006-export-update-env-variable.stdout.raw -42sh-builtins-export-007-existing-environment-variable.stderr -42sh-builtins-export-007-existing-environment-variable.stderr.raw -42sh-builtins-export-007-existing-environment-variable.stdout -42sh-builtins-export-007-existing-environment-variable.stdout.raw -42sh-builtins-export-008-local-to-environment.stderr -42sh-builtins-export-008-local-to-environment.stderr.raw -42sh-builtins-export-008-local-to-environment.stdout -42sh-builtins-export-008-local-to-environment.stdout.raw -42sh-builtins-export-009-export-with-equal-but-no-value-part1.stderr -42sh-builtins-export-009-export-with-equal-but-no-value-part1.stderr.raw -42sh-builtins-export-009-export-with-equal-but-no-value-part1.stdout -42sh-builtins-export-009-export-with-equal-but-no-value-part1.stdout.raw -42sh-builtins-export-010-export-with-equal-but-no-value-part2.stderr -42sh-builtins-export-010-export-with-equal-but-no-value-part2.stderr.raw -42sh-builtins-export-010-export-with-equal-but-no-value-part2.stdout -42sh-builtins-export-010-export-with-equal-but-no-value-part2.stdout.raw -42sh-builtins-export-errors-001-invalid-identifier-1.stderr -42sh-builtins-export-errors-001-invalid-identifier-1.stderr.raw -42sh-builtins-export-errors-001-invalid-identifier-1.stdout -42sh-builtins-export-errors-001-invalid-identifier-1.stdout.raw -42sh-builtins-export-errors-002-invalid-identifier-2.stderr -42sh-builtins-export-errors-002-invalid-identifier-2.stderr.raw -42sh-builtins-export-errors-002-invalid-identifier-2.stdout -42sh-builtins-export-errors-002-invalid-identifier-2.stdout.raw -42sh-builtins-export-errors-003-illegal-option.stderr -42sh-builtins-export-errors-003-illegal-option.stderr.raw -42sh-builtins-export-errors-003-illegal-option.stdout -42sh-builtins-export-errors-003-illegal-option.stdout.raw -42sh-builtins-export-mixed-001-export-and-tmp-env-part1.stderr -42sh-builtins-export-mixed-001-export-and-tmp-env-part1.stderr.raw -42sh-builtins-export-mixed-001-export-and-tmp-env-part1.stdout -42sh-builtins-export-mixed-001-export-and-tmp-env-part1.stdout.raw -42sh-builtins-export-mixed-002-export-and-tmp-env-part2.stderr -42sh-builtins-export-mixed-002-export-and-tmp-env-part2.stderr.raw -42sh-builtins-export-mixed-002-export-and-tmp-env-part2.stdout -42sh-builtins-export-mixed-002-export-and-tmp-env-part2.stdout.raw -42sh-builtins-export-options-001-export-with-only-p-parameter.stderr -42sh-builtins-export-options-001-export-with-only-p-parameter.stderr.raw -42sh-builtins-export-options-001-export-with-only-p-parameter.stdout -42sh-builtins-export-options-001-export-with-only-p-parameter.stdout.raw -42sh-builtins-export-options-002-export-p-param-and-token-should-add-local-var-only-part1.stderr -42sh-builtins-export-options-002-export-p-param-and-token-should-add-local-var-only-part1.stderr.raw -42sh-builtins-export-options-002-export-p-param-and-token-should-add-local-var-only-part1.stdout -42sh-builtins-export-options-002-export-p-param-and-token-should-add-local-var-only-part1.stdout.raw -42sh-builtins-export-options-003-export-p-param-and-token-should-add-local-var-only-part2.stderr -42sh-builtins-export-options-003-export-p-param-and-token-should-add-local-var-only-part2.stderr.raw -42sh-builtins-export-options-003-export-p-param-and-token-should-add-local-var-only-part2.stdout -42sh-builtins-export-options-003-export-p-param-and-token-should-add-local-var-only-part2.stdout.raw -42sh-builtins-export-options-004-export-n-param.stderr -42sh-builtins-export-options-004-export-n-param.stderr.raw -42sh-builtins-export-options-004-export-n-param.stdout -42sh-builtins-export-options-004-export-n-param.stdout.raw -42sh-escaping-001-escape-single-character-1.stderr -42sh-escaping-001-escape-single-character-1.stderr.raw -42sh-escaping-001-escape-single-character-1.stdout -42sh-escaping-001-escape-single-character-1.stdout.raw -42sh-escaping-002-escape-single-character-2.stderr -42sh-escaping-002-escape-single-character-2.stderr.raw -42sh-escaping-002-escape-single-character-2.stdout -42sh-escaping-002-escape-single-character-2.stdout.raw -42sh-escaping-003-escape-single-character-3.stderr -42sh-escaping-003-escape-single-character-3.stderr.raw -42sh-escaping-003-escape-single-character-3.stdout -42sh-escaping-003-escape-single-character-3.stdout.raw -42sh-escaping-004-escape-single-character-4.stderr -42sh-escaping-004-escape-single-character-4.stderr.raw -42sh-escaping-004-escape-single-character-4.stdout -42sh-escaping-004-escape-single-character-4.stdout.raw -42sh-escaping-005-escape-single-character-5.stderr -42sh-escaping-005-escape-single-character-5.stderr.raw -42sh-escaping-005-escape-single-character-5.stdout -42sh-escaping-005-escape-single-character-5.stdout.raw -42sh-escaping-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr -42sh-escaping-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr.raw -42sh-escaping-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout -42sh-escaping-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw -42sh-escaping-mixed-globbing-brace-expansion-002-it-expands-braces-1.stderr -42sh-escaping-mixed-globbing-brace-expansion-002-it-expands-braces-1.stderr.raw -42sh-escaping-mixed-globbing-brace-expansion-002-it-expands-braces-1.stdout -42sh-escaping-mixed-globbing-brace-expansion-002-it-expands-braces-1.stdout.raw -42sh-escaping-mixed-globbing-brace-expansion-003-it-expands-braces-2.stderr -42sh-escaping-mixed-globbing-brace-expansion-003-it-expands-braces-2.stderr.raw -42sh-escaping-mixed-globbing-brace-expansion-003-it-expands-braces-2.stdout -42sh-escaping-mixed-globbing-brace-expansion-003-it-expands-braces-2.stdout.raw -42sh-escaping-mixed-globbing-bracket-expansion-001-it-does-not-expand-brackets.stderr -42sh-escaping-mixed-globbing-bracket-expansion-001-it-does-not-expand-brackets.stderr.raw -42sh-escaping-mixed-globbing-bracket-expansion-001-it-does-not-expand-brackets.stdout -42sh-escaping-mixed-globbing-bracket-expansion-001-it-does-not-expand-brackets.stdout.raw -42sh-escaping-mixed-globbing-bracket-expansion-002-escaped-inversion-mark.stderr -42sh-escaping-mixed-globbing-bracket-expansion-002-escaped-inversion-mark.stderr.raw -42sh-escaping-mixed-globbing-bracket-expansion-002-escaped-inversion-mark.stdout -42sh-escaping-mixed-globbing-bracket-expansion-002-escaped-inversion-mark.stdout.raw -42sh-escaping-mixed-globbing-bracket-expansion-003-it-takes-escaped-bracket-as-pattern-character.stderr -42sh-escaping-mixed-globbing-bracket-expansion-003-it-takes-escaped-bracket-as-pattern-character.stderr.raw -42sh-escaping-mixed-globbing-bracket-expansion-003-it-takes-escaped-bracket-as-pattern-character.stdout -42sh-escaping-mixed-globbing-bracket-expansion-003-it-takes-escaped-bracket-as-pattern-character.stdout.raw -42sh-escaping-mixed-variable-expansion-001-escape-variable-1.stderr -42sh-escaping-mixed-variable-expansion-001-escape-variable-1.stderr.raw -42sh-escaping-mixed-variable-expansion-001-escape-variable-1.stdout -42sh-escaping-mixed-variable-expansion-001-escape-variable-1.stdout.raw -42sh-escaping-mixed-variable-expansion-002-it-does-not-escape-variable.stderr -42sh-escaping-mixed-variable-expansion-002-it-does-not-escape-variable.stderr.raw -42sh-escaping-mixed-variable-expansion-002-it-does-not-escape-variable.stdout -42sh-escaping-mixed-variable-expansion-002-it-does-not-escape-variable.stdout.raw -42sh-escaping-mixed-variable-expansion-003-escape-variable-2.stderr -42sh-escaping-mixed-variable-expansion-003-escape-variable-2.stderr.raw -42sh-escaping-mixed-variable-expansion-003-escape-variable-2.stdout -42sh-escaping-mixed-variable-expansion-003-escape-variable-2.stdout.raw -42sh-globbing-brace-expansion-ascii-range-001-simple-ascending-1.stderr -42sh-globbing-brace-expansion-ascii-range-001-simple-ascending-1.stderr.raw -42sh-globbing-brace-expansion-ascii-range-001-simple-ascending-1.stdout -42sh-globbing-brace-expansion-ascii-range-001-simple-ascending-1.stdout.raw -42sh-globbing-brace-expansion-ascii-range-002-simple-ascending-2.stderr -42sh-globbing-brace-expansion-ascii-range-002-simple-ascending-2.stderr.raw -42sh-globbing-brace-expansion-ascii-range-002-simple-ascending-2.stdout -42sh-globbing-brace-expansion-ascii-range-002-simple-ascending-2.stdout.raw -42sh-globbing-brace-expansion-ascii-range-003-simple-ascending-3.stderr -42sh-globbing-brace-expansion-ascii-range-003-simple-ascending-3.stderr.raw -42sh-globbing-brace-expansion-ascii-range-003-simple-ascending-3.stdout -42sh-globbing-brace-expansion-ascii-range-003-simple-ascending-3.stdout.raw -42sh-globbing-brace-expansion-ascii-range-004-simple-descending-1.stderr -42sh-globbing-brace-expansion-ascii-range-004-simple-descending-1.stderr.raw -42sh-globbing-brace-expansion-ascii-range-004-simple-descending-1.stdout -42sh-globbing-brace-expansion-ascii-range-004-simple-descending-1.stdout.raw -42sh-globbing-brace-expansion-ascii-range-005-simple-descending-2.stderr -42sh-globbing-brace-expansion-ascii-range-005-simple-descending-2.stderr.raw -42sh-globbing-brace-expansion-ascii-range-005-simple-descending-2.stdout -42sh-globbing-brace-expansion-ascii-range-005-simple-descending-2.stdout.raw -42sh-globbing-brace-expansion-ascii-range-006-simple-descending-3.stderr -42sh-globbing-brace-expansion-ascii-range-006-simple-descending-3.stderr.raw -42sh-globbing-brace-expansion-ascii-range-006-simple-descending-3.stdout -42sh-globbing-brace-expansion-ascii-range-006-simple-descending-3.stdout.raw -42sh-globbing-brace-expansion-ascii-range-007-identical-start-and-end.stderr -42sh-globbing-brace-expansion-ascii-range-007-identical-start-and-end.stderr.raw -42sh-globbing-brace-expansion-ascii-range-007-identical-start-and-end.stdout -42sh-globbing-brace-expansion-ascii-range-007-identical-start-and-end.stdout.raw -42sh-globbing-brace-expansion-ascii-range-008-multiple-1.stderr -42sh-globbing-brace-expansion-ascii-range-008-multiple-1.stderr.raw -42sh-globbing-brace-expansion-ascii-range-008-multiple-1.stdout -42sh-globbing-brace-expansion-ascii-range-008-multiple-1.stdout.raw -42sh-globbing-brace-expansion-ascii-range-009-multiple-2.stderr -42sh-globbing-brace-expansion-ascii-range-009-multiple-2.stderr.raw -42sh-globbing-brace-expansion-ascii-range-009-multiple-2.stdout -42sh-globbing-brace-expansion-ascii-range-009-multiple-2.stdout.raw -42sh-globbing-brace-expansion-ascii-range-010-big-range.stderr -42sh-globbing-brace-expansion-ascii-range-010-big-range.stderr.raw -42sh-globbing-brace-expansion-ascii-range-010-big-range.stdout -42sh-globbing-brace-expansion-ascii-range-010-big-range.stdout.raw -42sh-globbing-brace-expansion-errors-001-invalid-pattern-1.stderr -42sh-globbing-brace-expansion-errors-001-invalid-pattern-1.stderr.raw -42sh-globbing-brace-expansion-errors-001-invalid-pattern-1.stdout -42sh-globbing-brace-expansion-errors-001-invalid-pattern-1.stdout.raw -42sh-globbing-brace-expansion-errors-002-invalid-pattern-2.stderr -42sh-globbing-brace-expansion-errors-002-invalid-pattern-2.stderr.raw -42sh-globbing-brace-expansion-errors-002-invalid-pattern-2.stdout -42sh-globbing-brace-expansion-errors-002-invalid-pattern-2.stdout.raw -42sh-globbing-brace-expansion-errors-003-invalid-pattern-3.stderr -42sh-globbing-brace-expansion-errors-003-invalid-pattern-3.stderr.raw -42sh-globbing-brace-expansion-errors-003-invalid-pattern-3.stdout -42sh-globbing-brace-expansion-errors-003-invalid-pattern-3.stdout.raw -42sh-globbing-brace-expansion-errors-004-invalid-pattern-4.stderr -42sh-globbing-brace-expansion-errors-004-invalid-pattern-4.stderr.raw -42sh-globbing-brace-expansion-errors-004-invalid-pattern-4.stdout -42sh-globbing-brace-expansion-errors-004-invalid-pattern-4.stdout.raw -42sh-globbing-brace-expansion-list-of-values-001-nothing-to-be-done.stderr -42sh-globbing-brace-expansion-list-of-values-001-nothing-to-be-done.stderr.raw -42sh-globbing-brace-expansion-list-of-values-001-nothing-to-be-done.stdout -42sh-globbing-brace-expansion-list-of-values-001-nothing-to-be-done.stdout.raw -42sh-globbing-brace-expansion-list-of-values-002-simple-test-1.stderr -42sh-globbing-brace-expansion-list-of-values-002-simple-test-1.stderr.raw -42sh-globbing-brace-expansion-list-of-values-002-simple-test-1.stdout -42sh-globbing-brace-expansion-list-of-values-002-simple-test-1.stdout.raw -42sh-globbing-brace-expansion-list-of-values-003-simple-test-2.stderr -42sh-globbing-brace-expansion-list-of-values-003-simple-test-2.stderr.raw -42sh-globbing-brace-expansion-list-of-values-003-simple-test-2.stdout -42sh-globbing-brace-expansion-list-of-values-003-simple-test-2.stdout.raw -42sh-globbing-brace-expansion-numeric-range-001-simple-ascending-1.stderr -42sh-globbing-brace-expansion-numeric-range-001-simple-ascending-1.stderr.raw -42sh-globbing-brace-expansion-numeric-range-001-simple-ascending-1.stdout -42sh-globbing-brace-expansion-numeric-range-001-simple-ascending-1.stdout.raw -42sh-globbing-brace-expansion-numeric-range-002-simple-ascending-2.stderr -42sh-globbing-brace-expansion-numeric-range-002-simple-ascending-2.stderr.raw -42sh-globbing-brace-expansion-numeric-range-002-simple-ascending-2.stdout -42sh-globbing-brace-expansion-numeric-range-002-simple-ascending-2.stdout.raw -42sh-globbing-brace-expansion-numeric-range-003-simple-ascending-3.stderr -42sh-globbing-brace-expansion-numeric-range-003-simple-ascending-3.stderr.raw -42sh-globbing-brace-expansion-numeric-range-003-simple-ascending-3.stdout -42sh-globbing-brace-expansion-numeric-range-003-simple-ascending-3.stdout.raw -42sh-globbing-brace-expansion-numeric-range-004-simple-ascending-4.stderr -42sh-globbing-brace-expansion-numeric-range-004-simple-ascending-4.stderr.raw -42sh-globbing-brace-expansion-numeric-range-004-simple-ascending-4.stdout -42sh-globbing-brace-expansion-numeric-range-004-simple-ascending-4.stdout.raw -42sh-globbing-brace-expansion-numeric-range-005-simple-ascending-5.stderr -42sh-globbing-brace-expansion-numeric-range-005-simple-ascending-5.stderr.raw -42sh-globbing-brace-expansion-numeric-range-005-simple-ascending-5.stdout -42sh-globbing-brace-expansion-numeric-range-005-simple-ascending-5.stdout.raw -42sh-globbing-brace-expansion-numeric-range-006-simple-descending-1.stderr -42sh-globbing-brace-expansion-numeric-range-006-simple-descending-1.stderr.raw -42sh-globbing-brace-expansion-numeric-range-006-simple-descending-1.stdout -42sh-globbing-brace-expansion-numeric-range-006-simple-descending-1.stdout.raw -42sh-globbing-brace-expansion-numeric-range-007-simple-descending-2.stderr -42sh-globbing-brace-expansion-numeric-range-007-simple-descending-2.stderr.raw -42sh-globbing-brace-expansion-numeric-range-007-simple-descending-2.stdout -42sh-globbing-brace-expansion-numeric-range-007-simple-descending-2.stdout.raw -42sh-globbing-brace-expansion-numeric-range-008-simple-descending-3.stderr -42sh-globbing-brace-expansion-numeric-range-008-simple-descending-3.stderr.raw -42sh-globbing-brace-expansion-numeric-range-008-simple-descending-3.stdout -42sh-globbing-brace-expansion-numeric-range-008-simple-descending-3.stdout.raw -42sh-globbing-brace-expansion-numeric-range-009-simple-descending-4.stderr -42sh-globbing-brace-expansion-numeric-range-009-simple-descending-4.stderr.raw -42sh-globbing-brace-expansion-numeric-range-009-simple-descending-4.stdout -42sh-globbing-brace-expansion-numeric-range-009-simple-descending-4.stdout.raw -42sh-globbing-brace-expansion-numeric-range-010-simple-descending-5.stderr -42sh-globbing-brace-expansion-numeric-range-010-simple-descending-5.stderr.raw -42sh-globbing-brace-expansion-numeric-range-010-simple-descending-5.stdout -42sh-globbing-brace-expansion-numeric-range-010-simple-descending-5.stdout.raw -42sh-globbing-brace-expansion-numeric-range-011-identical-positive-start-and-end.stderr -42sh-globbing-brace-expansion-numeric-range-011-identical-positive-start-and-end.stderr.raw -42sh-globbing-brace-expansion-numeric-range-011-identical-positive-start-and-end.stdout -42sh-globbing-brace-expansion-numeric-range-011-identical-positive-start-and-end.stdout.raw -42sh-globbing-brace-expansion-numeric-range-012-identical-negative-start-and-end.stderr -42sh-globbing-brace-expansion-numeric-range-012-identical-negative-start-and-end.stderr.raw -42sh-globbing-brace-expansion-numeric-range-012-identical-negative-start-and-end.stdout -42sh-globbing-brace-expansion-numeric-range-012-identical-negative-start-and-end.stdout.raw -42sh-globbing-brace-expansion-numeric-range-013-multiple-1.stderr -42sh-globbing-brace-expansion-numeric-range-013-multiple-1.stderr.raw -42sh-globbing-brace-expansion-numeric-range-013-multiple-1.stdout -42sh-globbing-brace-expansion-numeric-range-013-multiple-1.stdout.raw -42sh-globbing-brace-expansion-numeric-range-014-multiple-2.stderr -42sh-globbing-brace-expansion-numeric-range-014-multiple-2.stderr.raw -42sh-globbing-brace-expansion-numeric-range-014-multiple-2.stdout -42sh-globbing-brace-expansion-numeric-range-014-multiple-2.stdout.raw -42sh-globbing-brace-expansion-numeric-range-015-big-range.stderr -42sh-globbing-brace-expansion-numeric-range-015-big-range.stderr.raw -42sh-globbing-brace-expansion-numeric-range-015-big-range.stdout -42sh-globbing-brace-expansion-numeric-range-015-big-range.stdout.raw -42sh-globbing-bracket-expansion-multi-001-range-and-char.stderr -42sh-globbing-bracket-expansion-multi-001-range-and-char.stderr.raw -42sh-globbing-bracket-expansion-multi-001-range-and-char.stdout -42sh-globbing-bracket-expansion-multi-001-range-and-char.stdout.raw -42sh-globbing-bracket-expansion-multi-002-reverse-range-and-chars.stderr -42sh-globbing-bracket-expansion-multi-002-reverse-range-and-chars.stderr.raw -42sh-globbing-bracket-expansion-multi-002-reverse-range-and-chars.stdout -42sh-globbing-bracket-expansion-multi-002-reverse-range-and-chars.stdout.raw -42sh-globbing-bracket-expansion-multi-003-reverse-multi-hard.stderr -42sh-globbing-bracket-expansion-multi-003-reverse-multi-hard.stderr.raw -42sh-globbing-bracket-expansion-multi-003-reverse-multi-hard.stdout -42sh-globbing-bracket-expansion-multi-003-reverse-multi-hard.stdout.raw -42sh-globbing-bracket-expansion-multi-004-simple-bracket+char+range.stderr -42sh-globbing-bracket-expansion-multi-004-simple-bracket+char+range.stderr.raw -42sh-globbing-bracket-expansion-multi-004-simple-bracket+char+range.stdout -42sh-globbing-bracket-expansion-multi-004-simple-bracket+char+range.stdout.raw -42sh-globbing-bracket-expansion-not-001-simple-opposit-match.stderr -42sh-globbing-bracket-expansion-not-001-simple-opposit-match.stderr.raw -42sh-globbing-bracket-expansion-not-001-simple-opposit-match.stdout -42sh-globbing-bracket-expansion-not-001-simple-opposit-match.stdout.raw -42sh-globbing-bracket-expansion-not-002-simple-opposite-range.stderr -42sh-globbing-bracket-expansion-not-002-simple-opposite-range.stderr.raw -42sh-globbing-bracket-expansion-not-002-simple-opposite-range.stdout -42sh-globbing-bracket-expansion-not-002-simple-opposite-range.stdout.raw -42sh-globbing-bracket-expansion-range-pattern-001-alpha-range.stderr -42sh-globbing-bracket-expansion-range-pattern-001-alpha-range.stderr.raw -42sh-globbing-bracket-expansion-range-pattern-001-alpha-range.stdout -42sh-globbing-bracket-expansion-range-pattern-001-alpha-range.stdout.raw -42sh-globbing-bracket-expansion-range-pattern-002-numeric-range.stderr -42sh-globbing-bracket-expansion-range-pattern-002-numeric-range.stderr.raw -42sh-globbing-bracket-expansion-range-pattern-002-numeric-range.stdout -42sh-globbing-bracket-expansion-range-pattern-002-numeric-range.stdout.raw -42sh-globbing-bracket-expansion-range-pattern-003-ascii-range-1.stderr -42sh-globbing-bracket-expansion-range-pattern-003-ascii-range-1.stderr.raw -42sh-globbing-bracket-expansion-range-pattern-003-ascii-range-1.stdout -42sh-globbing-bracket-expansion-range-pattern-003-ascii-range-1.stdout.raw -42sh-globbing-bracket-expansion-range-pattern-004-ascii-range-2.stderr -42sh-globbing-bracket-expansion-range-pattern-004-ascii-range-2.stderr.raw -42sh-globbing-bracket-expansion-range-pattern-004-ascii-range-2.stdout -42sh-globbing-bracket-expansion-range-pattern-004-ascii-range-2.stdout.raw -42sh-globbing-bracket-expansion-simple-pattern-001-simple-list.stderr -42sh-globbing-bracket-expansion-simple-pattern-001-simple-list.stderr.raw -42sh-globbing-bracket-expansion-simple-pattern-001-simple-list.stdout -42sh-globbing-bracket-expansion-simple-pattern-001-simple-list.stdout.raw -42sh-globbing-bracket-expansion-simple-pattern-002-multi-bracket.stderr -42sh-globbing-bracket-expansion-simple-pattern-002-multi-bracket.stderr.raw -42sh-globbing-bracket-expansion-simple-pattern-002-multi-bracket.stdout -42sh-globbing-bracket-expansion-simple-pattern-002-multi-bracket.stdout.raw -42sh-globbing-bracket-expansion-simple-pattern-003-brackets-as-pattern.stderr -42sh-globbing-bracket-expansion-simple-pattern-003-brackets-as-pattern.stderr.raw -42sh-globbing-bracket-expansion-simple-pattern-003-brackets-as-pattern.stdout -42sh-globbing-bracket-expansion-simple-pattern-003-brackets-as-pattern.stdout.raw -42sh-globbing-bracket-expansion-simple-pattern-004-multi-bracket-multi-char.stderr -42sh-globbing-bracket-expansion-simple-pattern-004-multi-bracket-multi-char.stderr.raw -42sh-globbing-bracket-expansion-simple-pattern-004-multi-bracket-multi-char.stdout -42sh-globbing-bracket-expansion-simple-pattern-004-multi-bracket-multi-char.stdout.raw -42sh-globbing-bracket-expansion-single-char-pattern-001-single-char.stderr -42sh-globbing-bracket-expansion-single-char-pattern-001-single-char.stderr.raw -42sh-globbing-bracket-expansion-single-char-pattern-001-single-char.stdout -42sh-globbing-bracket-expansion-single-char-pattern-001-single-char.stdout.raw -42sh-globbing-bracket-expansion-single-char-pattern-002-closing-bracket-char.stderr -42sh-globbing-bracket-expansion-single-char-pattern-002-closing-bracket-char.stderr.raw -42sh-globbing-bracket-expansion-single-char-pattern-002-closing-bracket-char.stdout -42sh-globbing-bracket-expansion-single-char-pattern-002-closing-bracket-char.stdout.raw -42sh-globbing-bracket-expansion-single-char-pattern-003-opening-bracket-char.stderr -42sh-globbing-bracket-expansion-single-char-pattern-003-opening-bracket-char.stderr.raw -42sh-globbing-bracket-expansion-single-char-pattern-003-opening-bracket-char.stdout -42sh-globbing-bracket-expansion-single-char-pattern-003-opening-bracket-char.stdout.raw -42sh-local-variable-001-declare-and-expand-1.stderr -42sh-local-variable-001-declare-and-expand-1.stderr.raw -42sh-local-variable-001-declare-and-expand-1.stdout -42sh-local-variable-001-declare-and-expand-1.stdout.raw -42sh-local-variable-002-declare-and-expand-2.stderr -42sh-local-variable-002-declare-and-expand-2.stderr.raw -42sh-local-variable-002-declare-and-expand-2.stdout -42sh-local-variable-002-declare-and-expand-2.stdout.raw -42sh-local-variable-003-unknown-variable-does-not-result-in-new-argument.stderr -42sh-local-variable-003-unknown-variable-does-not-result-in-new-argument.stderr.raw -42sh-local-variable-003-unknown-variable-does-not-result-in-new-argument.stdout -42sh-local-variable-003-unknown-variable-does-not-result-in-new-argument.stdout.raw -42sh-local-variable-004-existing-variable-in-environment-1.stderr -42sh-local-variable-004-existing-variable-in-environment-1.stderr.raw -42sh-local-variable-004-existing-variable-in-environment-1.stdout -42sh-local-variable-004-existing-variable-in-environment-1.stdout.raw -42sh-local-variable-005-existing-variable-in-environment-2.stderr -42sh-local-variable-005-existing-variable-in-environment-2.stderr.raw -42sh-local-variable-005-existing-variable-in-environment-2.stdout -42sh-local-variable-005-existing-variable-in-environment-2.stdout.raw -42sh-local-variable-006-existing-variable-in-environment-3.stderr -42sh-local-variable-006-existing-variable-in-environment-3.stderr.raw -42sh-local-variable-006-existing-variable-in-environment-3.stdout -42sh-local-variable-006-existing-variable-in-environment-3.stdout.raw -42sh-local-variable-007-multiple-declaration-at-a-time.stderr -42sh-local-variable-007-multiple-declaration-at-a-time.stderr.raw -42sh-local-variable-007-multiple-declaration-at-a-time.stdout -42sh-local-variable-007-multiple-declaration-at-a-time.stdout.raw -42sh-local-variable-008-multiple-declaration-with-same-name.stderr -42sh-local-variable-008-multiple-declaration-with-same-name.stderr.raw -42sh-local-variable-008-multiple-declaration-with-same-name.stdout -42sh-local-variable-008-multiple-declaration-with-same-name.stdout.raw -42sh-local-variable-009-last-exit-status.stderr -42sh-local-variable-009-last-exit-status.stderr.raw -42sh-local-variable-009-last-exit-status.stdout -42sh-local-variable-009-last-exit-status.stdout.raw -42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stderr -42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stderr.raw -42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stdout -42sh-local-variable-mixed-inline-environment-variable-001-local-variable-shouldnt-be-set.stdout.raw -42sh-local-variable-mixed-redirections-001-truncating.stderr -42sh-local-variable-mixed-redirections-001-truncating.stderr.raw -42sh-local-variable-mixed-redirections-001-truncating.stdout -42sh-local-variable-mixed-redirections-001-truncating.stdout.raw -42sh-local-variable-mixed-redirections-002-appending.stderr -42sh-local-variable-mixed-redirections-002-appending.stderr.raw -42sh-local-variable-mixed-redirections-002-appending.stdout -42sh-local-variable-mixed-redirections-002-appending.stdout.raw -42sh-local-variable-mixed-redirections-003-reading.stderr -42sh-local-variable-mixed-redirections-003-reading.stderr.raw -42sh-local-variable-mixed-redirections-003-reading.stdout -42sh-local-variable-mixed-redirections-003-reading.stdout.raw -42sh-local-variable-mixed-tilde-expansion-001-process-tilde-expansion.stderr -42sh-local-variable-mixed-tilde-expansion-001-process-tilde-expansion.stderr.raw -42sh-local-variable-mixed-tilde-expansion-001-process-tilde-expansion.stdout -42sh-local-variable-mixed-tilde-expansion-001-process-tilde-expansion.stdout.raw -42sh-quoting-double-quotes-001-it-works.stderr -42sh-quoting-double-quotes-001-it-works.stderr.raw -42sh-quoting-double-quotes-001-it-works.stdout -42sh-quoting-double-quotes-001-it-works.stdout.raw -42sh-quoting-double-quotes-002-concatenated-strings.stderr -42sh-quoting-double-quotes-002-concatenated-strings.stderr.raw -42sh-quoting-double-quotes-002-concatenated-strings.stdout -42sh-quoting-double-quotes-002-concatenated-strings.stdout.raw -42sh-quoting-double-quotes-003-first-argument-inhibited.stderr -42sh-quoting-double-quotes-003-first-argument-inhibited.stderr.raw -42sh-quoting-double-quotes-003-first-argument-inhibited.stdout -42sh-quoting-double-quotes-003-first-argument-inhibited.stdout.raw -42sh-quoting-double-quotes-004-multiline-1.stderr -42sh-quoting-double-quotes-004-multiline-1.stderr.raw -42sh-quoting-double-quotes-004-multiline-1.stdout -42sh-quoting-double-quotes-004-multiline-1.stdout.raw -42sh-quoting-double-quotes-005-multiline-2.stderr -42sh-quoting-double-quotes-005-multiline-2.stderr.raw -42sh-quoting-double-quotes-005-multiline-2.stdout -42sh-quoting-double-quotes-005-multiline-2.stdout.raw -42sh-quoting-double-quotes-mixed-escaping-001-escape-double-quote-1.stderr -42sh-quoting-double-quotes-mixed-escaping-001-escape-double-quote-1.stderr.raw -42sh-quoting-double-quotes-mixed-escaping-001-escape-double-quote-1.stdout -42sh-quoting-double-quotes-mixed-escaping-001-escape-double-quote-1.stdout.raw -42sh-quoting-double-quotes-mixed-escaping-002-escape-double-quote-2.stderr -42sh-quoting-double-quotes-mixed-escaping-002-escape-double-quote-2.stderr.raw -42sh-quoting-double-quotes-mixed-escaping-002-escape-double-quote-2.stdout -42sh-quoting-double-quotes-mixed-escaping-002-escape-double-quote-2.stdout.raw -42sh-quoting-double-quotes-mixed-escaping-003-escape-double-quote-3.stderr -42sh-quoting-double-quotes-mixed-escaping-003-escape-double-quote-3.stderr.raw -42sh-quoting-double-quotes-mixed-escaping-003-escape-double-quote-3.stdout -42sh-quoting-double-quotes-mixed-escaping-003-escape-double-quote-3.stdout.raw -42sh-quoting-double-quotes-mixed-escaping-004-it-results-in-error.stderr -42sh-quoting-double-quotes-mixed-escaping-004-it-results-in-error.stderr.raw -42sh-quoting-double-quotes-mixed-escaping-004-it-results-in-error.stdout -42sh-quoting-double-quotes-mixed-escaping-004-it-results-in-error.stdout.raw -42sh-quoting-double-quotes-mixed-escaping-005-it-does-not-escape-double-quote.stderr -42sh-quoting-double-quotes-mixed-escaping-005-it-does-not-escape-double-quote.stderr.raw -42sh-quoting-double-quotes-mixed-escaping-005-it-does-not-escape-double-quote.stdout -42sh-quoting-double-quotes-mixed-escaping-005-it-does-not-escape-double-quote.stdout.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stderr -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stderr.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stderr -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stderr.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stderr -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stderr.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stderr -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stderr.raw -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout -42sh-quoting-double-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout.raw -42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr -42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr.raw -42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stdout -42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stdout.raw -42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr -42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr.raw -42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stdout -42sh-quoting-double-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stdout.raw -42sh-quoting-double-quotes-mixed-variable-expansion-001-expansion-enabled.stderr -42sh-quoting-double-quotes-mixed-variable-expansion-001-expansion-enabled.stderr.raw -42sh-quoting-double-quotes-mixed-variable-expansion-001-expansion-enabled.stdout -42sh-quoting-double-quotes-mixed-variable-expansion-001-expansion-enabled.stdout.raw -42sh-quoting-mixed-001-simple-and-double-quotes.stderr -42sh-quoting-mixed-001-simple-and-double-quotes.stderr.raw -42sh-quoting-mixed-001-simple-and-double-quotes.stdout -42sh-quoting-mixed-001-simple-and-double-quotes.stdout.raw -42sh-quoting-mixed-002-multiline.stderr -42sh-quoting-mixed-002-multiline.stderr.raw -42sh-quoting-mixed-002-multiline.stdout -42sh-quoting-mixed-002-multiline.stdout.raw -42sh-quoting-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr -42sh-quoting-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr.raw -42sh-quoting-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout -42sh-quoting-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw -42sh-quoting-mixed-globbing-bracket-expansion-001-it-works-1.stderr -42sh-quoting-mixed-globbing-bracket-expansion-001-it-works-1.stderr.raw -42sh-quoting-mixed-globbing-bracket-expansion-001-it-works-1.stdout -42sh-quoting-mixed-globbing-bracket-expansion-001-it-works-1.stdout.raw -42sh-quoting-mixed-globbing-bracket-expansion-002-it-works-2.stderr -42sh-quoting-mixed-globbing-bracket-expansion-002-it-works-2.stderr.raw -42sh-quoting-mixed-globbing-bracket-expansion-002-it-works-2.stdout -42sh-quoting-mixed-globbing-bracket-expansion-002-it-works-2.stdout.raw -42sh-quoting-mixed-variable-expansion-001-it-does-not-expand-in-quotes.stderr -42sh-quoting-mixed-variable-expansion-001-it-does-not-expand-in-quotes.stderr.raw -42sh-quoting-mixed-variable-expansion-001-it-does-not-expand-in-quotes.stdout -42sh-quoting-mixed-variable-expansion-001-it-does-not-expand-in-quotes.stdout.raw -42sh-quoting-simple-quotes-001-it-works.stderr -42sh-quoting-simple-quotes-001-it-works.stderr.raw -42sh-quoting-simple-quotes-001-it-works.stdout -42sh-quoting-simple-quotes-001-it-works.stdout.raw -42sh-quoting-simple-quotes-002-concatenated-strings.stderr -42sh-quoting-simple-quotes-002-concatenated-strings.stderr.raw -42sh-quoting-simple-quotes-002-concatenated-strings.stdout -42sh-quoting-simple-quotes-002-concatenated-strings.stdout.raw -42sh-quoting-simple-quotes-003-first-argument-inhibited.stderr -42sh-quoting-simple-quotes-003-first-argument-inhibited.stderr.raw -42sh-quoting-simple-quotes-003-first-argument-inhibited.stdout -42sh-quoting-simple-quotes-003-first-argument-inhibited.stdout.raw -42sh-quoting-simple-quotes-004-multiline-1.stderr -42sh-quoting-simple-quotes-004-multiline-1.stderr.raw -42sh-quoting-simple-quotes-004-multiline-1.stdout -42sh-quoting-simple-quotes-004-multiline-1.stdout.raw -42sh-quoting-simple-quotes-005-multiline-2.stderr -42sh-quoting-simple-quotes-005-multiline-2.stderr.raw -42sh-quoting-simple-quotes-005-multiline-2.stdout -42sh-quoting-simple-quotes-005-multiline-2.stdout.raw -42sh-quoting-simple-quotes-mixed-escaping-001-escape-simple-quote-1.stderr -42sh-quoting-simple-quotes-mixed-escaping-001-escape-simple-quote-1.stderr.raw -42sh-quoting-simple-quotes-mixed-escaping-001-escape-simple-quote-1.stdout -42sh-quoting-simple-quotes-mixed-escaping-001-escape-simple-quote-1.stdout.raw -42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stderr -42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stderr.raw -42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stdout -42sh-quoting-simple-quotes-mixed-escaping-002-escape-simple-quote-2.stdout.raw -42sh-quoting-simple-quotes-mixed-escaping-003-escape-simple-quote-3.stderr -42sh-quoting-simple-quotes-mixed-escaping-003-escape-simple-quote-3.stderr.raw -42sh-quoting-simple-quotes-mixed-escaping-003-escape-simple-quote-3.stdout -42sh-quoting-simple-quotes-mixed-escaping-003-escape-simple-quote-3.stdout.raw -42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stderr -42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stderr.raw -42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stdout -42sh-quoting-simple-quotes-mixed-escaping-004-it-does-not-escape-simple-quote-1.stdout.raw -42sh-quoting-simple-quotes-mixed-escaping-005-it-does-not-escape-simple-quote-2.stderr -42sh-quoting-simple-quotes-mixed-escaping-005-it-does-not-escape-simple-quote-2.stderr.raw -42sh-quoting-simple-quotes-mixed-escaping-005-it-does-not-escape-simple-quote-2.stdout -42sh-quoting-simple-quotes-mixed-escaping-005-it-does-not-escape-simple-quote-2.stdout.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stderr.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-001-it-does-not-expand-braces-1.stdout.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stderr -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stderr.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-002-it-does-not-expand-braces-2.stdout.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stderr -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stderr.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-003-it-does-not-expand-braces-3.stdout.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stderr -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stderr.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-004-it-does-not-expand-braces-4.stdout.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stderr -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stderr.raw -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout -42sh-quoting-simple-quotes-mixed-globbing-brace-expansion-005-it-does-not-expand-braces-5.stdout.raw -42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr -42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stderr.raw -42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stdout -42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-001-it-works-1.stdout.raw -42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr -42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stderr.raw -42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stdout -42sh-quoting-simple-quotes-mixed-globbing-bracket-expansion-002-it-works-2.stdout.raw -42sh-quoting-simple-quotes-mixed-variable-expansion-001-expansion-disabled.stderr -42sh-quoting-simple-quotes-mixed-variable-expansion-001-expansion-disabled.stderr.raw -42sh-quoting-simple-quotes-mixed-variable-expansion-001-expansion-disabled.stdout -42sh-quoting-simple-quotes-mixed-variable-expansion-001-expansion-disabled.stdout.raw -42sh-subshell-001-tokens-are-recognized.stderr -42sh-subshell-001-tokens-are-recognized.stderr.raw -42sh-subshell-001-tokens-are-recognized.stdout -42sh-subshell-001-tokens-are-recognized.stdout.raw -42sh-subshell-002-multiple-levels-of-subshells.stderr -42sh-subshell-002-multiple-levels-of-subshells.stderr.raw -42sh-subshell-002-multiple-levels-of-subshells.stdout -42sh-subshell-002-multiple-levels-of-subshells.stdout.raw -42sh-subshell-003-multiline.stderr -42sh-subshell-003-multiline.stderr.raw -42sh-subshell-003-multiline.stdout -42sh-subshell-003-multiline.stdout.raw -42sh-subshell-004-exit-status.stderr -42sh-subshell-004-exit-status.stderr.raw -42sh-subshell-004-exit-status.stdout -42sh-subshell-004-exit-status.stdout.raw -42sh-subshell-005-copy-of-environment.stderr -42sh-subshell-005-copy-of-environment.stderr.raw -42sh-subshell-005-copy-of-environment.stdout -42sh-subshell-005-copy-of-environment.stdout.raw -42sh-subshell-errors-001-parse-error-1.stderr -42sh-subshell-errors-001-parse-error-1.stderr.raw -42sh-subshell-errors-001-parse-error-1.stdout -42sh-subshell-errors-001-parse-error-1.stdout.raw -42sh-subshell-errors-002-parse-error-2.stderr -42sh-subshell-errors-002-parse-error-2.stderr.raw -42sh-subshell-errors-002-parse-error-2.stdout -42sh-subshell-errors-002-parse-error-2.stdout.raw -42sh-subshell-errors-003-parse-error-3.stderr -42sh-subshell-errors-003-parse-error-3.stderr.raw -42sh-subshell-errors-003-parse-error-3.stdout -42sh-subshell-errors-003-parse-error-3.stdout.raw -42sh-subshell-errors-004-parse-error-4.stderr -42sh-subshell-errors-004-parse-error-4.stderr.raw -42sh-subshell-errors-004-parse-error-4.stdout -42sh-subshell-errors-004-parse-error-4.stdout.raw -42sh-subshell-mixed-builtins-cd-001-it-does-not-change-current-directory.stderr -42sh-subshell-mixed-builtins-cd-001-it-does-not-change-current-directory.stderr.raw -42sh-subshell-mixed-builtins-cd-001-it-does-not-change-current-directory.stdout -42sh-subshell-mixed-builtins-cd-001-it-does-not-change-current-directory.stdout.raw -42sh-subshell-mixed-builtins-cd-002-multiline.stderr -42sh-subshell-mixed-builtins-cd-002-multiline.stderr.raw -42sh-subshell-mixed-builtins-cd-002-multiline.stdout -42sh-subshell-mixed-builtins-cd-002-multiline.stdout.raw -42sh-subshell-mixed-builtins-exit-001-exiting-subshell.stderr -42sh-subshell-mixed-builtins-exit-001-exiting-subshell.stderr.raw -42sh-subshell-mixed-builtins-exit-001-exiting-subshell.stdout -42sh-subshell-mixed-builtins-exit-001-exiting-subshell.stdout.raw -42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stderr -42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stderr.raw -42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stdout -42sh-subshell-mixed-builtins-setenv-001-it-does-not-modify-parent-environment.stdout.raw -42sh-subshell-mixed-builtins-unsetenv-001-it-does-not-modify-parent-environment.stderr -42sh-subshell-mixed-builtins-unsetenv-001-it-does-not-modify-parent-environment.stderr.raw -42sh-subshell-mixed-builtins-unsetenv-001-it-does-not-modify-parent-environment.stdout -42sh-subshell-mixed-builtins-unsetenv-001-it-does-not-modify-parent-environment.stdout.raw -42sh-subshell-mixed-escaping-001-escaped-subshell-1.stderr -42sh-subshell-mixed-escaping-001-escaped-subshell-1.stderr.raw -42sh-subshell-mixed-escaping-001-escaped-subshell-1.stdout -42sh-subshell-mixed-escaping-001-escaped-subshell-1.stdout.raw -42sh-subshell-mixed-escaping-002-escaped-subshell-2.stderr -42sh-subshell-mixed-escaping-002-escaped-subshell-2.stderr.raw -42sh-subshell-mixed-escaping-002-escaped-subshell-2.stdout -42sh-subshell-mixed-escaping-002-escaped-subshell-2.stdout.raw -42sh-subshell-mixed-inline-environment-variable-001-modifies-the-child-environment-only-1.stderr -42sh-subshell-mixed-inline-environment-variable-001-modifies-the-child-environment-only-1.stderr.raw -42sh-subshell-mixed-inline-environment-variable-001-modifies-the-child-environment-only-1.stdout -42sh-subshell-mixed-inline-environment-variable-001-modifies-the-child-environment-only-1.stdout.raw -42sh-subshell-mixed-inline-environment-variable-002-modifies-the-child-environment-only-2.stderr -42sh-subshell-mixed-inline-environment-variable-002-modifies-the-child-environment-only-2.stderr.raw -42sh-subshell-mixed-inline-environment-variable-002-modifies-the-child-environment-only-2.stdout -42sh-subshell-mixed-inline-environment-variable-002-modifies-the-child-environment-only-2.stdout.raw -42sh-subshell-mixed-piping-001-subshells-inside-piped-command.stderr -42sh-subshell-mixed-piping-001-subshells-inside-piped-command.stderr.raw -42sh-subshell-mixed-piping-001-subshells-inside-piped-command.stdout -42sh-subshell-mixed-piping-001-subshells-inside-piped-command.stdout.raw -42sh-subshell-mixed-piping-002-pipes-inside-subshells.stderr -42sh-subshell-mixed-piping-002-pipes-inside-subshells.stderr.raw -42sh-subshell-mixed-piping-002-pipes-inside-subshells.stdout -42sh-subshell-mixed-piping-002-pipes-inside-subshells.stdout.raw -42sh-subshell-mixed-piping-003-imbricated-subshells-and-pipes.stderr -42sh-subshell-mixed-piping-003-imbricated-subshells-and-pipes.stderr.raw -42sh-subshell-mixed-piping-003-imbricated-subshells-and-pipes.stdout -42sh-subshell-mixed-piping-003-imbricated-subshells-and-pipes.stdout.raw -42sh-subshell-mixed-quoting-001-with-simple-quotes.stderr -42sh-subshell-mixed-quoting-001-with-simple-quotes.stderr.raw -42sh-subshell-mixed-quoting-001-with-simple-quotes.stdout -42sh-subshell-mixed-quoting-001-with-simple-quotes.stdout.raw -42sh-subshell-mixed-quoting-002-with-double-quotes.stderr -42sh-subshell-mixed-quoting-002-with-double-quotes.stderr.raw -42sh-subshell-mixed-quoting-002-with-double-quotes.stdout -42sh-subshell-mixed-quoting-002-with-double-quotes.stdout.raw -42sh-subshell-mixed-quoting-003-with-simple-and-double-quotes.stderr -42sh-subshell-mixed-quoting-003-with-simple-and-double-quotes.stderr.raw -42sh-subshell-mixed-quoting-003-with-simple-and-double-quotes.stdout -42sh-subshell-mixed-quoting-003-with-simple-and-double-quotes.stdout.raw -TOKEN201703291444 -TOKEN201703291444_006-BINARY-UNDEFINED-PATH -TOKEN201703291535 -TOKEN201703291535_006-BINARY-UNDEFINED-PATH -TOKEN201703291601 -TOKEN201703291601_006-BINARY-UNDEFINED-PATH -TOKEN201703291601_FILENAME -TOKEN201703291601_SUBDIRECTORY -TOKEN201703291623 -TOKEN201703291623_006-BINARY-UNDEFINED-PATH -TOKEN201703291625_006-BINARY-UNDEFINED-PATH -append_file_default -append_file_stderr -append_file_stdout -bonuses-inline-environment-variable-001-modifies-child-environment-1.stderr -bonuses-inline-environment-variable-001-modifies-child-environment-1.stderr.raw -bonuses-inline-environment-variable-001-modifies-child-environment-1.stdout -bonuses-inline-environment-variable-001-modifies-child-environment-1.stdout.raw -bonuses-inline-environment-variable-002-modifies-child-environment-2.stderr -bonuses-inline-environment-variable-002-modifies-child-environment-2.stderr.raw -bonuses-inline-environment-variable-002-modifies-child-environment-2.stdout -bonuses-inline-environment-variable-002-modifies-child-environment-2.stdout.raw -bonuses-inline-environment-variable-003-modifies-PATH-only.stderr -bonuses-inline-environment-variable-003-modifies-PATH-only.stderr.raw -bonuses-inline-environment-variable-003-modifies-PATH-only.stdout -bonuses-inline-environment-variable-003-modifies-PATH-only.stdout.raw -bonuses-separators-and-001-run-twice.stderr -bonuses-separators-and-001-run-twice.stderr.raw -bonuses-separators-and-001-run-twice.stdout -bonuses-separators-and-001-run-twice.stdout.raw -bonuses-separators-and-002-do-not-run-second.stderr -bonuses-separators-and-002-do-not-run-second.stderr.raw -bonuses-separators-and-002-do-not-run-second.stdout -bonuses-separators-and-002-do-not-run-second.stdout.raw -bonuses-separators-and-003-run-until-failing.stderr -bonuses-separators-and-003-run-until-failing.stderr.raw -bonuses-separators-and-003-run-until-failing.stdout -bonuses-separators-and-003-run-until-failing.stdout.raw -bonuses-separators-and-errors-001-parse-error-at-beginning.stderr -bonuses-separators-and-errors-001-parse-error-at-beginning.stderr.raw -bonuses-separators-and-errors-001-parse-error-at-beginning.stdout -bonuses-separators-and-errors-001-parse-error-at-beginning.stdout.raw -bonuses-separators-and-errors-002-parse-error-too-much-symbol.stderr -bonuses-separators-and-errors-002-parse-error-too-much-symbol.stderr.raw -bonuses-separators-and-errors-002-parse-error-too-much-symbol.stdout -bonuses-separators-and-errors-002-parse-error-too-much-symbol.stdout.raw -bonuses-separators-mixed-001-and-or.stderr -bonuses-separators-mixed-001-and-or.stderr.raw -bonuses-separators-mixed-001-and-or.stdout -bonuses-separators-mixed-001-and-or.stdout.raw -bonuses-separators-mixed-002-and-or.stderr -bonuses-separators-mixed-002-and-or.stderr.raw -bonuses-separators-mixed-002-and-or.stdout -bonuses-separators-mixed-002-and-or.stdout.raw -bonuses-separators-mixed-003-and-or.stderr -bonuses-separators-mixed-003-and-or.stderr.raw -bonuses-separators-mixed-003-and-or.stdout -bonuses-separators-mixed-003-and-or.stdout.raw -bonuses-separators-mixed-004-or-and.stderr -bonuses-separators-mixed-004-or-and.stderr.raw -bonuses-separators-mixed-004-or-and.stdout -bonuses-separators-mixed-004-or-and.stdout.raw -bonuses-separators-mixed-005-or-and.stderr -bonuses-separators-mixed-005-or-and.stderr.raw -bonuses-separators-mixed-005-or-and.stdout -bonuses-separators-mixed-005-or-and.stdout.raw -bonuses-separators-mixed-006-or-and.stderr -bonuses-separators-mixed-006-or-and.stderr.raw -bonuses-separators-mixed-006-or-and.stdout -bonuses-separators-mixed-006-or-and.stdout.raw -bonuses-separators-or-001-run-first-only.stderr -bonuses-separators-or-001-run-first-only.stderr.raw -bonuses-separators-or-001-run-first-only.stdout -bonuses-separators-or-001-run-first-only.stdout.raw -bonuses-separators-or-002-run-second-only.stderr -bonuses-separators-or-002-run-second-only.stderr.raw -bonuses-separators-or-002-run-second-only.stdout -bonuses-separators-or-002-run-second-only.stdout.raw -bonuses-separators-or-003-run-until-succeeding.stderr -bonuses-separators-or-003-run-until-succeeding.stderr.raw -bonuses-separators-or-003-run-until-succeeding.stdout -bonuses-separators-or-003-run-until-succeeding.stdout.raw -bonuses-separators-or-errors-001-parse-error-at-beginning.stderr -bonuses-separators-or-errors-001-parse-error-at-beginning.stderr.raw -bonuses-separators-or-errors-001-parse-error-at-beginning.stdout -bonuses-separators-or-errors-001-parse-error-at-beginning.stdout.raw -bonuses-separators-or-errors-002-parse-error-too-much-symbol.stderr -bonuses-separators-or-errors-002-parse-error-too-much-symbol.stderr.raw -bonuses-separators-or-errors-002-parse-error-too-much-symbol.stdout -bonuses-separators-or-errors-002-parse-error-too-much-symbol.stdout.raw -bonuses-tilde-expansion-001-expanded-with-HOME-1.stderr -bonuses-tilde-expansion-001-expanded-with-HOME-1.stderr.raw -bonuses-tilde-expansion-001-expanded-with-HOME-1.stdout -bonuses-tilde-expansion-001-expanded-with-HOME-1.stdout.raw -bonuses-tilde-expansion-002-expanded-with-HOME-2.stderr -bonuses-tilde-expansion-002-expanded-with-HOME-2.stderr.raw -bonuses-tilde-expansion-002-expanded-with-HOME-2.stdout -bonuses-tilde-expansion-002-expanded-with-HOME-2.stdout.raw -bonuses-tilde-expansion-003-expanded-with-PWD-1.stderr -bonuses-tilde-expansion-003-expanded-with-PWD-1.stderr.raw -bonuses-tilde-expansion-003-expanded-with-PWD-1.stdout -bonuses-tilde-expansion-003-expanded-with-PWD-1.stdout.raw -bonuses-tilde-expansion-004-expanded-with-PWD-2.stderr -bonuses-tilde-expansion-004-expanded-with-PWD-2.stderr.raw -bonuses-tilde-expansion-004-expanded-with-PWD-2.stdout -bonuses-tilde-expansion-004-expanded-with-PWD-2.stdout.raw -bonuses-tilde-expansion-005-expanded-with-OLDPWD-1.stderr -bonuses-tilde-expansion-005-expanded-with-OLDPWD-1.stderr.raw -bonuses-tilde-expansion-005-expanded-with-OLDPWD-1.stdout -bonuses-tilde-expansion-005-expanded-with-OLDPWD-1.stdout.raw -bonuses-tilde-expansion-006-expanded-with-OLDPWD-2.stderr -bonuses-tilde-expansion-006-expanded-with-OLDPWD-2.stderr.raw -bonuses-tilde-expansion-006-expanded-with-OLDPWD-2.stdout -bonuses-tilde-expansion-006-expanded-with-OLDPWD-2.stdout.raw -bonuses-tilde-expansion-not-expanded-001-not-expanded-with-HOME-1.stderr -bonuses-tilde-expansion-not-expanded-001-not-expanded-with-HOME-1.stderr.raw -bonuses-tilde-expansion-not-expanded-001-not-expanded-with-HOME-1.stdout -bonuses-tilde-expansion-not-expanded-001-not-expanded-with-HOME-1.stdout.raw -bonuses-tilde-expansion-not-expanded-002-not-expanded-with-HOME-2.stderr -bonuses-tilde-expansion-not-expanded-002-not-expanded-with-HOME-2.stderr.raw -bonuses-tilde-expansion-not-expanded-002-not-expanded-with-HOME-2.stdout -bonuses-tilde-expansion-not-expanded-002-not-expanded-with-HOME-2.stdout.raw -bonuses-tilde-expansion-not-expanded-003-not-expanded-with-PWD.stderr -bonuses-tilde-expansion-not-expanded-003-not-expanded-with-PWD.stderr.raw -bonuses-tilde-expansion-not-expanded-003-not-expanded-with-PWD.stdout -bonuses-tilde-expansion-not-expanded-003-not-expanded-with-PWD.stdout.raw -bonuses-tilde-expansion-not-expanded-004-not-expanded-with-OLDPWD.stderr -bonuses-tilde-expansion-not-expanded-004-not-expanded-with-OLDPWD.stderr.raw -bonuses-tilde-expansion-not-expanded-004-not-expanded-with-OLDPWD.stdout -bonuses-tilde-expansion-not-expanded-004-not-expanded-with-OLDPWD.stdout.raw -display_env -display_program_name -display_pwd -enoent_symlink -exit_with_status -minishell-binary-001-binary-path-relative.stderr -minishell-binary-001-binary-path-relative.stderr.raw -minishell-binary-001-binary-path-relative.stdout -minishell-binary-001-binary-path-relative.stdout.raw -minishell-binary-002-binary-path-absolute.stderr -minishell-binary-002-binary-path-absolute.stderr.raw -minishell-binary-002-binary-path-absolute.stdout -minishell-binary-002-binary-path-absolute.stdout.raw -minishell-binary-003-binary-test-exec-order.stderr -minishell-binary-003-binary-test-exec-order.stderr.raw -minishell-binary-003-binary-test-exec-order.stdout -minishell-binary-003-binary-test-exec-order.stdout.raw -minishell-binary-004-binary-test-empty-path.stderr -minishell-binary-004-binary-test-empty-path.stderr.raw -minishell-binary-004-binary-test-empty-path.stdout -minishell-binary-004-binary-test-empty-path.stdout.raw -minishell-binary-005-binary-test-wrong-path.stderr -minishell-binary-005-binary-test-wrong-path.stderr.raw -minishell-binary-005-binary-test-wrong-path.stdout -minishell-binary-005-binary-test-wrong-path.stdout.raw -minishell-binary-006-binary-undefined-path.stderr -minishell-binary-006-binary-undefined-path.stderr.raw -minishell-binary-006-binary-undefined-path.stdout -minishell-binary-006-binary-undefined-path.stdout.raw -minishell-binary-007-binary-permission-denied.stderr -minishell-binary-007-binary-permission-denied.stderr.raw -minishell-binary-007-binary-permission-denied.stdout -minishell-binary-007-binary-permission-denied.stdout.raw -minishell-binary-008-binary-too-many-symbolic-links-encountered.stderr -minishell-binary-008-binary-too-many-symbolic-links-encountered.stderr.raw -minishell-binary-008-binary-too-many-symbolic-links-encountered.stdout -minishell-binary-008-binary-too-many-symbolic-links-encountered.stdout.raw -minishell-builtins-cd-001-no-arg.stderr -minishell-builtins-cd-001-no-arg.stderr.raw -minishell-builtins-cd-001-no-arg.stdout -minishell-builtins-cd-001-no-arg.stdout.raw -minishell-builtins-cd-002-current-directory.stderr -minishell-builtins-cd-002-current-directory.stderr.raw -minishell-builtins-cd-002-current-directory.stdout -minishell-builtins-cd-002-current-directory.stdout.raw -minishell-builtins-cd-003-current-directory-2.stderr -minishell-builtins-cd-003-current-directory-2.stderr.raw -minishell-builtins-cd-003-current-directory-2.stdout -minishell-builtins-cd-003-current-directory-2.stdout.raw -minishell-builtins-cd-004-parent-directory.stderr -minishell-builtins-cd-004-parent-directory.stderr.raw -minishell-builtins-cd-004-parent-directory.stdout -minishell-builtins-cd-004-parent-directory.stdout.raw -minishell-builtins-cd-005-root-path.stderr -minishell-builtins-cd-005-root-path.stderr.raw -minishell-builtins-cd-005-root-path.stdout -minishell-builtins-cd-005-root-path.stdout.raw -minishell-builtins-cd-006-root-path-2.stderr -minishell-builtins-cd-006-root-path-2.stderr.raw -minishell-builtins-cd-006-root-path-2.stdout -minishell-builtins-cd-006-root-path-2.stdout.raw -minishell-builtins-cd-007-symbolic-link.stderr -minishell-builtins-cd-007-symbolic-link.stderr.raw -minishell-builtins-cd-007-symbolic-link.stdout -minishell-builtins-cd-007-symbolic-link.stdout.raw -minishell-builtins-cd-008-symbolic-link-2.stderr -minishell-builtins-cd-008-symbolic-link-2.stderr.raw -minishell-builtins-cd-008-symbolic-link-2.stdout -minishell-builtins-cd-008-symbolic-link-2.stdout.raw -minishell-builtins-cd-010-update-OLDPWD.stderr -minishell-builtins-cd-010-update-OLDPWD.stderr.raw -minishell-builtins-cd-010-update-OLDPWD.stdout -minishell-builtins-cd-010-update-OLDPWD.stdout.raw -minishell-builtins-cd-011-dotdot.stderr -minishell-builtins-cd-011-dotdot.stderr.raw -minishell-builtins-cd-011-dotdot.stdout -minishell-builtins-cd-011-dotdot.stdout.raw -minishell-builtins-cd-012-dot.stderr -minishell-builtins-cd-012-dot.stderr.raw -minishell-builtins-cd-012-dot.stdout -minishell-builtins-cd-012-dot.stdout.raw -minishell-builtins-cd-013-absolute-path.stderr -minishell-builtins-cd-013-absolute-path.stderr.raw -minishell-builtins-cd-013-absolute-path.stdout -minishell-builtins-cd-013-absolute-path.stdout.raw -minishell-builtins-cd-errors-001-not-a-directory.stderr -minishell-builtins-cd-errors-001-not-a-directory.stderr.raw -minishell-builtins-cd-errors-001-not-a-directory.stdout -minishell-builtins-cd-errors-001-not-a-directory.stdout.raw -minishell-builtins-cd-errors-002-not-a-directory-2.stderr -minishell-builtins-cd-errors-002-not-a-directory-2.stderr.raw -minishell-builtins-cd-errors-002-not-a-directory-2.stdout -minishell-builtins-cd-errors-002-not-a-directory-2.stdout.raw -minishell-builtins-cd-errors-003-permission-denied.stderr -minishell-builtins-cd-errors-003-permission-denied.stderr.raw -minishell-builtins-cd-errors-003-permission-denied.stdout -minishell-builtins-cd-errors-003-permission-denied.stdout.raw -minishell-builtins-cd-errors-004-permission-denied-2.stderr -minishell-builtins-cd-errors-004-permission-denied-2.stderr.raw -minishell-builtins-cd-errors-004-permission-denied-2.stdout -minishell-builtins-cd-errors-004-permission-denied-2.stdout.raw -minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stderr -minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stderr.raw -minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stdout -minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stdout.raw -minishell-builtins-cd-errors-006-too-many-symbolic-links-encountered-2.stderr -minishell-builtins-cd-errors-006-too-many-symbolic-links-encountered-2.stderr.raw -minishell-builtins-cd-errors-006-too-many-symbolic-links-encountered-2.stdout -minishell-builtins-cd-errors-006-too-many-symbolic-links-encountered-2.stdout.raw -minishell-builtins-cd-errors-007-no-such-file-or-directory.stderr -minishell-builtins-cd-errors-007-no-such-file-or-directory.stderr.raw -minishell-builtins-cd-errors-007-no-such-file-or-directory.stdout -minishell-builtins-cd-errors-007-no-such-file-or-directory.stdout.raw -minishell-builtins-cd-errors-008-no-such-file-or-directory-2.stderr -minishell-builtins-cd-errors-008-no-such-file-or-directory-2.stderr.raw -minishell-builtins-cd-errors-008-no-such-file-or-directory-2.stdout -minishell-builtins-cd-errors-008-no-such-file-or-directory-2.stdout.raw -minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stderr -minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stderr.raw -minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stdout -minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stdout.raw -minishell-builtins-cd-errors-010-no-such-file-or-directory-symlink-2.stderr -minishell-builtins-cd-errors-010-no-such-file-or-directory-symlink-2.stderr.raw -minishell-builtins-cd-errors-010-no-such-file-or-directory-symlink-2.stdout -minishell-builtins-cd-errors-010-no-such-file-or-directory-symlink-2.stdout.raw -minishell-builtins-cd-options-001-not-following-links.stderr -minishell-builtins-cd-options-001-not-following-links.stderr.raw -minishell-builtins-cd-options-001-not-following-links.stdout -minishell-builtins-cd-options-001-not-following-links.stdout.raw -minishell-builtins-cd-options-002-oldpwd.stderr -minishell-builtins-cd-options-002-oldpwd.stderr.raw -minishell-builtins-cd-options-002-oldpwd.stdout -minishell-builtins-cd-options-002-oldpwd.stdout.raw -minishell-builtins-env-001-env-same-value-as-parent.stderr -minishell-builtins-env-001-env-same-value-as-parent.stderr.raw -minishell-builtins-env-001-env-same-value-as-parent.stdout -minishell-builtins-env-001-env-same-value-as-parent.stdout.raw -minishell-builtins-env-002-env-check-usefull-var.stderr -minishell-builtins-env-002-env-check-usefull-var.stderr.raw -minishell-builtins-env-002-env-check-usefull-var.stdout -minishell-builtins-env-002-env-check-usefull-var.stdout.raw -minishell-builtins-env-003-ignore-environment.stderr -minishell-builtins-env-003-ignore-environment.stderr.raw -minishell-builtins-env-003-ignore-environment.stdout -minishell-builtins-env-003-ignore-environment.stdout.raw -minishell-builtins-env-005-set-variables.stderr -minishell-builtins-env-005-set-variables.stderr.raw -minishell-builtins-env-005-set-variables.stdout -minishell-builtins-env-005-set-variables.stdout.raw -minishell-builtins-env-errors-001-command-not-found.stderr -minishell-builtins-env-errors-001-command-not-found.stderr.raw -minishell-builtins-env-errors-001-command-not-found.stdout -minishell-builtins-env-errors-001-command-not-found.stdout.raw -minishell-builtins-env-errors-002-illegal-option.stderr -minishell-builtins-env-errors-002-illegal-option.stderr.raw -minishell-builtins-env-errors-002-illegal-option.stdout -minishell-builtins-env-errors-002-illegal-option.stdout.raw -minishell-builtins-env-multiple-options-001-ignore-environment-and-set-variable.stderr -minishell-builtins-env-multiple-options-001-ignore-environment-and-set-variable.stderr.raw -minishell-builtins-env-multiple-options-001-ignore-environment-and-set-variable.stdout -minishell-builtins-env-multiple-options-001-ignore-environment-and-set-variable.stdout.raw -minishell-builtins-exit-001-without-any-argument.stderr -minishell-builtins-exit-001-without-any-argument.stderr.raw -minishell-builtins-exit-001-without-any-argument.stdout -minishell-builtins-exit-001-without-any-argument.stdout.raw -minishell-builtins-exit-002-status-passed-as-argument.stderr -minishell-builtins-exit-002-status-passed-as-argument.stderr.raw -minishell-builtins-exit-002-status-passed-as-argument.stdout -minishell-builtins-exit-002-status-passed-as-argument.stdout.raw -minishell-builtins-exit-003-status-of-last-command.stderr -minishell-builtins-exit-003-status-of-last-command.stderr.raw -minishell-builtins-exit-003-status-of-last-command.stdout -minishell-builtins-exit-003-status-of-last-command.stdout.raw -minishell-builtins-exit-errors-001-too-many-args.stderr -minishell-builtins-exit-errors-001-too-many-args.stderr.raw -minishell-builtins-exit-errors-001-too-many-args.stdout -minishell-builtins-exit-errors-001-too-many-args.stdout.raw -minishell-builtins-exit-errors-002-non-numeric-argument.stderr -minishell-builtins-exit-errors-002-non-numeric-argument.stderr.raw -minishell-builtins-exit-errors-002-non-numeric-argument.stdout -minishell-builtins-exit-errors-002-non-numeric-argument.stdout.raw -minishell-builtins-mixed-001-setenv-unsetenv.stderr -minishell-builtins-mixed-001-setenv-unsetenv.stderr.raw -minishell-builtins-mixed-001-setenv-unsetenv.stdout -minishell-builtins-mixed-001-setenv-unsetenv.stdout.raw -minishell-builtins-setenv-001-no-argument.stderr -minishell-builtins-setenv-001-no-argument.stderr.raw -minishell-builtins-setenv-001-no-argument.stdout -minishell-builtins-setenv-001-no-argument.stdout.raw -minishell-builtins-setenv-002-add-new-variable.stderr -minishell-builtins-setenv-002-add-new-variable.stderr.raw -minishell-builtins-setenv-002-add-new-variable.stdout -minishell-builtins-setenv-002-add-new-variable.stdout.raw -minishell-builtins-setenv-003-set-existing-variable.stderr -minishell-builtins-setenv-003-set-existing-variable.stderr.raw -minishell-builtins-setenv-003-set-existing-variable.stdout -minishell-builtins-setenv-003-set-existing-variable.stdout.raw -minishell-builtins-setenv-004-invalid-identifier.stderr -minishell-builtins-setenv-004-invalid-identifier.stderr.raw -minishell-builtins-setenv-004-invalid-identifier.stdout -minishell-builtins-setenv-004-invalid-identifier.stdout.raw -minishell-builtins-setenv-005-add-and-set-multiple-variables.stderr -minishell-builtins-setenv-005-add-and-set-multiple-variables.stderr.raw -minishell-builtins-setenv-005-add-and-set-multiple-variables.stdout -minishell-builtins-setenv-005-add-and-set-multiple-variables.stdout.raw -minishell-builtins-unsetenv-001-unsetenv-first-elem.stderr -minishell-builtins-unsetenv-001-unsetenv-first-elem.stderr.raw -minishell-builtins-unsetenv-001-unsetenv-first-elem.stdout -minishell-builtins-unsetenv-001-unsetenv-first-elem.stdout.raw -minishell-builtins-unsetenv-002-unsetenv-mult-envp.stderr -minishell-builtins-unsetenv-002-unsetenv-mult-envp.stderr.raw -minishell-builtins-unsetenv-002-unsetenv-mult-envp.stdout -minishell-builtins-unsetenv-002-unsetenv-mult-envp.stdout.raw -minishell-builtins-unsetenv-003-unsetenv-mult-envp-inline.stderr -minishell-builtins-unsetenv-003-unsetenv-mult-envp-inline.stderr.raw -minishell-builtins-unsetenv-003-unsetenv-mult-envp-inline.stdout -minishell-builtins-unsetenv-003-unsetenv-mult-envp-inline.stdout.raw -minishell-misc-001-copy-of-environment.stderr -minishell-misc-001-copy-of-environment.stderr.raw -minishell-misc-001-copy-of-environment.stdout -minishell-misc-001-copy-of-environment.stdout.raw -my_sub_directory -new_empty_file -new_file -new_file_stderr -new_file_stderr_and_stdout -new_file_stdout -not_a_directory -playing_with_dotdot -read_on_stdin -simple_text_file -size -sleep_and_exit_with_status -sleep_and_write_on_stderr -stdin -stored_env -sub_directory -sub_directory_link -symbolic_link -symbolic_link1 -symbolic_link2 -symbolic_link3 -temporary_directory -test_globbing -truncated_file -virtual_path -virtual_path_1 -virtual_path_2 -write_all_arguments_on_stdout -write_on_stderr -write_on_stdout -write_on_stdout_and_stderr diff --git a/42sh/42ShellTester/tmp/minishell-binary-007-binary-permission-denied.stderr b/42sh/42ShellTester/tmp/minishell-binary-007-binary-permission-denied.stderr deleted file mode 100644 index 8d2a7a5e..00000000 --- a/42sh/42ShellTester/tmp/minishell-binary-007-binary-permission-denied.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: permission denied: ./permission_denied diff --git a/42sh/42ShellTester/tmp/minishell-binary-007-binary-permission-denied.stderr.raw b/42sh/42ShellTester/tmp/minishell-binary-007-binary-permission-denied.stderr.raw deleted file mode 100644 index 54b8209f..00000000 --- a/42sh/42ShellTester/tmp/minishell-binary-007-binary-permission-denied.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: permission denied: ./permission_denied diff --git a/42sh/42ShellTester/tmp/minishell-binary-007-binary-permission-denied.stdout b/42sh/42ShellTester/tmp/minishell-binary-007-binary-permission-denied.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-binary-007-binary-permission-denied.stdout.raw b/42sh/42ShellTester/tmp/minishell-binary-007-binary-permission-denied.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-binary-008-binary-too-many-symbolic-links-encountered.stderr b/42sh/42ShellTester/tmp/minishell-binary-008-binary-too-many-symbolic-links-encountered.stderr deleted file mode 100644 index f9ccbb47..00000000 --- a/42sh/42ShellTester/tmp/minishell-binary-008-binary-too-many-symbolic-links-encountered.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: ./symbolic_link1: no such file or directory diff --git a/42sh/42ShellTester/tmp/minishell-binary-008-binary-too-many-symbolic-links-encountered.stderr.raw b/42sh/42ShellTester/tmp/minishell-binary-008-binary-too-many-symbolic-links-encountered.stderr.raw deleted file mode 100644 index bc70edee..00000000 --- a/42sh/42ShellTester/tmp/minishell-binary-008-binary-too-many-symbolic-links-encountered.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: ./symbolic_link1: no such file or directory diff --git a/42sh/42ShellTester/tmp/minishell-binary-008-binary-too-many-symbolic-links-encountered.stdout b/42sh/42ShellTester/tmp/minishell-binary-008-binary-too-many-symbolic-links-encountered.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-binary-008-binary-too-many-symbolic-links-encountered.stdout.raw b/42sh/42ShellTester/tmp/minishell-binary-008-binary-too-many-symbolic-links-encountered.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-001-no-arg.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-001-no-arg.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-001-no-arg.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-001-no-arg.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-001-no-arg.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-001-no-arg.stdout deleted file mode 100644 index 8aeaad22..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-001-no-arg.stdout +++ /dev/null @@ -1 +0,0 @@ -PWD:/Users/ariard:PWD diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-001-no-arg.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-001-no-arg.stdout.raw deleted file mode 100644 index 8aeaad22..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-001-no-arg.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -PWD:/Users/ariard:PWD diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-002-current-directory.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-002-current-directory.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-002-current-directory.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-002-current-directory.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-002-current-directory.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-002-current-directory.stdout deleted file mode 100644 index 9bc893f9..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-002-current-directory.stdout +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-002-current-directory.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-002-current-directory.stdout.raw deleted file mode 100644 index 9bc893f9..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-002-current-directory.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-003-current-directory-2.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-003-current-directory-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-003-current-directory-2.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-003-current-directory-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-003-current-directory-2.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-003-current-directory-2.stdout deleted file mode 100644 index 9bc893f9..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-003-current-directory-2.stdout +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-003-current-directory-2.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-003-current-directory-2.stdout.raw deleted file mode 100644 index 9bc893f9..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-003-current-directory-2.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-004-parent-directory.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-004-parent-directory.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-004-parent-directory.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-004-parent-directory.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-004-parent-directory.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-004-parent-directory.stdout deleted file mode 100644 index f114dee6..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-004-parent-directory.stdout +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-004-parent-directory.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-004-parent-directory.stdout.raw deleted file mode 100644 index f114dee6..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-004-parent-directory.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-005-root-path.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-005-root-path.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-005-root-path.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-005-root-path.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-005-root-path.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-005-root-path.stdout deleted file mode 100644 index c2b5b9fe..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-005-root-path.stdout +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/ -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-005-root-path.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-005-root-path.stdout.raw deleted file mode 100644 index c2b5b9fe..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-005-root-path.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/ -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-006-root-path-2.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-006-root-path-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-006-root-path-2.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-006-root-path-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-006-root-path-2.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-006-root-path-2.stdout deleted file mode 100644 index c2b5b9fe..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-006-root-path-2.stdout +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/ -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-006-root-path-2.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-006-root-path-2.stdout.raw deleted file mode 100644 index c2b5b9fe..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-006-root-path-2.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/ -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-007-symbolic-link.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-007-symbolic-link.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-007-symbolic-link.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-007-symbolic-link.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-007-symbolic-link.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-007-symbolic-link.stdout deleted file mode 100644 index 04d1d443..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-007-symbolic-link.stdout +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-007-symbolic-link.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-007-symbolic-link.stdout.raw deleted file mode 100644 index 04d1d443..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-007-symbolic-link.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-008-symbolic-link-2.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-008-symbolic-link-2.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-008-symbolic-link-2.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-008-symbolic-link-2.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-008-symbolic-link-2.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-008-symbolic-link-2.stdout deleted file mode 100644 index 04d1d443..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-008-symbolic-link-2.stdout +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-008-symbolic-link-2.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-008-symbolic-link-2.stdout.raw deleted file mode 100644 index 04d1d443..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-008-symbolic-link-2.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-010-update-OLDPWD.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-010-update-OLDPWD.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-010-update-OLDPWD.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-010-update-OLDPWD.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-010-update-OLDPWD.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-010-update-OLDPWD.stdout deleted file mode 100644 index 56f7e13d..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-010-update-OLDPWD.stdout +++ /dev/null @@ -1,38 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/TOKEN201703291625/TOKEN201703291625 -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/TOKEN201703291625 -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-010-update-OLDPWD.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-010-update-OLDPWD.stdout.raw deleted file mode 100644 index 56f7e13d..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-010-update-OLDPWD.stdout.raw +++ /dev/null @@ -1,38 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/TOKEN201703291625/TOKEN201703291625 -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/TOKEN201703291625 -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-011-dotdot.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-011-dotdot.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-011-dotdot.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-011-dotdot.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-011-dotdot.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-011-dotdot.stdout deleted file mode 100644 index 6a052f54..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-011-dotdot.stdout +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp/playing_with_dotdot/1/2/3/4/5:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/playing_with_dotdot/1/2/3/4/5 -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/playing_with_dotdot/1/2/3/4/5/6/7/8/9/10 -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-011-dotdot.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-011-dotdot.stdout.raw deleted file mode 100644 index 6a052f54..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-011-dotdot.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp/playing_with_dotdot/1/2/3/4/5:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/playing_with_dotdot/1/2/3/4/5 -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/playing_with_dotdot/1/2/3/4/5/6/7/8/9/10 -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-012-dot.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-012-dot.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-012-dot.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-012-dot.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-012-dot.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-012-dot.stdout deleted file mode 100644 index 9bc893f9..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-012-dot.stdout +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-012-dot.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-012-dot.stdout.raw deleted file mode 100644 index 9bc893f9..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-012-dot.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-013-absolute-path.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-013-absolute-path.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-013-absolute-path.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-013-absolute-path.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-013-absolute-path.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-013-absolute-path.stdout deleted file mode 100644 index 10506de8..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-013-absolute-path.stdout +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp/my_sub_directory/and_another_one:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/my_sub_directory/and_another_one -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-013-absolute-path.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-013-absolute-path.stdout.raw deleted file mode 100644 index 10506de8..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-013-absolute-path.stdout.raw +++ /dev/null @@ -1,39 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp/my_sub_directory/and_another_one:PWD ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/my_sub_directory/and_another_one -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-001-not-a-directory.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-001-not-a-directory.stderr deleted file mode 100644 index 1c791430..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-001-not-a-directory.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : not_a_directory: Not a directory diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-001-not-a-directory.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-001-not-a-directory.stderr.raw deleted file mode 100644 index 2383e767..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-001-not-a-directory.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : not_a_directory: Not a directory diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-001-not-a-directory.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-001-not-a-directory.stdout deleted file mode 100644 index 35c7e64c..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-001-not-a-directory.stdout +++ /dev/null @@ -1 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-001-not-a-directory.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-001-not-a-directory.stdout.raw deleted file mode 100644 index 35c7e64c..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-001-not-a-directory.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-002-not-a-directory-2.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-002-not-a-directory-2.stderr deleted file mode 100644 index 1c791430..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-002-not-a-directory-2.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : not_a_directory: Not a directory diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-002-not-a-directory-2.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-002-not-a-directory-2.stderr.raw deleted file mode 100644 index 2383e767..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-002-not-a-directory-2.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : not_a_directory: Not a directory diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-002-not-a-directory-2.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-002-not-a-directory-2.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-002-not-a-directory-2.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-002-not-a-directory-2.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-003-permission-denied.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-003-permission-denied.stderr deleted file mode 100644 index 81b0e7f5..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-003-permission-denied.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : permission_denied: Permission denied diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-003-permission-denied.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-003-permission-denied.stderr.raw deleted file mode 100644 index cec49fc9..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-003-permission-denied.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : permission_denied: Permission denied diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-003-permission-denied.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-003-permission-denied.stdout deleted file mode 100644 index 35c7e64c..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-003-permission-denied.stdout +++ /dev/null @@ -1 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-003-permission-denied.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-003-permission-denied.stdout.raw deleted file mode 100644 index 35c7e64c..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-003-permission-denied.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-004-permission-denied-2.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-004-permission-denied-2.stderr deleted file mode 100644 index 81b0e7f5..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-004-permission-denied-2.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : permission_denied: Permission denied diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-004-permission-denied-2.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-004-permission-denied-2.stderr.raw deleted file mode 100644 index cec49fc9..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-004-permission-denied-2.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : permission_denied: Permission denied diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-004-permission-denied-2.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-004-permission-denied-2.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-004-permission-denied-2.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-004-permission-denied-2.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stderr deleted file mode 100644 index 2d35fa8c..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : symbolic_link1: No such file or directory diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stderr.raw deleted file mode 100644 index baf3cafc..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : symbolic_link1: No such file or directory diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stdout deleted file mode 100644 index 35c7e64c..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stdout +++ /dev/null @@ -1 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stdout.raw deleted file mode 100644 index 35c7e64c..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-005-too-many-symbolic-links-encountered.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-006-too-many-symbolic-links-encountered-2.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-006-too-many-symbolic-links-encountered-2.stderr deleted file mode 100644 index 2d35fa8c..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-006-too-many-symbolic-links-encountered-2.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : symbolic_link1: No such file or directory diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-006-too-many-symbolic-links-encountered-2.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-006-too-many-symbolic-links-encountered-2.stderr.raw deleted file mode 100644 index baf3cafc..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-006-too-many-symbolic-links-encountered-2.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : symbolic_link1: No such file or directory diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-006-too-many-symbolic-links-encountered-2.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-006-too-many-symbolic-links-encountered-2.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-006-too-many-symbolic-links-encountered-2.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-006-too-many-symbolic-links-encountered-2.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-007-no-such-file-or-directory.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-007-no-such-file-or-directory.stderr deleted file mode 100644 index 22e4693a..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-007-no-such-file-or-directory.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : no_such_file_or_directory: No such file or directory diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-007-no-such-file-or-directory.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-007-no-such-file-or-directory.stderr.raw deleted file mode 100644 index 734024c8..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-007-no-such-file-or-directory.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : no_such_file_or_directory: No such file or directory diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-007-no-such-file-or-directory.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-007-no-such-file-or-directory.stdout deleted file mode 100644 index 35c7e64c..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-007-no-such-file-or-directory.stdout +++ /dev/null @@ -1 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-007-no-such-file-or-directory.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-007-no-such-file-or-directory.stdout.raw deleted file mode 100644 index 35c7e64c..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-007-no-such-file-or-directory.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-008-no-such-file-or-directory-2.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-008-no-such-file-or-directory-2.stderr deleted file mode 100644 index 22e4693a..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-008-no-such-file-or-directory-2.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : no_such_file_or_directory: No such file or directory diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-008-no-such-file-or-directory-2.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-008-no-such-file-or-directory-2.stderr.raw deleted file mode 100644 index 734024c8..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-008-no-such-file-or-directory-2.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : no_such_file_or_directory: No such file or directory diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-008-no-such-file-or-directory-2.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-008-no-such-file-or-directory-2.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-008-no-such-file-or-directory-2.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-008-no-such-file-or-directory-2.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stderr deleted file mode 100644 index 5d467d47..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : ./enoent_symlink: No such file or directory diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stderr.raw deleted file mode 100644 index 39365149..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : ./enoent_symlink: No such file or directory diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stdout deleted file mode 100644 index 35c7e64c..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stdout +++ /dev/null @@ -1 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stdout.raw deleted file mode 100644 index 35c7e64c..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-009-no-such-file-or-directory-symlink.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-010-no-such-file-or-directory-symlink-2.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-010-no-such-file-or-directory-symlink-2.stderr deleted file mode 100644 index 5d467d47..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-010-no-such-file-or-directory-symlink-2.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : ./enoent_symlink: No such file or directory diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-010-no-such-file-or-directory-symlink-2.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-010-no-such-file-or-directory-symlink-2.stderr.raw deleted file mode 100644 index 39365149..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-010-no-such-file-or-directory-symlink-2.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: cd : ./enoent_symlink: No such file or directory diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-010-no-such-file-or-directory-symlink-2.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-010-no-such-file-or-directory-symlink-2.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-010-no-such-file-or-directory-symlink-2.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-errors-010-no-such-file-or-directory-symlink-2.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-options-001-not-following-links.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-options-001-not-following-links.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-options-001-not-following-links.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-options-001-not-following-links.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-options-001-not-following-links.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-options-001-not-following-links.stdout deleted file mode 100644 index 0e983508..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-options-001-not-following-links.stdout +++ /dev/null @@ -1,38 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory/sub_sub_directory -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-options-001-not-following-links.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-options-001-not-following-links.stdout.raw deleted file mode 100644 index 0e983508..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-options-001-not-following-links.stdout.raw +++ /dev/null @@ -1,38 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory/sub_sub_directory -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 35 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-options-002-oldpwd.stderr b/42sh/42ShellTester/tmp/minishell-builtins-cd-options-002-oldpwd.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-options-002-oldpwd.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-options-002-oldpwd.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-options-002-oldpwd.stdout b/42sh/42ShellTester/tmp/minishell-builtins-cd-options-002-oldpwd.stdout deleted file mode 100644 index 35c7e64c..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-options-002-oldpwd.stdout +++ /dev/null @@ -1 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD diff --git a/42sh/42ShellTester/tmp/minishell-builtins-cd-options-002-oldpwd.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-cd-options-002-oldpwd.stdout.raw deleted file mode 100644 index 35c7e64c..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-cd-options-002-oldpwd.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-001-env-same-value-as-parent.stderr b/42sh/42ShellTester/tmp/minishell-builtins-env-001-env-same-value-as-parent.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-001-env-same-value-as-parent.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-env-001-env-same-value-as-parent.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-001-env-same-value-as-parent.stdout b/42sh/42ShellTester/tmp/minishell-builtins-env-001-env-same-value-as-parent.stdout deleted file mode 100644 index a3ba60b7..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-env-001-env-same-value-as-parent.stdout +++ /dev/null @@ -1,35 +0,0 @@ -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-001-env-same-value-as-parent.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-env-001-env-same-value-as-parent.stdout.raw deleted file mode 100644 index a3ba60b7..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-env-001-env-same-value-as-parent.stdout.raw +++ /dev/null @@ -1,35 +0,0 @@ -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-002-env-check-usefull-var.stderr b/42sh/42ShellTester/tmp/minishell-builtins-env-002-env-check-usefull-var.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-002-env-check-usefull-var.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-env-002-env-check-usefull-var.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-002-env-check-usefull-var.stdout b/42sh/42ShellTester/tmp/minishell-builtins-env-002-env-check-usefull-var.stdout deleted file mode 100644 index 22665697..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-env-002-env-check-usefull-var.stdout +++ /dev/null @@ -1,36 +0,0 @@ -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -TEST_42SHTEST=TOKEN201703291625 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-002-env-check-usefull-var.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-env-002-env-check-usefull-var.stdout.raw deleted file mode 100644 index 22665697..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-env-002-env-check-usefull-var.stdout.raw +++ /dev/null @@ -1,36 +0,0 @@ -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -TEST_42SHTEST=TOKEN201703291625 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-003-ignore-environment.stderr b/42sh/42ShellTester/tmp/minishell-builtins-env-003-ignore-environment.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-003-ignore-environment.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-env-003-ignore-environment.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-003-ignore-environment.stdout b/42sh/42ShellTester/tmp/minishell-builtins-env-003-ignore-environment.stdout deleted file mode 100644 index a032e4d3..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-env-003-ignore-environment.stdout +++ /dev/null @@ -1,3 +0,0 @@ ------------------------------- ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 0 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-003-ignore-environment.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-env-003-ignore-environment.stdout.raw deleted file mode 100644 index a032e4d3..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-env-003-ignore-environment.stdout.raw +++ /dev/null @@ -1,3 +0,0 @@ ------------------------------- ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 0 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-005-set-variables.stderr b/42sh/42ShellTester/tmp/minishell-builtins-env-005-set-variables.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-005-set-variables.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-env-005-set-variables.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-005-set-variables.stdout b/42sh/42ShellTester/tmp/minishell-builtins-env-005-set-variables.stdout deleted file mode 100644 index cc255c61..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-env-005-set-variables.stdout +++ /dev/null @@ -1,41 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 -VARTEST1=TOKEN201703291625_1 -VARTEST2=TOKEN201703291625_2 -VARTEST3=TOKEN201703291625_3 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 38 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-005-set-variables.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-env-005-set-variables.stdout.raw deleted file mode 100644 index cc255c61..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-env-005-set-variables.stdout.raw +++ /dev/null @@ -1,41 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 -VARTEST1=TOKEN201703291625_1 -VARTEST2=TOKEN201703291625_2 -VARTEST3=TOKEN201703291625_3 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 38 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-errors-001-command-not-found.stderr b/42sh/42ShellTester/tmp/minishell-builtins-env-errors-001-command-not-found.stderr deleted file mode 100644 index 09fdd950..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-env-errors-001-command-not-found.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: env: ./invalid_binary: No such file or directory diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-errors-001-command-not-found.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-env-errors-001-command-not-found.stderr.raw deleted file mode 100644 index 9fe695d2..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-env-errors-001-command-not-found.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: env: ./invalid_binary: No such file or directory diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-errors-001-command-not-found.stdout b/42sh/42ShellTester/tmp/minishell-builtins-env-errors-001-command-not-found.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-errors-001-command-not-found.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-env-errors-001-command-not-found.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-errors-002-illegal-option.stderr b/42sh/42ShellTester/tmp/minishell-builtins-env-errors-002-illegal-option.stderr deleted file mode 100644 index d3a61bd2..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-env-errors-002-illegal-option.stderr +++ /dev/null @@ -1,2 +0,0 @@ -env: invalid option -w -../../42sh: usage: env [-i] [name=value]... [utility [argument...]] diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-errors-002-illegal-option.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-env-errors-002-illegal-option.stderr.raw deleted file mode 100644 index 5d9c251b..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-env-errors-002-illegal-option.stderr.raw +++ /dev/null @@ -1,2 +0,0 @@ -env: invalid option -w -../../42sh: usage: env [-i] [name=value]... [utility [argument...]] diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-errors-002-illegal-option.stdout b/42sh/42ShellTester/tmp/minishell-builtins-env-errors-002-illegal-option.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-errors-002-illegal-option.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-env-errors-002-illegal-option.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-multiple-options-001-ignore-environment-and-set-variable.stderr b/42sh/42ShellTester/tmp/minishell-builtins-env-multiple-options-001-ignore-environment-and-set-variable.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-multiple-options-001-ignore-environment-and-set-variable.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-env-multiple-options-001-ignore-environment-and-set-variable.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-multiple-options-001-ignore-environment-and-set-variable.stdout b/42sh/42ShellTester/tmp/minishell-builtins-env-multiple-options-001-ignore-environment-and-set-variable.stdout deleted file mode 100644 index 4720284a..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-env-multiple-options-001-ignore-environment-and-set-variable.stdout +++ /dev/null @@ -1,4 +0,0 @@ ------------------------------- -TESTVARIABLE=TOKEN201703291625 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 1 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-env-multiple-options-001-ignore-environment-and-set-variable.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-env-multiple-options-001-ignore-environment-and-set-variable.stdout.raw deleted file mode 100644 index 4720284a..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-env-multiple-options-001-ignore-environment-and-set-variable.stdout.raw +++ /dev/null @@ -1,4 +0,0 @@ ------------------------------- -TESTVARIABLE=TOKEN201703291625 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 1 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-001-without-any-argument.stderr b/42sh/42ShellTester/tmp/minishell-builtins-exit-001-without-any-argument.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-001-without-any-argument.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-exit-001-without-any-argument.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-001-without-any-argument.stdout b/42sh/42ShellTester/tmp/minishell-builtins-exit-001-without-any-argument.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-001-without-any-argument.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-exit-001-without-any-argument.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-002-status-passed-as-argument.stderr b/42sh/42ShellTester/tmp/minishell-builtins-exit-002-status-passed-as-argument.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-002-status-passed-as-argument.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-exit-002-status-passed-as-argument.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-002-status-passed-as-argument.stdout b/42sh/42ShellTester/tmp/minishell-builtins-exit-002-status-passed-as-argument.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-002-status-passed-as-argument.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-exit-002-status-passed-as-argument.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-003-status-of-last-command.stderr b/42sh/42ShellTester/tmp/minishell-builtins-exit-003-status-of-last-command.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-003-status-of-last-command.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-exit-003-status-of-last-command.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-003-status-of-last-command.stdout b/42sh/42ShellTester/tmp/minishell-builtins-exit-003-status-of-last-command.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-003-status-of-last-command.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-exit-003-status-of-last-command.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-001-too-many-args.stderr b/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-001-too-many-args.stderr deleted file mode 100644 index 847a5818..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-001-too-many-args.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: exit: too many argument required diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-001-too-many-args.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-001-too-many-args.stderr.raw deleted file mode 100644 index 90343b80..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-001-too-many-args.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: exit: too many argument required diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-001-too-many-args.stdout b/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-001-too-many-args.stdout deleted file mode 100644 index a3bd7c77..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-001-too-many-args.stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291625 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-001-too-many-args.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-001-too-many-args.stdout.raw deleted file mode 100644 index a3bd7c77..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-001-too-many-args.stdout.raw +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291625 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-002-non-numeric-argument.stderr b/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-002-non-numeric-argument.stderr deleted file mode 100644 index cda5e18e..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-002-non-numeric-argument.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: exit: numeric argument required diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-002-non-numeric-argument.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-002-non-numeric-argument.stderr.raw deleted file mode 100644 index 46a0fbb7..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-002-non-numeric-argument.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: exit: numeric argument required diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-002-non-numeric-argument.stdout b/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-002-non-numeric-argument.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-002-non-numeric-argument.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-exit-errors-002-non-numeric-argument.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-mixed-001-setenv-unsetenv.stderr b/42sh/42ShellTester/tmp/minishell-builtins-mixed-001-setenv-unsetenv.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-mixed-001-setenv-unsetenv.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-mixed-001-setenv-unsetenv.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-mixed-001-setenv-unsetenv.stdout b/42sh/42ShellTester/tmp/minishell-builtins-mixed-001-setenv-unsetenv.stdout deleted file mode 100644 index eb36bc0f..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-mixed-001-setenv-unsetenv.stdout +++ /dev/null @@ -1,12 +0,0 @@ ------------------------------- -_=../../42sh -?=0 -SHLVL=1 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 3 ------------------------------- -_=../../42sh -?=0 -SHLVL=1 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 3 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-mixed-001-setenv-unsetenv.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-mixed-001-setenv-unsetenv.stdout.raw deleted file mode 100644 index eb36bc0f..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-mixed-001-setenv-unsetenv.stdout.raw +++ /dev/null @@ -1,12 +0,0 @@ ------------------------------- -_=../../42sh -?=0 -SHLVL=1 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 3 ------------------------------- -_=../../42sh -?=0 -SHLVL=1 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 3 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-001-no-argument.stderr b/42sh/42ShellTester/tmp/minishell-builtins-setenv-001-no-argument.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-001-no-argument.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-setenv-001-no-argument.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-001-no-argument.stdout b/42sh/42ShellTester/tmp/minishell-builtins-setenv-001-no-argument.stdout deleted file mode 100644 index 60aacb60..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-setenv-001-no-argument.stdout +++ /dev/null @@ -1,70 +0,0 @@ -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%22 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-001-no-argument.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-setenv-001-no-argument.stdout.raw deleted file mode 100644 index 60aacb60..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-setenv-001-no-argument.stdout.raw +++ /dev/null @@ -1,70 +0,0 @@ -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 -export TERM_PROGRAM=iTerm.app -export TERM=screen-256color -export SHELL=/bin/zsh -export HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -export TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -export Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -export TERM_PROGRAM_VERSION=3.0.10 -export TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export ZSH=/Users/ariard/.oh-my-zsh -export USER=ariard -export SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -export __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -export PAGER=less -export TMUX=/private/tmp/tmux-18965/default,460,2 -export HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -export LSCOLORS=Gxfxcxdxbxegedabagacad -export PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -export MAIL=ariard@student.42.fr -export PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -export LANG=en_US.UTF-8 -export ITERM_PROFILE=Default -export XPC_FLAGS=0x0 -export TMUX_PANE=%22 -export XPC_SERVICE_NAME=0 -export SHLVL=5 -export HOME=/Users/ariard -export COLORFGBG=7;0 -export ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -export LOGNAME=ariard -export LESS=-R -export LC_CTYPE=en_US.UTF-8 -export TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -export OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -export _=../../42sh -export ?=0 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-002-add-new-variable.stderr b/42sh/42ShellTester/tmp/minishell-builtins-setenv-002-add-new-variable.stderr deleted file mode 100644 index 57852398..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-setenv-002-add-new-variable.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: setenv: not an identifier: TESTVAR1=VALUE_TOKEN201703291625 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-002-add-new-variable.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-setenv-002-add-new-variable.stderr.raw deleted file mode 100644 index d0ece503..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-setenv-002-add-new-variable.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: setenv: not an identifier: TESTVAR1=VALUE_TOKEN201703291625 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-002-add-new-variable.stdout b/42sh/42ShellTester/tmp/minishell-builtins-setenv-002-add-new-variable.stdout deleted file mode 100644 index 6f4a4040..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-setenv-002-add-new-variable.stdout +++ /dev/null @@ -1,117 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 -TESTVAR1=VALUE_TOKEN201703291625 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=81 -TESTVAR1=VALUE_TOKEN201703291625 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 -TESTVAR1=VALUE_TOKEN201703291625 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-002-add-new-variable.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-setenv-002-add-new-variable.stdout.raw deleted file mode 100644 index 6f4a4040..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-setenv-002-add-new-variable.stdout.raw +++ /dev/null @@ -1,117 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 -TESTVAR1=VALUE_TOKEN201703291625 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=81 -TESTVAR1=VALUE_TOKEN201703291625 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -_=../../42sh -?=0 -TESTVAR1=VALUE_TOKEN201703291625 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-003-set-existing-variable.stderr b/42sh/42ShellTester/tmp/minishell-builtins-setenv-003-set-existing-variable.stderr deleted file mode 100644 index 7e460757..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-setenv-003-set-existing-variable.stderr +++ /dev/null @@ -1 +0,0 @@ -../../42sh: setenv: not an identifier: TESTVAR1=NEW_TOKEN201703291625 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-003-set-existing-variable.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-setenv-003-set-existing-variable.stderr.raw deleted file mode 100644 index 2108b131..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-setenv-003-set-existing-variable.stderr.raw +++ /dev/null @@ -1 +0,0 @@ -../../42sh: setenv: not an identifier: TESTVAR1=NEW_TOKEN201703291625 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-003-set-existing-variable.stdout b/42sh/42ShellTester/tmp/minishell-builtins-setenv-003-set-existing-variable.stdout deleted file mode 100644 index 734073be..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-setenv-003-set-existing-variable.stdout +++ /dev/null @@ -1,117 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -TESTVAR1=NEW_TOKEN201703291625 -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -TESTVAR1=NEW_TOKEN201703291625 -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=79 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -TESTVAR1=NEW_TOKEN201703291625 -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-003-set-existing-variable.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-setenv-003-set-existing-variable.stdout.raw deleted file mode 100644 index 734073be..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-setenv-003-set-existing-variable.stdout.raw +++ /dev/null @@ -1,117 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -TESTVAR1=NEW_TOKEN201703291625 -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -TESTVAR1=NEW_TOKEN201703291625 -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=79 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -TESTVAR1=NEW_TOKEN201703291625 -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 36 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-004-invalid-identifier.stderr b/42sh/42ShellTester/tmp/minishell-builtins-setenv-004-invalid-identifier.stderr deleted file mode 100644 index 94753051..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-setenv-004-invalid-identifier.stderr +++ /dev/null @@ -1,2 +0,0 @@ -../../42sh: setenv: not an identifier: 42 -../../42sh: export: not an identifier: 42 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-004-invalid-identifier.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-setenv-004-invalid-identifier.stderr.raw deleted file mode 100644 index 3e6bcc35..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-setenv-004-invalid-identifier.stderr.raw +++ /dev/null @@ -1,2 +0,0 @@ -../../42sh: setenv: not an identifier: 42 -../../42sh: export: not an identifier: 42 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-004-invalid-identifier.stdout b/42sh/42ShellTester/tmp/minishell-builtins-setenv-004-invalid-identifier.stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-004-invalid-identifier.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-setenv-004-invalid-identifier.stdout.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-005-add-and-set-multiple-variables.stderr b/42sh/42ShellTester/tmp/minishell-builtins-setenv-005-add-and-set-multiple-variables.stderr deleted file mode 100644 index 3ef350b1..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-setenv-005-add-and-set-multiple-variables.stderr +++ /dev/null @@ -1,20 +0,0 @@ -../../42sh: setenv: not an identifier: TESTVAR1=VALUE_TOKEN201703291625_1 -../../42sh: setenv: not an identifier: TEST2VAR1=VALUE_TOKEN201703291625_1 -../../42sh: setenv: not an identifier: TESTVAR2=VALUE_TOKEN201703291625_2 -../../42sh: setenv: not an identifier: TEST2VAR2=VALUE_TOKEN201703291625_2 -../../42sh: setenv: not an identifier: TESTVAR3=VALUE_TOKEN201703291625_3 -../../42sh: setenv: not an identifier: TEST2VAR3=VALUE_TOKEN201703291625_3 -../../42sh: setenv: not an identifier: TESTVAR4=VALUE_TOKEN201703291625_4 -../../42sh: setenv: not an identifier: TEST2VAR4=VALUE_TOKEN201703291625_4 -../../42sh: setenv: not an identifier: TESTVAR5=VALUE_TOKEN201703291625_5 -../../42sh: setenv: not an identifier: TEST2VAR5=VALUE_TOKEN201703291625_5 -../../42sh: setenv: not an identifier: TESTVAR6=VALUE_TOKEN201703291625_6 -../../42sh: setenv: not an identifier: TEST2VAR6=VALUE_TOKEN201703291625_6 -../../42sh: setenv: not an identifier: TESTVAR7=VALUE_TOKEN201703291625_7 -../../42sh: setenv: not an identifier: TEST2VAR7=VALUE_TOKEN201703291625_7 -../../42sh: setenv: not an identifier: TESTVAR8=VALUE_TOKEN201703291625_8 -../../42sh: setenv: not an identifier: TEST2VAR8=VALUE_TOKEN201703291625_8 -../../42sh: setenv: not an identifier: TESTVAR9=VALUE_TOKEN201703291625_9 -../../42sh: setenv: not an identifier: TEST2VAR9=VALUE_TOKEN201703291625_9 -../../42sh: setenv: not an identifier: TESTVAR10=VALUE_TOKEN201703291625_10 -../../42sh: setenv: not an identifier: TEST2VAR10=VALUE_TOKEN201703291625_10 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-005-add-and-set-multiple-variables.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-setenv-005-add-and-set-multiple-variables.stderr.raw deleted file mode 100644 index 8ed9b1c7..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-setenv-005-add-and-set-multiple-variables.stderr.raw +++ /dev/null @@ -1,20 +0,0 @@ -../../42sh: setenv: not an identifier: TESTVAR1=VALUE_TOKEN201703291625_1 -../../42sh: setenv: not an identifier: TEST2VAR1=VALUE_TOKEN201703291625_1 -../../42sh: setenv: not an identifier: TESTVAR2=VALUE_TOKEN201703291625_2 -../../42sh: setenv: not an identifier: TEST2VAR2=VALUE_TOKEN201703291625_2 -../../42sh: setenv: not an identifier: TESTVAR3=VALUE_TOKEN201703291625_3 -../../42sh: setenv: not an identifier: TEST2VAR3=VALUE_TOKEN201703291625_3 -../../42sh: setenv: not an identifier: TESTVAR4=VALUE_TOKEN201703291625_4 -../../42sh: setenv: not an identifier: TEST2VAR4=VALUE_TOKEN201703291625_4 -../../42sh: setenv: not an identifier: TESTVAR5=VALUE_TOKEN201703291625_5 -../../42sh: setenv: not an identifier: TEST2VAR5=VALUE_TOKEN201703291625_5 -../../42sh: setenv: not an identifier: TESTVAR6=VALUE_TOKEN201703291625_6 -../../42sh: setenv: not an identifier: TEST2VAR6=VALUE_TOKEN201703291625_6 -../../42sh: setenv: not an identifier: TESTVAR7=VALUE_TOKEN201703291625_7 -../../42sh: setenv: not an identifier: TEST2VAR7=VALUE_TOKEN201703291625_7 -../../42sh: setenv: not an identifier: TESTVAR8=VALUE_TOKEN201703291625_8 -../../42sh: setenv: not an identifier: TEST2VAR8=VALUE_TOKEN201703291625_8 -../../42sh: setenv: not an identifier: TESTVAR9=VALUE_TOKEN201703291625_9 -../../42sh: setenv: not an identifier: TEST2VAR9=VALUE_TOKEN201703291625_9 -../../42sh: setenv: not an identifier: TESTVAR10=VALUE_TOKEN201703291625_10 -../../42sh: setenv: not an identifier: TEST2VAR10=VALUE_TOKEN201703291625_10 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-005-add-and-set-multiple-variables.stdout b/42sh/42ShellTester/tmp/minishell-builtins-setenv-005-add-and-set-multiple-variables.stdout deleted file mode 100644 index 6f96e9b0..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-setenv-005-add-and-set-multiple-variables.stdout +++ /dev/null @@ -1,174 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -TEST2VAR10=VALUE_TOKEN201703291625_10 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TEST2VAR9=VALUE_TOKEN201703291625_9 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -TEST2VAR8=VALUE_TOKEN201703291625_8 -TEST2VAR7=VALUE_TOKEN201703291625_7 -TEST2VAR6=VALUE_TOKEN201703291625_6 -TEST2VAR5=VALUE_TOKEN201703291625_5 -TEST2VAR4=VALUE_TOKEN201703291625_4 -TEST2VAR3=VALUE_TOKEN201703291625_3 -TEST2VAR2=VALUE_TOKEN201703291625_2 -TEST2VAR1=VALUE_TOKEN201703291625_1 -_=../../42sh -?=0 -TESTVAR1=VALUE_TOKEN201703291625_1 -TESTVAR2=VALUE_TOKEN201703291625_2 -TESTVAR3=VALUE_TOKEN201703291625_3 -TESTVAR4=VALUE_TOKEN201703291625_4 -TESTVAR5=VALUE_TOKEN201703291625_5 -TESTVAR6=VALUE_TOKEN201703291625_6 -TESTVAR7=VALUE_TOKEN201703291625_7 -TESTVAR8=VALUE_TOKEN201703291625_8 -TESTVAR9=VALUE_TOKEN201703291625_9 -TESTVAR10=VALUE_TOKEN201703291625_10 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 55 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -TEST2VAR10=VALUE_TOKEN201703291625_10 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TEST2VAR9=VALUE_TOKEN201703291625_9 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -TEST2VAR8=VALUE_TOKEN201703291625_8 -TEST2VAR7=VALUE_TOKEN201703291625_7 -TEST2VAR6=VALUE_TOKEN201703291625_6 -TEST2VAR5=VALUE_TOKEN201703291625_5 -TEST2VAR4=VALUE_TOKEN201703291625_4 -TEST2VAR3=VALUE_TOKEN201703291625_3 -TEST2VAR2=VALUE_TOKEN201703291625_2 -TEST2VAR1=VALUE_TOKEN201703291625_1 -_=../../42sh -?=86 -TESTVAR1=VALUE_TOKEN201703291625_1 -TESTVAR2=VALUE_TOKEN201703291625_2 -TESTVAR3=VALUE_TOKEN201703291625_3 -TESTVAR4=VALUE_TOKEN201703291625_4 -TESTVAR5=VALUE_TOKEN201703291625_5 -TESTVAR6=VALUE_TOKEN201703291625_6 -TESTVAR7=VALUE_TOKEN201703291625_7 -TESTVAR8=VALUE_TOKEN201703291625_8 -TESTVAR9=VALUE_TOKEN201703291625_9 -TESTVAR10=VALUE_TOKEN201703291625_10 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 55 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -TEST2VAR10=VALUE_TOKEN201703291625_10 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TEST2VAR9=VALUE_TOKEN201703291625_9 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -TEST2VAR8=VALUE_TOKEN201703291625_8 -TEST2VAR7=VALUE_TOKEN201703291625_7 -TEST2VAR6=VALUE_TOKEN201703291625_6 -TEST2VAR5=VALUE_TOKEN201703291625_5 -TEST2VAR4=VALUE_TOKEN201703291625_4 -TEST2VAR3=VALUE_TOKEN201703291625_3 -TEST2VAR2=VALUE_TOKEN201703291625_2 -TEST2VAR1=VALUE_TOKEN201703291625_1 -_=../../42sh -?=0 -TESTVAR1=VALUE_TOKEN201703291625_1 -TESTVAR2=VALUE_TOKEN201703291625_2 -TESTVAR3=VALUE_TOKEN201703291625_3 -TESTVAR4=VALUE_TOKEN201703291625_4 -TESTVAR5=VALUE_TOKEN201703291625_5 -TESTVAR6=VALUE_TOKEN201703291625_6 -TESTVAR7=VALUE_TOKEN201703291625_7 -TESTVAR8=VALUE_TOKEN201703291625_8 -TESTVAR9=VALUE_TOKEN201703291625_9 -TESTVAR10=VALUE_TOKEN201703291625_10 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 55 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-setenv-005-add-and-set-multiple-variables.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-setenv-005-add-and-set-multiple-variables.stdout.raw deleted file mode 100644 index 6f96e9b0..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-setenv-005-add-and-set-multiple-variables.stdout.raw +++ /dev/null @@ -1,174 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -TEST2VAR10=VALUE_TOKEN201703291625_10 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TEST2VAR9=VALUE_TOKEN201703291625_9 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -TEST2VAR8=VALUE_TOKEN201703291625_8 -TEST2VAR7=VALUE_TOKEN201703291625_7 -TEST2VAR6=VALUE_TOKEN201703291625_6 -TEST2VAR5=VALUE_TOKEN201703291625_5 -TEST2VAR4=VALUE_TOKEN201703291625_4 -TEST2VAR3=VALUE_TOKEN201703291625_3 -TEST2VAR2=VALUE_TOKEN201703291625_2 -TEST2VAR1=VALUE_TOKEN201703291625_1 -_=../../42sh -?=0 -TESTVAR1=VALUE_TOKEN201703291625_1 -TESTVAR2=VALUE_TOKEN201703291625_2 -TESTVAR3=VALUE_TOKEN201703291625_3 -TESTVAR4=VALUE_TOKEN201703291625_4 -TESTVAR5=VALUE_TOKEN201703291625_5 -TESTVAR6=VALUE_TOKEN201703291625_6 -TESTVAR7=VALUE_TOKEN201703291625_7 -TESTVAR8=VALUE_TOKEN201703291625_8 -TESTVAR9=VALUE_TOKEN201703291625_9 -TESTVAR10=VALUE_TOKEN201703291625_10 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 55 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -TEST2VAR10=VALUE_TOKEN201703291625_10 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TEST2VAR9=VALUE_TOKEN201703291625_9 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -TEST2VAR8=VALUE_TOKEN201703291625_8 -TEST2VAR7=VALUE_TOKEN201703291625_7 -TEST2VAR6=VALUE_TOKEN201703291625_6 -TEST2VAR5=VALUE_TOKEN201703291625_5 -TEST2VAR4=VALUE_TOKEN201703291625_4 -TEST2VAR3=VALUE_TOKEN201703291625_3 -TEST2VAR2=VALUE_TOKEN201703291625_2 -TEST2VAR1=VALUE_TOKEN201703291625_1 -_=../../42sh -?=86 -TESTVAR1=VALUE_TOKEN201703291625_1 -TESTVAR2=VALUE_TOKEN201703291625_2 -TESTVAR3=VALUE_TOKEN201703291625_3 -TESTVAR4=VALUE_TOKEN201703291625_4 -TESTVAR5=VALUE_TOKEN201703291625_5 -TESTVAR6=VALUE_TOKEN201703291625_6 -TESTVAR7=VALUE_TOKEN201703291625_7 -TESTVAR8=VALUE_TOKEN201703291625_8 -TESTVAR9=VALUE_TOKEN201703291625_9 -TESTVAR10=VALUE_TOKEN201703291625_10 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 55 ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -TEST2VAR10=VALUE_TOKEN201703291625_10 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TEST2VAR9=VALUE_TOKEN201703291625_9 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -TEST2VAR8=VALUE_TOKEN201703291625_8 -TEST2VAR7=VALUE_TOKEN201703291625_7 -TEST2VAR6=VALUE_TOKEN201703291625_6 -TEST2VAR5=VALUE_TOKEN201703291625_5 -TEST2VAR4=VALUE_TOKEN201703291625_4 -TEST2VAR3=VALUE_TOKEN201703291625_3 -TEST2VAR2=VALUE_TOKEN201703291625_2 -TEST2VAR1=VALUE_TOKEN201703291625_1 -_=../../42sh -?=0 -TESTVAR1=VALUE_TOKEN201703291625_1 -TESTVAR2=VALUE_TOKEN201703291625_2 -TESTVAR3=VALUE_TOKEN201703291625_3 -TESTVAR4=VALUE_TOKEN201703291625_4 -TESTVAR5=VALUE_TOKEN201703291625_5 -TESTVAR6=VALUE_TOKEN201703291625_6 -TESTVAR7=VALUE_TOKEN201703291625_7 -TESTVAR8=VALUE_TOKEN201703291625_8 -TESTVAR9=VALUE_TOKEN201703291625_9 -TESTVAR10=VALUE_TOKEN201703291625_10 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 55 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-001-unsetenv-first-elem.stderr b/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-001-unsetenv-first-elem.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-001-unsetenv-first-elem.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-001-unsetenv-first-elem.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-001-unsetenv-first-elem.stdout b/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-001-unsetenv-first-elem.stdout deleted file mode 100644 index 8076654a..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-001-unsetenv-first-elem.stdout +++ /dev/null @@ -1,6 +0,0 @@ ------------------------------- -_=../../42sh -?=0 -SHLVL=1 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 3 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-001-unsetenv-first-elem.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-001-unsetenv-first-elem.stdout.raw deleted file mode 100644 index 8076654a..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-001-unsetenv-first-elem.stdout.raw +++ /dev/null @@ -1,6 +0,0 @@ ------------------------------- -_=../../42sh -?=0 -SHLVL=1 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 3 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-002-unsetenv-mult-envp.stderr b/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-002-unsetenv-mult-envp.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-002-unsetenv-mult-envp.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-002-unsetenv-mult-envp.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-002-unsetenv-mult-envp.stdout b/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-002-unsetenv-mult-envp.stdout deleted file mode 100644 index 8076654a..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-002-unsetenv-mult-envp.stdout +++ /dev/null @@ -1,6 +0,0 @@ ------------------------------- -_=../../42sh -?=0 -SHLVL=1 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 3 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-002-unsetenv-mult-envp.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-002-unsetenv-mult-envp.stdout.raw deleted file mode 100644 index 8076654a..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-002-unsetenv-mult-envp.stdout.raw +++ /dev/null @@ -1,6 +0,0 @@ ------------------------------- -_=../../42sh -?=0 -SHLVL=1 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 3 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-003-unsetenv-mult-envp-inline.stderr b/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-003-unsetenv-mult-envp-inline.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-003-unsetenv-mult-envp-inline.stderr.raw b/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-003-unsetenv-mult-envp-inline.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-003-unsetenv-mult-envp-inline.stdout b/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-003-unsetenv-mult-envp-inline.stdout deleted file mode 100644 index 8076654a..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-003-unsetenv-mult-envp-inline.stdout +++ /dev/null @@ -1,6 +0,0 @@ ------------------------------- -_=../../42sh -?=0 -SHLVL=1 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 3 diff --git a/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-003-unsetenv-mult-envp-inline.stdout.raw b/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-003-unsetenv-mult-envp-inline.stdout.raw deleted file mode 100644 index 8076654a..00000000 --- a/42sh/42ShellTester/tmp/minishell-builtins-unsetenv-003-unsetenv-mult-envp-inline.stdout.raw +++ /dev/null @@ -1,6 +0,0 @@ ------------------------------- -_=../../42sh -?=0 -SHLVL=1 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 3 diff --git a/42sh/42ShellTester/tmp/minishell-misc-001-copy-of-environment.stderr b/42sh/42ShellTester/tmp/minishell-misc-001-copy-of-environment.stderr deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-misc-001-copy-of-environment.stderr.raw b/42sh/42ShellTester/tmp/minishell-misc-001-copy-of-environment.stderr.raw deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/minishell-misc-001-copy-of-environment.stdout b/42sh/42ShellTester/tmp/minishell-misc-001-copy-of-environment.stdout deleted file mode 100644 index 2b106c5c..00000000 --- a/42sh/42ShellTester/tmp/minishell-misc-001-copy-of-environment.stdout +++ /dev/null @@ -1,41 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -COPYENV_VAR2=TOKEN201703291625_VAR2 -COPYENV_VAR3=TOKEN201703291625_VAR3 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -COPYENV_VAR1=TOKEN201703291625_VAR1 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 38 diff --git a/42sh/42ShellTester/tmp/minishell-misc-001-copy-of-environment.stdout.raw b/42sh/42ShellTester/tmp/minishell-misc-001-copy-of-environment.stdout.raw deleted file mode 100644 index 2b106c5c..00000000 --- a/42sh/42ShellTester/tmp/minishell-misc-001-copy-of-environment.stdout.raw +++ /dev/null @@ -1,41 +0,0 @@ ------------------------------- -TERM_PROGRAM=iTerm.app -TERM=screen-256color -SHELL=/bin/zsh -HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp -TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/ -Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.4f2AkmTXni/Render -TERM_PROGRAM_VERSION=3.0.10 -OLDPWD=/Users/ariard/Projects/42sh/42ShellTester -TERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -ZSH=/Users/ariard/.oh-my-zsh -USER=ariard -SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.VotSnLjyD2/Listeners -__CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0 -PAGER=less -TMUX=/private/tmp/tmux-18965/default,460,2 -HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches -LSCOLORS=Gxfxcxdxbxegedabagacad -PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin -MAIL=ariard@student.42.fr -PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp -LANG=en_US.UTF-8 -ITERM_PROFILE=Default -XPC_FLAGS=0x0 -TMUX_PANE=%22 -XPC_SERVICE_NAME=0 -SHLVL=5 -HOME=/Users/ariard -COLORFGBG=7;0 -COPYENV_VAR2=TOKEN201703291625_VAR2 -COPYENV_VAR3=TOKEN201703291625_VAR3 -ITERM_SESSION_ID=w0t0p0:27D68FBB-A085-467A-8F02-568DA11416F0 -COPYENV_VAR1=TOKEN201703291625_VAR1 -LOGNAME=ariard -LESS=-R -LC_CTYPE=en_US.UTF-8 -TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/ -_=../../42sh -?=0 ------------------------------- -TOTAL ENVIRONMENT VARIABLES: 38 diff --git a/42sh/42ShellTester/tmp/new_empty_file b/42sh/42ShellTester/tmp/new_empty_file deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/new_file b/42sh/42ShellTester/tmp/new_file deleted file mode 100644 index 9124520e..00000000 --- a/42sh/42ShellTester/tmp/new_file +++ /dev/null @@ -1 +0,0 @@ -TOKEN1 diff --git a/42sh/42ShellTester/tmp/new_file_stderr b/42sh/42ShellTester/tmp/new_file_stderr deleted file mode 100644 index 569ce4ab..00000000 --- a/42sh/42ShellTester/tmp/new_file_stderr +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_STDERR diff --git a/42sh/42ShellTester/tmp/new_file_stderr_and_stdout b/42sh/42ShellTester/tmp/new_file_stderr_and_stdout deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/new_file_stdout b/42sh/42ShellTester/tmp/new_file_stdout deleted file mode 100644 index 84e87bd2..00000000 --- a/42sh/42ShellTester/tmp/new_file_stdout +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_1 diff --git a/42sh/42ShellTester/tmp/not_a_directory b/42sh/42ShellTester/tmp/not_a_directory deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/simple_text_file b/42sh/42ShellTester/tmp/simple_text_file deleted file mode 100644 index fd952ef3..00000000 --- a/42sh/42ShellTester/tmp/simple_text_file +++ /dev/null @@ -1,3 +0,0 @@ -TOKEN201703291601_LINE_1 -TOKEN201703291601_LINE_2 -TOKEN201703291601_LINE_3 diff --git a/42sh/42ShellTester/tmp/size b/42sh/42ShellTester/tmp/size deleted file mode 100644 index 992153c2..00000000 --- a/42sh/42ShellTester/tmp/size +++ /dev/null @@ -1 +0,0 @@ -^ 48$ diff --git a/42sh/42ShellTester/tmp/sleep_and_exit_with_status b/42sh/42ShellTester/tmp/sleep_and_exit_with_status deleted file mode 100755 index b4723761..00000000 Binary files a/42sh/42ShellTester/tmp/sleep_and_exit_with_status and /dev/null differ diff --git a/42sh/42ShellTester/tmp/sleep_and_write_on_stderr b/42sh/42ShellTester/tmp/sleep_and_write_on_stderr deleted file mode 100755 index 429d9c61..00000000 Binary files a/42sh/42ShellTester/tmp/sleep_and_write_on_stderr and /dev/null differ diff --git a/42sh/42ShellTester/tmp/stdin b/42sh/42ShellTester/tmp/stdin deleted file mode 100644 index c9821962..00000000 --- a/42sh/42ShellTester/tmp/stdin +++ /dev/null @@ -1 +0,0 @@ -./display_env diff --git a/42sh/42ShellTester/tmp/stored_env b/42sh/42ShellTester/tmp/stored_env deleted file mode 100644 index f79c242d..00000000 --- a/42sh/42ShellTester/tmp/stored_env +++ /dev/null @@ -1,31 +0,0 @@ -TERM_PROGRAM= -TERM= -SHELL= -HOMEBREW_TEMP= -TMPDIR= -Apple_PubSub_Socket_Render= -TERM_PROGRAM_VERSION= -TERM_SESSION_ID= -ZSH= -USER= -SSH_AUTH_SOCK= -PAGER= -TMUX= -HOMEBREW_CACHE= -LSCOLORS= -PATH= -MAIL= -PWD= -LANG= -ITERM_PROFILE= -XPC_FLAGS= -TMUX_PANE= -XPC_SERVICE_NAME= -SHLVL= -HOME= -COLORFGBG= -ITERM_SESSION_ID= -LOGNAME= -LESS= -LC_CTYPE= -TMUX_PLUGIN_MANAGER_PATH= diff --git a/42sh/42ShellTester/tmp/sub_directory/sub_sub_directory_link b/42sh/42ShellTester/tmp/sub_directory/sub_sub_directory_link deleted file mode 120000 index 60a4b8c7..00000000 --- a/42sh/42ShellTester/tmp/sub_directory/sub_sub_directory_link +++ /dev/null @@ -1 +0,0 @@ -./sub_sub_directory \ No newline at end of file diff --git a/42sh/42ShellTester/tmp/sub_directory_link b/42sh/42ShellTester/tmp/sub_directory_link deleted file mode 120000 index 31379e08..00000000 --- a/42sh/42ShellTester/tmp/sub_directory_link +++ /dev/null @@ -1 +0,0 @@ -./sub_directory \ No newline at end of file diff --git a/42sh/42ShellTester/tmp/symbolic_link b/42sh/42ShellTester/tmp/symbolic_link deleted file mode 120000 index 31379e08..00000000 --- a/42sh/42ShellTester/tmp/symbolic_link +++ /dev/null @@ -1 +0,0 @@ -./sub_directory \ No newline at end of file diff --git a/42sh/42ShellTester/tmp/symbolic_link1 b/42sh/42ShellTester/tmp/symbolic_link1 deleted file mode 120000 index 75f7d174..00000000 --- a/42sh/42ShellTester/tmp/symbolic_link1 +++ /dev/null @@ -1 +0,0 @@ -./symbolic_link3 \ No newline at end of file diff --git a/42sh/42ShellTester/tmp/symbolic_link2 b/42sh/42ShellTester/tmp/symbolic_link2 deleted file mode 120000 index da72f134..00000000 --- a/42sh/42ShellTester/tmp/symbolic_link2 +++ /dev/null @@ -1 +0,0 @@ -./symbolic_link1 \ No newline at end of file diff --git a/42sh/42ShellTester/tmp/symbolic_link3 b/42sh/42ShellTester/tmp/symbolic_link3 deleted file mode 120000 index 7254b868..00000000 --- a/42sh/42ShellTester/tmp/symbolic_link3 +++ /dev/null @@ -1 +0,0 @@ -./symbolic_link2 \ No newline at end of file diff --git a/42sh/42ShellTester/tmp/test_globbing/a b/42sh/42ShellTester/tmp/test_globbing/a deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/test_globbing/b b/42sh/42ShellTester/tmp/test_globbing/b deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/test_globbing/c b/42sh/42ShellTester/tmp/test_globbing/c deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/test_globbing/d b/42sh/42ShellTester/tmp/test_globbing/d deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/test_globbing/e b/42sh/42ShellTester/tmp/test_globbing/e deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/test_globbing/f b/42sh/42ShellTester/tmp/test_globbing/f deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/test_globbing/g b/42sh/42ShellTester/tmp/test_globbing/g deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/test_globbing/h b/42sh/42ShellTester/tmp/test_globbing/h deleted file mode 100644 index e69de29b..00000000 diff --git a/42sh/42ShellTester/tmp/truncated_file b/42sh/42ShellTester/tmp/truncated_file deleted file mode 100644 index 1bd3aa16..00000000 --- a/42sh/42ShellTester/tmp/truncated_file +++ /dev/null @@ -1 +0,0 @@ -TOKEN201703291601_second diff --git a/42sh/42ShellTester/tmp/virtual_path/p1/display_my_name1 b/42sh/42ShellTester/tmp/virtual_path/p1/display_my_name1 deleted file mode 100755 index 8cfa2dc7..00000000 Binary files a/42sh/42ShellTester/tmp/virtual_path/p1/display_my_name1 and /dev/null differ diff --git a/42sh/42ShellTester/tmp/virtual_path/p2/display_my_name2 b/42sh/42ShellTester/tmp/virtual_path/p2/display_my_name2 deleted file mode 100755 index 8cfa2dc7..00000000 Binary files a/42sh/42ShellTester/tmp/virtual_path/p2/display_my_name2 and /dev/null differ diff --git a/42sh/42ShellTester/tmp/virtual_path_1/fake_echo b/42sh/42ShellTester/tmp/virtual_path_1/fake_echo deleted file mode 100755 index dcc2e4e4..00000000 Binary files a/42sh/42ShellTester/tmp/virtual_path_1/fake_echo and /dev/null differ diff --git a/42sh/42ShellTester/tmp/virtual_path_2/fake_echo b/42sh/42ShellTester/tmp/virtual_path_2/fake_echo deleted file mode 100755 index ef183dd9..00000000 Binary files a/42sh/42ShellTester/tmp/virtual_path_2/fake_echo and /dev/null differ diff --git a/42sh/42ShellTester/tmp/write_all_arguments_on_stdout b/42sh/42ShellTester/tmp/write_all_arguments_on_stdout deleted file mode 100755 index 5e603052..00000000 Binary files a/42sh/42ShellTester/tmp/write_all_arguments_on_stdout and /dev/null differ diff --git a/42sh/README.md b/42sh/README.md index ef9553cd..baff7d45 100644 --- a/42sh/README.md +++ b/42sh/README.md @@ -2,6 +2,11 @@ 42sh school project. +By alao, ariard, gwojda, jhalford, wescande. +Final note : 125/100, best grade possible. + +More than 10 000 lines of pure C, even the library was written by ourselves. No memory leaks, no crash were allowed. The most impressive project of the first cycle of 42 school cursus. + Mandatory part: - Prompt without line edition. - Builtins `cd`, `echo`, `exit`, `env`, `setenv`, `unsetenv` with there options. @@ -24,7 +29,7 @@ Optional feature (five of theses are mandatory to validate the project): Optional feature highly appreciated: - Job Control and builtins `job`, `fg`, `bg` and operand `&`. -- Shell Scripting. +- Shell Scripting in POSIX standards: for, while, until, if/elif/else, {}, bang (!), case, functions, variable assignements ## Shell / Subshell @@ -91,3 +96,12 @@ Commands|Functions| `fg n`|Bring the specified jobs to foreground where `n` is the numerical value of the process found in `jobs`. ## scripting +`while compound-list ; do compound-list ; done` +`until compound-list ; do compound-list ; done` +`if compound-list ; then compound-list ; elif compound-list ; then compound-list ; else compound-list` +`for i in list ; do compound-list ; done` +`case pattern1 in ( pattern2 ) compound-list ;; ( pattern1) compound-list ;; esac` +`{ compound-list }` +`! command` +`func() { compound-list }` +`VAR="hello world"` diff --git a/42sh/another_file b/42sh/another_file deleted file mode 100644 index 8152dc4e..00000000 --- a/42sh/another_file +++ /dev/null @@ -1,1458 +0,0 @@ -src/builtin/bt_env_opt.c$$ -src/builtin/bt_read_get.c$$ -src/builtin/bt_read_term.c$$ -src/builtin/builtin_cd.c$$ -src/builtin/builtin_echo.c$$ -src/builtin/builtin_env.c$$ -src/builtin/builtin_exit.c$$ -src/builtin/builtin_export.c$$ -src/builtin/builtin_func.c$$ -src/builtin/builtin_hash.c$$ -src/builtin/builtin_history.c$$ -src/builtin/builtin_math.c$$ -src/builtin/builtin_read.c$$ -src/builtin/builtin_setenv.c$$ -src/builtin/builtin_unset.c$$ -src/builtin/builtin_unsetenv.c$$ -src/builtin/is_builtin.c$$ -src/completion/c_arrow.c$$ -src/completion/c_clear.c$$ -src/completion/c_find_abspath.c$$ -src/completion/c_find_binary.c$$ -src/completion/c_find_env.c$$ -src/completion/c_find_files.c$$ -src/completion/c_init.c$$ -src/completion/c_match.c$$ -src/completion/c_match_glob.c$$ -src/completion/c_match_update.c$$ -src/completion/c_misc.c$$ -src/completion/c_output.c$$ -src/completion/c_parser.c$$ -src/completion/c_pathsolver.c$$ -src/completion/c_printer.c$$ -src/completion/c_sizing.c$$ -src/completion/c_terminal.c$$ -src/completion/completion.c$$ -src/exec/ast_free.c$$ -src/exec/bad_fd.c$$ -src/exec/exec_ampersand.c$$ -src/exec/exec_and_if.c$$ -src/exec/exec_bang.c$$ -src/exec/exec_case_branch.c$$ -src/exec/exec_destroy.c$$ -src/exec/exec_elif.c$$ -src/exec/exec_else.c$$ -src/exec/exec_func.c$$ -src/exec/exec_init.c$$ -src/exec/exec_leaf.c$$ -src/exec/exec_or_if.c$$ -src/exec/exec_pipe.c$$ -src/exec/exec_semi.c$$ -src/exec/exec_var.c$$ -src/exec/fd_is_valid.c$$ -src/exec/ft_exec.c$$ -src/exec/ft_findexec.c$$ -src/exec/is_function.c$$ -src/exec/mark_process_status.c$$ -src/exec/node_copy.c$$ -src/exec/pfree_cmd.c$$ -src/exec/pfree_cond.c$$ -src/exec/pfree_func.c$$ -src/exec/pfree_list.c$$ -src/exec/pfree_subshell.c$$ -src/exec/plaunch_brace.c$$ -src/exec/plaunch_builtin.c$$ -src/exec/plaunch_case.c$$ -src/exec/plaunch_empty.c$$ -src/exec/plaunch_file.c$$ -src/exec/plaunch_for.c$$ -src/exec/plaunch_function.c$$ -src/exec/plaunch_if.c$$ -src/exec/plaunch_subshell.c$$ -src/exec/plaunch_until.c$$ -src/exec/plaunch_while.c$$ -src/exec/process_launch.c$$ -src/exec/process_redirect.c$$ -src/exec/process_set.c$$ -src/exec/process_setgroup.c$$ -src/exec/process_setsig.c$$ -src/exec/pset_brace.c$$ -src/exec/pset_case.c$$ -src/exec/pset_cmd.c$$ -src/exec/pset_for.c$$ -src/exec/pset_if.c$$ -src/exec/pset_subshell.c$$ -src/exec/pset_until.c$$ -src/exec/pset_while.c$$ -src/exec/redir_copy.c$$ -src/exec/redir_free.c$$ -src/exec/redirect_dgreat.c$$ -src/exec/redirect_dless.c$$ -src/exec/redirect_great.c$$ -src/exec/redirect_greatand.c$$ -src/exec/redirect_less.c$$ -src/exec/redirect_lessand.c$$ -src/exec/set_exitstatus.c$$ -src/exec/token_to_argv.c$$ -src/glob/command_getoutput.c$$ -src/glob/dir_glob.c$$ -src/glob/esc_print.c$$ -src/glob/expand_bquote.c$$ -src/glob/expand_brace.c$$ -src/glob/expand_esc.c$$ -src/glob/expand_home.c$$ -src/glob/expand_var.c$$ -src/glob/ft_strsplit_esc.c$$ -src/glob/ft_strsplit_spe.c$$ -src/glob/gen_tab_esc.c$$ -src/glob/glob.c$$ -src/glob/is_char_esc.c$$ -src/glob/match_pattern.c$$ -src/glob/tab_esc_copy.c$$ -src/glob/word_is_assignment.c$$ -src/hash_table/ft_add_hash.c$$ -src/hash_table/hash.c$$ -src/hash_table/hash_free.c$$ -src/hash_table/hash_str.c$$ -src/hash_table/is_hash.c$$ -src/history/add_str_in_history.c$$ -src/history/history.c$$ -src/history/history_parsing.c$$ -src/history/history_parsing_toolz.c$$ -src/history/history_parsing_toolz_2.c$$ -src/history/list_toolz.c$$ -src/history/surch_in_history.c$$ -src/job_control/builtin_bg.c$$ -src/job_control/builtin_fg.c$$ -src/job_control/builtin_jobs.c$$ -src/job_control/do_job_notification.c$$ -src/job_control/has_running_job.c$$ -src/job_control/has_stopped_job.c$$ -src/job_control/job_addprocess.c$$ -src/job_control/job_cmp_id.c$$ -src/job_control/job_format.c$$ -src/job_control/job_format_head.c$$ -src/job_control/job_free.c$$ -src/job_control/job_getprocess.c$$ -src/job_control/job_getrank.c$$ -src/job_control/job_hup_all.c$$ -src/job_control/job_is_completed.c$$ -src/job_control/job_is_stopped.c$$ -src/job_control/job_notify_change.c$$ -src/job_control/job_notify_new.c$$ -src/job_control/job_remove.c$$ -src/job_control/job_run.c$$ -src/job_control/job_update_id.c$$ -src/job_control/job_update_status.c$$ -src/job_control/job_wait.c$$ -src/job_control/jobc_destroy.c$$ -src/job_control/jobc_init.c$$ -src/job_control/mark_job_as_running.c$$ -src/job_control/pprint_brace.c$$ -src/job_control/pprint_case.c$$ -src/job_control/pprint_cmd.c$$ -src/job_control/pprint_for.c$$ -src/job_control/pprint_function.c$$ -src/job_control/pprint_if.c$$ -src/job_control/pprint_subshell.c$$ -src/job_control/pprint_until.c$$ -src/job_control/pprint_while.c$$ -src/job_control/process_cmp_pid.c$$ -src/job_control/process_format.c$$ -src/job_control/process_free.c$$ -src/job_control/put_job_in_background.c$$ -src/job_control/put_job_in_foreground.c$$ -src/job_control/sigchld_handler.c$$ -src/job_control/sigint_handler.c$$ -src/job_control/sigtstp_handler.c$$ -src/job_control/sigttin_handler.c$$ -src/job_control/sigttou_handler.c$$ -src/lexer/do_lexer_routine.c$$ -src/lexer/get_lexer_stack.c$$ -src/lexer/get_lexer_stack2.c$$ -src/lexer/get_reserved_words.c$$ -src/lexer/get_state_global.c$$ -src/lexer/get_state_redir.c$$ -src/lexer/insert_newline.c$$ -src/lexer/isrw_delim.c$$ -src/lexer/keep_last_type.c$$ -src/lexer/lexer_backslash.c$$ -src/lexer/lexer_bquote.c$$ -src/lexer/lexer_curly_braces.c$$ -src/lexer/lexer_default.c$$ -src/lexer/lexer_delim.c$$ -src/lexer/lexer_destroy.c$$ -src/lexer/lexer_dquote.c$$ -src/lexer/lexer_end.c$$ -src/lexer/lexer_great.c$$ -src/lexer/lexer_heredoc.c$$ -src/lexer/lexer_init.c$$ -src/lexer/lexer_less.c$$ -src/lexer/lexer_lex.c$$ -src/lexer/lexer_newline.c$$ -src/lexer/lexer_number.c$$ -src/lexer/lexer_paren.c$$ -src/lexer/lexer_quote.c$$ -src/lexer/lexer_sep.c$$ -src/lexer/lexer_word.c$$ -src/lexer/token_append.c$$ -src/lexer/token_cmp_type.c$$ -src/lexer/token_free.c$$ -src/lexer/token_init.c$$ -src/lexer/token_print.c$$ -src/line_editing/control_features.c$$ -src/line_editing/ft_prompt.c$$ -src/line_editing/get_key.c$$ -src/line_editing/readline.c$$ -src/line_editing/resize.c$$ -src/main/data_exit.c$$ -src/main/data_init.c$$ -src/main/data_singleton.c$$ -src/main/ft_putast.c$$ -src/main/main.c$$ -src/main/shell_fds.c$$ -src/main/shell_init.c$$ -src/main/shell_sig.c$$ -src/parser/add_bang.c$$ -src/parser/add_case.c$$ -src/parser/add_cmd.c$$ -src/parser/add_condition.c$$ -src/parser/add_func.c$$ -src/parser/add_loop.c$$ -src/parser/add_number.c$$ -src/parser/add_redir.c$$ -src/parser/add_sep.c$$ -src/parser/add_subshell.c$$ -src/parser/aggregate_sym.c$$ -src/parser/build_tree.c$$ -src/parser/do_parser_routine.c$$ -src/parser/error_syntax.c$$ -src/parser/eval_sym.c$$ -src/parser/ft_parse.c$$ -src/parser/heredoc_parser.c$$ -src/parser/parser_destroy.c$$ -src/parser/parser_init.c$$ -src/parser/pop_stack.c$$ -src/parser/produce_sym.c$$ -src/parser/push_stack.c$$ -src/parser/read_stack.c$$ -src/parser/redir_init.c$$ -src/parser/stack_init.c$$ -src/parser/sym_free.c$$ -src/parser/tree_func_free.c$$ -src/parser/tree_wrapper.c$$ -src/builtin/bt_env_opt.c$$ -src/builtin/bt_read_get.c$$ -src/builtin/bt_read_term.c$$ -src/builtin/builtin_cd.c$$ -src/builtin/builtin_echo.c$$ -src/builtin/builtin_env.c$$ -src/builtin/builtin_exit.c$$ -src/builtin/builtin_export.c$$ -src/builtin/builtin_func.c$$ -src/builtin/builtin_hash.c$$ -src/builtin/builtin_history.c$$ -src/builtin/builtin_math.c$$ -src/builtin/builtin_read.c$$ -src/builtin/builtin_setenv.c$$ -src/builtin/builtin_unset.c$$ -src/builtin/builtin_unsetenv.c$$ -src/builtin/is_builtin.c$$ -src/completion/c_arrow.c$$ -src/completion/c_clear.c$$ -src/completion/c_find_abspath.c$$ -src/completion/c_find_binary.c$$ -src/completion/c_find_env.c$$ -src/completion/c_find_files.c$$ -src/completion/c_init.c$$ -src/completion/c_match.c$$ -src/completion/c_match_glob.c$$ -src/completion/c_match_update.c$$ -src/completion/c_misc.c$$ -src/completion/c_output.c$$ -src/completion/c_parser.c$$ -src/completion/c_pathsolver.c$$ -src/completion/c_printer.c$$ -src/completion/c_sizing.c$$ -src/completion/c_terminal.c$$ -src/completion/completion.c$$ -src/exec/ast_free.c$$ -src/exec/bad_fd.c$$ -src/exec/exec_ampersand.c$$ -src/exec/exec_and_if.c$$ -src/exec/exec_bang.c$$ -src/exec/exec_case_branch.c$$ -src/exec/exec_destroy.c$$ -src/exec/exec_elif.c$$ -src/exec/exec_else.c$$ -src/exec/exec_func.c$$ -src/exec/exec_init.c$$ -src/exec/exec_leaf.c$$ -src/exec/exec_or_if.c$$ -src/exec/exec_pipe.c$$ -src/exec/exec_semi.c$$ -src/exec/exec_var.c$$ -src/exec/fd_is_valid.c$$ -src/exec/ft_exec.c$$ -src/exec/ft_findexec.c$$ -src/exec/is_function.c$$ -src/exec/mark_process_status.c$$ -src/exec/node_copy.c$$ -src/exec/pfree_cmd.c$$ -src/exec/pfree_cond.c$$ -src/exec/pfree_func.c$$ -src/exec/pfree_list.c$$ -src/exec/pfree_subshell.c$$ -src/exec/plaunch_brace.c$$ -src/exec/plaunch_builtin.c$$ -src/exec/plaunch_case.c$$ -src/exec/plaunch_empty.c$$ -src/exec/plaunch_file.c$$ -src/exec/plaunch_for.c$$ -src/exec/plaunch_function.c$$ -src/exec/plaunch_if.c$$ -src/exec/plaunch_subshell.c$$ -src/exec/plaunch_until.c$$ -src/exec/plaunch_while.c$$ -src/exec/process_launch.c$$ -src/exec/process_redirect.c$$ -src/exec/process_set.c$$ -src/exec/process_setgroup.c$$ -src/exec/process_setsig.c$$ -src/exec/pset_brace.c$$ -src/exec/pset_case.c$$ -src/exec/pset_cmd.c$$ -src/exec/pset_for.c$$ -src/exec/pset_if.c$$ -src/exec/pset_subshell.c$$ -src/exec/pset_until.c$$ -src/exec/pset_while.c$$ -src/exec/redir_copy.c$$ -src/exec/redir_free.c$$ -src/exec/redirect_dgreat.c$$ -src/exec/redirect_dless.c$$ -src/exec/redirect_great.c$$ -src/exec/redirect_greatand.c$$ -src/exec/redirect_less.c$$ -src/exec/redirect_lessand.c$$ -src/exec/set_exitstatus.c$$ -src/exec/token_to_argv.c$$ -src/glob/command_getoutput.c$$ -src/glob/dir_glob.c$$ -src/glob/esc_print.c$$ -src/glob/expand_bquote.c$$ -src/glob/expand_brace.c$$ -src/glob/expand_esc.c$$ -src/glob/expand_home.c$$ -src/glob/expand_var.c$$ -src/glob/ft_strsplit_esc.c$$ -src/glob/ft_strsplit_spe.c$$ -src/glob/gen_tab_esc.c$$ -src/glob/glob.c$$ -src/glob/is_char_esc.c$$ -src/glob/match_pattern.c$$ -src/glob/tab_esc_copy.c$$ -src/glob/word_is_assignment.c$$ -src/hash_table/ft_add_hash.c$$ -src/hash_table/hash.c$$ -src/hash_table/hash_free.c$$ -src/hash_table/hash_str.c$$ -src/hash_table/is_hash.c$$ -src/history/add_str_in_history.c$$ -src/history/history.c$$ -src/history/history_parsing.c$$ -src/history/history_parsing_toolz.c$$ -src/history/history_parsing_toolz_2.c$$ -src/history/list_toolz.c$$ -src/history/surch_in_history.c$$ -src/job_control/builtin_bg.c$$ -src/job_control/builtin_fg.c$$ -src/job_control/builtin_jobs.c$$ -src/job_control/do_job_notification.c$$ -src/job_control/has_running_job.c$$ -src/job_control/has_stopped_job.c$$ -src/job_control/job_addprocess.c$$ -src/job_control/job_cmp_id.c$$ -src/job_control/job_format.c$$ -src/job_control/job_format_head.c$$ -src/job_control/job_free.c$$ -src/job_control/job_getprocess.c$$ -src/job_control/job_getrank.c$$ -src/job_control/job_hup_all.c$$ -src/job_control/job_is_completed.c$$ -src/job_control/job_is_stopped.c$$ -src/job_control/job_notify_change.c$$ -src/job_control/job_notify_new.c$$ -src/job_control/job_remove.c$$ -src/job_control/job_run.c$$ -src/job_control/job_update_id.c$$ -src/job_control/job_update_status.c$$ -src/job_control/job_wait.c$$ -src/job_control/jobc_destroy.c$$ -src/job_control/jobc_init.c$$ -src/job_control/mark_job_as_running.c$$ -src/job_control/pprint_brace.c$$ -src/job_control/pprint_case.c$$ -src/job_control/pprint_cmd.c$$ -src/job_control/pprint_for.c$$ -src/job_control/pprint_function.c$$ -src/job_control/pprint_if.c$$ -src/job_control/pprint_subshell.c$$ -src/job_control/pprint_until.c$$ -src/job_control/pprint_while.c$$ -src/job_control/process_cmp_pid.c$$ -src/job_control/process_format.c$$ -src/job_control/process_free.c$$ -src/job_control/put_job_in_background.c$$ -src/job_control/put_job_in_foreground.c$$ -src/job_control/sigchld_handler.c$$ -src/job_control/sigint_handler.c$$ -src/job_control/sigtstp_handler.c$$ -src/job_control/sigttin_handler.c$$ -src/job_control/sigttou_handler.c$$ -src/lexer/do_lexer_routine.c$$ -src/lexer/get_lexer_stack.c$$ -src/lexer/get_lexer_stack2.c$$ -src/lexer/get_reserved_words.c$$ -src/lexer/get_state_global.c$$ -src/lexer/get_state_redir.c$$ -src/lexer/insert_newline.c$$ -src/lexer/isrw_delim.c$$ -src/lexer/keep_last_type.c$$ -src/lexer/lexer_backslash.c$$ -src/lexer/lexer_bquote.c$$ -src/lexer/lexer_curly_braces.c$$ -src/lexer/lexer_default.c$$ -src/lexer/lexer_delim.c$$ -src/lexer/lexer_destroy.c$$ -src/lexer/lexer_dquote.c$$ -src/lexer/lexer_end.c$$ -src/lexer/lexer_great.c$$ -src/lexer/lexer_heredoc.c$$ -src/lexer/lexer_init.c$$ -src/lexer/lexer_less.c$$ -src/lexer/lexer_lex.c$$ -src/lexer/lexer_newline.c$$ -src/lexer/lexer_number.c$$ -src/lexer/lexer_paren.c$$ -src/lexer/lexer_quote.c$$ -src/lexer/lexer_sep.c$$ -src/lexer/lexer_word.c$$ -src/lexer/token_append.c$$ -src/lexer/token_cmp_type.c$$ -src/lexer/token_free.c$$ -src/lexer/token_init.c$$ -src/lexer/token_print.c$$ -src/line_editing/control_features.c$$ -src/line_editing/ft_prompt.c$$ -src/line_editing/get_key.c$$ -src/line_editing/readline.c$$ -src/line_editing/resize.c$$ -src/main/data_exit.c$$ -src/main/data_init.c$$ -src/main/data_singleton.c$$ -src/main/ft_putast.c$$ -src/main/main.c$$ -src/main/shell_fds.c$$ -src/main/shell_init.c$$ -src/main/shell_sig.c$$ -src/parser/add_bang.c$$ -src/parser/add_case.c$$ -src/parser/add_cmd.c$$ -src/parser/add_condition.c$$ -src/parser/add_func.c$$ -src/parser/add_loop.c$$ -src/parser/add_number.c$$ -src/parser/add_redir.c$$ -src/parser/add_sep.c$$ -src/parser/add_subshell.c$$ -src/parser/aggregate_sym.c$$ -src/parser/build_tree.c$$ -src/parser/do_parser_routine.c$$ -src/parser/error_syntax.c$$ -src/parser/eval_sym.c$$ -src/parser/ft_parse.c$$ -src/parser/heredoc_parser.c$$ -src/parser/parser_destroy.c$$ -src/parser/parser_init.c$$ -src/parser/pop_stack.c$$ -src/parser/produce_sym.c$$ -src/parser/push_stack.c$$ -src/parser/read_stack.c$$ -src/parser/redir_init.c$$ -src/parser/stack_init.c$$ -src/parser/sym_free.c$$ -src/parser/tree_func_free.c$$ -src/parser/tree_wrapper.c$$ -src/builtin/bt_env_opt.c$$ -src/builtin/bt_read_get.c$$ -src/builtin/bt_read_term.c$$ -src/builtin/builtin_cd.c$$ -src/builtin/builtin_echo.c$$ -src/builtin/builtin_env.c$$ -src/builtin/builtin_exit.c$$ -src/builtin/builtin_export.c$$ -src/builtin/builtin_func.c$$ -src/builtin/builtin_hash.c$$ -src/builtin/builtin_history.c$$ -src/builtin/builtin_math.c$$ -src/builtin/builtin_read.c$$ -src/builtin/builtin_setenv.c$$ -src/builtin/builtin_unset.c$$ -src/builtin/builtin_unsetenv.c$$ -src/builtin/is_builtin.c$$ -src/completion/c_arrow.c$$ -src/completion/c_clear.c$$ -src/completion/c_find_abspath.c$$ -src/completion/c_find_binary.c$$ -src/completion/c_find_env.c$$ -src/completion/c_find_files.c$$ -src/completion/c_init.c$$ -src/completion/c_match.c$$ -src/completion/c_match_glob.c$$ -src/completion/c_match_update.c$$ -src/completion/c_misc.c$$ -src/completion/c_output.c$$ -src/completion/c_parser.c$$ -src/completion/c_pathsolver.c$$ -src/completion/c_printer.c$$ -src/completion/c_sizing.c$$ -src/completion/c_terminal.c$$ -src/completion/completion.c$$ -src/exec/ast_free.c$$ -src/exec/bad_fd.c$$ -src/exec/exec_ampersand.c$$ -src/exec/exec_and_if.c$$ -src/exec/exec_bang.c$$ -src/exec/exec_case_branch.c$$ -src/exec/exec_destroy.c$$ -src/exec/exec_elif.c$$ -src/exec/exec_else.c$$ -src/exec/exec_func.c$$ -src/exec/exec_init.c$$ -src/exec/exec_leaf.c$$ -src/exec/exec_or_if.c$$ -src/exec/exec_pipe.c$$ -src/exec/exec_semi.c$$ -src/exec/exec_var.c$$ -src/exec/fd_is_valid.c$$ -src/exec/ft_exec.c$$ -src/exec/ft_findexec.c$$ -src/exec/is_function.c$$ -src/exec/mark_process_status.c$$ -src/exec/node_copy.c$$ -src/exec/pfree_cmd.c$$ -src/exec/pfree_cond.c$$ -src/exec/pfree_func.c$$ -src/exec/pfree_list.c$$ -src/exec/pfree_subshell.c$$ -src/exec/plaunch_brace.c$$ -src/exec/plaunch_builtin.c$$ -src/exec/plaunch_case.c$$ -src/exec/plaunch_empty.c$$ -src/exec/plaunch_file.c$$ -src/exec/plaunch_for.c$$ -src/exec/plaunch_function.c$$ -src/exec/plaunch_if.c$$ -src/exec/plaunch_subshell.c$$ -src/exec/plaunch_until.c$$ -src/exec/plaunch_while.c$$ -src/exec/process_launch.c$$ -src/exec/process_redirect.c$$ -src/exec/process_set.c$$ -src/exec/process_setgroup.c$$ -src/exec/process_setsig.c$$ -src/exec/pset_brace.c$$ -src/exec/pset_case.c$$ -src/exec/pset_cmd.c$$ -src/exec/pset_for.c$$ -src/exec/pset_if.c$$ -src/exec/pset_subshell.c$$ -src/exec/pset_until.c$$ -src/exec/pset_while.c$$ -src/exec/redir_copy.c$$ -src/exec/redir_free.c$$ -src/exec/redirect_dgreat.c$$ -src/exec/redirect_dless.c$$ -src/exec/redirect_great.c$$ -src/exec/redirect_greatand.c$$ -src/exec/redirect_less.c$$ -src/exec/redirect_lessand.c$$ -src/exec/set_exitstatus.c$$ -src/exec/token_to_argv.c$$ -src/glob/command_getoutput.c$$ -src/glob/dir_glob.c$$ -src/glob/esc_print.c$$ -src/glob/expand_bquote.c$$ -src/glob/expand_brace.c$$ -src/glob/expand_esc.c$$ -src/glob/expand_home.c$$ -src/glob/expand_var.c$$ -src/glob/ft_strsplit_esc.c$$ -src/glob/ft_strsplit_spe.c$$ -src/glob/gen_tab_esc.c$$ -src/glob/glob.c$$ -src/glob/is_char_esc.c$$ -src/glob/match_pattern.c$$ -src/glob/tab_esc_copy.c$$ -src/glob/word_is_assignment.c$$ -src/hash_table/ft_add_hash.c$$ -src/hash_table/hash.c$$ -src/hash_table/hash_free.c$$ -src/hash_table/hash_str.c$$ -src/hash_table/is_hash.c$$ -src/history/add_str_in_history.c$$ -src/history/history.c$$ -src/history/history_parsing.c$$ -src/history/history_parsing_toolz.c$$ -src/history/history_parsing_toolz_2.c$$ -src/history/list_toolz.c$$ -src/history/surch_in_history.c$$ -src/job_control/builtin_bg.c$$ -src/job_control/builtin_fg.c$$ -src/job_control/builtin_jobs.c$$ -src/job_control/do_job_notification.c$$ -src/job_control/has_running_job.c$$ -src/job_control/has_stopped_job.c$$ -src/job_control/job_addprocess.c$$ -src/job_control/job_cmp_id.c$$ -src/job_control/job_format.c$$ -src/job_control/job_format_head.c$$ -src/job_control/job_free.c$$ -src/job_control/job_getprocess.c$$ -src/job_control/job_getrank.c$$ -src/job_control/job_hup_all.c$$ -src/job_control/job_is_completed.c$$ -src/job_control/job_is_stopped.c$$ -src/job_control/job_notify_change.c$$ -src/job_control/job_notify_new.c$$ -src/job_control/job_remove.c$$ -src/job_control/job_run.c$$ -src/job_control/job_update_id.c$$ -src/job_control/job_update_status.c$$ -src/job_control/job_wait.c$$ -src/job_control/jobc_destroy.c$$ -src/job_control/jobc_init.c$$ -src/job_control/mark_job_as_running.c$$ -src/job_control/pprint_brace.c$$ -src/job_control/pprint_case.c$$ -src/job_control/pprint_cmd.c$$ -src/job_control/pprint_for.c$$ -src/job_control/pprint_function.c$$ -src/job_control/pprint_if.c$$ -src/job_control/pprint_subshell.c$$ -src/job_control/pprint_until.c$$ -src/job_control/pprint_while.c$$ -src/job_control/process_cmp_pid.c$$ -src/job_control/process_format.c$$ -src/job_control/process_free.c$$ -src/job_control/put_job_in_background.c$$ -src/job_control/put_job_in_foreground.c$$ -src/job_control/sigchld_handler.c$$ -src/job_control/sigint_handler.c$$ -src/job_control/sigtstp_handler.c$$ -src/job_control/sigttin_handler.c$$ -src/job_control/sigttou_handler.c$$ -src/lexer/do_lexer_routine.c$$ -src/lexer/get_lexer_stack.c$$ -src/lexer/get_lexer_stack2.c$$ -src/lexer/get_reserved_words.c$$ -src/lexer/get_state_global.c$$ -src/lexer/get_state_redir.c$$ -src/lexer/insert_newline.c$$ -src/lexer/isrw_delim.c$$ -src/lexer/keep_last_type.c$$ -src/lexer/lexer_backslash.c$$ -src/lexer/lexer_bquote.c$$ -src/lexer/lexer_curly_braces.c$$ -src/lexer/lexer_default.c$$ -src/lexer/lexer_delim.c$$ -src/lexer/lexer_destroy.c$$ -src/lexer/lexer_dquote.c$$ -src/lexer/lexer_end.c$$ -src/lexer/lexer_great.c$$ -src/lexer/lexer_heredoc.c$$ -src/lexer/lexer_init.c$$ -src/lexer/lexer_less.c$$ -src/lexer/lexer_lex.c$$ -src/lexer/lexer_newline.c$$ -src/lexer/lexer_number.c$$ -src/lexer/lexer_paren.c$$ -src/lexer/lexer_quote.c$$ -src/lexer/lexer_sep.c$$ -src/lexer/lexer_word.c$$ -src/lexer/token_append.c$$ -src/lexer/token_cmp_type.c$$ -src/lexer/token_free.c$$ -src/lexer/token_init.c$$ -src/lexer/token_print.c$$ -src/line_editing/control_features.c$$ -src/line_editing/ft_prompt.c$$ -src/line_editing/get_key.c$$ -src/line_editing/readline.c$$ -src/line_editing/resize.c$$ -src/main/data_exit.c$$ -src/main/data_init.c$$ -src/main/data_singleton.c$$ -src/main/ft_putast.c$$ -src/main/main.c$$ -src/main/shell_fds.c$$ -src/main/shell_init.c$$ -src/main/shell_sig.c$$ -src/parser/add_bang.c$$ -src/parser/add_case.c$$ -src/parser/add_cmd.c$$ -src/parser/add_condition.c$$ -src/parser/add_func.c$$ -src/parser/add_loop.c$$ -src/parser/add_number.c$$ -src/parser/add_redir.c$$ -src/parser/add_sep.c$$ -src/parser/add_subshell.c$$ -src/parser/aggregate_sym.c$$ -src/parser/build_tree.c$$ -src/parser/do_parser_routine.c$$ -src/parser/error_syntax.c$$ -src/parser/eval_sym.c$$ -src/parser/ft_parse.c$$ -src/parser/heredoc_parser.c$$ -src/parser/parser_destroy.c$$ -src/parser/parser_init.c$$ -src/parser/pop_stack.c$$ -src/parser/produce_sym.c$$ -src/parser/push_stack.c$$ -src/parser/read_stack.c$$ -src/parser/redir_init.c$$ -src/parser/stack_init.c$$ -src/parser/sym_free.c$$ -src/parser/tree_func_free.c$$ -src/parser/tree_wrapper.c$$ -src/builtin/bt_env_opt.c$$ -src/builtin/bt_read_get.c$$ -src/builtin/bt_read_term.c$$ -src/builtin/builtin_cd.c$$ -src/builtin/builtin_echo.c$$ -src/builtin/builtin_env.c$$ -src/builtin/builtin_exit.c$$ -src/builtin/builtin_export.c$$ -src/builtin/builtin_func.c$$ -src/builtin/builtin_hash.c$$ -src/builtin/builtin_history.c$$ -src/builtin/builtin_math.c$$ -src/builtin/builtin_read.c$$ -src/builtin/builtin_setenv.c$$ -src/builtin/builtin_unset.c$$ -src/builtin/builtin_unsetenv.c$$ -src/builtin/is_builtin.c$$ -src/completion/c_arrow.c$$ -src/completion/c_clear.c$$ -src/completion/c_find_abspath.c$$ -src/completion/c_find_binary.c$$ -src/completion/c_find_env.c$$ -src/completion/c_find_files.c$$ -src/completion/c_init.c$$ -src/completion/c_match.c$$ -src/completion/c_match_glob.c$$ -src/completion/c_match_update.c$$ -src/completion/c_misc.c$$ -src/completion/c_output.c$$ -src/completion/c_parser.c$$ -src/completion/c_pathsolver.c$$ -src/completion/c_printer.c$$ -src/completion/c_sizing.c$$ -src/completion/c_terminal.c$$ -src/completion/completion.c$$ -src/exec/ast_free.c$$ -src/exec/bad_fd.c$$ -src/exec/exec_ampersand.c$$ -src/exec/exec_and_if.c$$ -src/exec/exec_bang.c$$ -src/exec/exec_case_branch.c$$ -src/exec/exec_destroy.c$$ -src/exec/exec_elif.c$$ -src/exec/exec_else.c$$ -src/exec/exec_func.c$$ -src/exec/exec_init.c$$ -src/exec/exec_leaf.c$$ -src/exec/exec_or_if.c$$ -src/exec/exec_pipe.c$$ -src/exec/exec_semi.c$$ -src/exec/exec_var.c$$ -src/exec/fd_is_valid.c$$ -src/exec/ft_exec.c$$ -src/exec/ft_findexec.c$$ -src/exec/is_function.c$$ -src/exec/mark_process_status.c$$ -src/exec/node_copy.c$$ -src/exec/pfree_cmd.c$$ -src/exec/pfree_cond.c$$ -src/exec/pfree_func.c$$ -src/exec/pfree_list.c$$ -src/exec/pfree_subshell.c$$ -src/exec/plaunch_brace.c$$ -src/exec/plaunch_builtin.c$$ -src/exec/plaunch_case.c$$ -src/exec/plaunch_empty.c$$ -src/exec/plaunch_file.c$$ -src/exec/plaunch_for.c$$ -src/exec/plaunch_function.c$$ -src/exec/plaunch_if.c$$ -src/exec/plaunch_subshell.c$$ -src/exec/plaunch_until.c$$ -src/exec/plaunch_while.c$$ -src/exec/process_launch.c$$ -src/exec/process_redirect.c$$ -src/exec/process_set.c$$ -src/exec/process_setgroup.c$$ -src/exec/process_setsig.c$$ -src/exec/pset_brace.c$$ -src/exec/pset_case.c$$ -src/exec/pset_cmd.c$$ -src/exec/pset_for.c$$ -src/exec/pset_if.c$$ -src/exec/pset_subshell.c$$ -src/exec/pset_until.c$$ -src/exec/pset_while.c$$ -src/exec/redir_copy.c$$ -src/exec/redir_free.c$$ -src/exec/redirect_dgreat.c$$ -src/exec/redirect_dless.c$$ -src/exec/redirect_great.c$$ -src/exec/redirect_greatand.c$$ -src/exec/redirect_less.c$$ -src/exec/redirect_lessand.c$$ -src/exec/set_exitstatus.c$$ -src/exec/token_to_argv.c$$ -src/glob/command_getoutput.c$$ -src/glob/dir_glob.c$$ -src/glob/esc_print.c$$ -src/glob/expand_bquote.c$$ -src/glob/expand_brace.c$$ -src/glob/expand_esc.c$$ -src/glob/expand_home.c$$ -src/glob/expand_var.c$$ -src/glob/ft_strsplit_esc.c$$ -src/glob/ft_strsplit_spe.c$$ -src/glob/gen_tab_esc.c$$ -src/glob/glob.c$$ -src/glob/is_char_esc.c$$ -src/glob/match_pattern.c$$ -src/glob/tab_esc_copy.c$$ -src/glob/word_is_assignment.c$$ -src/hash_table/ft_add_hash.c$$ -src/hash_table/hash.c$$ -src/hash_table/hash_free.c$$ -src/hash_table/hash_str.c$$ -src/hash_table/is_hash.c$$ -src/history/add_str_in_history.c$$ -src/history/history.c$$ -src/history/history_parsing.c$$ -src/history/history_parsing_toolz.c$$ -src/history/history_parsing_toolz_2.c$$ -src/history/list_toolz.c$$ -src/history/surch_in_history.c$$ -src/job_control/builtin_bg.c$$ -src/job_control/builtin_fg.c$$ -src/job_control/builtin_jobs.c$$ -src/job_control/do_job_notification.c$$ -src/job_control/has_running_job.c$$ -src/job_control/has_stopped_job.c$$ -src/job_control/job_addprocess.c$$ -src/job_control/job_cmp_id.c$$ -src/job_control/job_format.c$$ -src/job_control/job_format_head.c$$ -src/job_control/job_free.c$$ -src/job_control/job_getprocess.c$$ -src/job_control/job_getrank.c$$ -src/job_control/job_hup_all.c$$ -src/job_control/job_is_completed.c$$ -src/job_control/job_is_stopped.c$$ -src/job_control/job_notify_change.c$$ -src/job_control/job_notify_new.c$$ -src/job_control/job_remove.c$$ -src/job_control/job_run.c$$ -src/job_control/job_update_id.c$$ -src/job_control/job_update_status.c$$ -src/job_control/job_wait.c$$ -src/job_control/jobc_destroy.c$$ -src/job_control/jobc_init.c$$ -src/job_control/mark_job_as_running.c$$ -src/job_control/pprint_brace.c$$ -src/job_control/pprint_case.c$$ -src/job_control/pprint_cmd.c$$ -src/job_control/pprint_for.c$$ -src/job_control/pprint_function.c$$ -src/job_control/pprint_if.c$$ -src/job_control/pprint_subshell.c$$ -src/job_control/pprint_until.c$$ -src/job_control/pprint_while.c$$ -src/job_control/process_cmp_pid.c$$ -src/job_control/process_format.c$$ -src/job_control/process_free.c$$ -src/job_control/put_job_in_background.c$$ -src/job_control/put_job_in_foreground.c$$ -src/job_control/sigchld_handler.c$$ -src/job_control/sigint_handler.c$$ -src/job_control/sigtstp_handler.c$$ -src/job_control/sigttin_handler.c$$ -src/job_control/sigttou_handler.c$$ -src/lexer/do_lexer_routine.c$$ -src/lexer/get_lexer_stack.c$$ -src/lexer/get_lexer_stack2.c$$ -src/lexer/get_reserved_words.c$$ -src/lexer/get_state_global.c$$ -src/lexer/get_state_redir.c$$ -src/lexer/insert_newline.c$$ -src/lexer/isrw_delim.c$$ -src/lexer/keep_last_type.c$$ -src/lexer/lexer_backslash.c$$ -src/lexer/lexer_bquote.c$$ -src/lexer/lexer_curly_braces.c$$ -src/lexer/lexer_default.c$$ -src/lexer/lexer_delim.c$$ -src/lexer/lexer_destroy.c$$ -src/lexer/lexer_dquote.c$$ -src/lexer/lexer_end.c$$ -src/lexer/lexer_great.c$$ -src/lexer/lexer_heredoc.c$$ -src/lexer/lexer_init.c$$ -src/lexer/lexer_less.c$$ -src/lexer/lexer_lex.c$$ -src/lexer/lexer_newline.c$$ -src/lexer/lexer_number.c$$ -src/lexer/lexer_paren.c$$ -src/lexer/lexer_quote.c$$ -src/lexer/lexer_sep.c$$ -src/lexer/lexer_word.c$$ -src/lexer/token_append.c$$ -src/lexer/token_cmp_type.c$$ -src/lexer/token_free.c$$ -src/lexer/token_init.c$$ -src/lexer/token_print.c$$ -src/line_editing/control_features.c$$ -src/line_editing/ft_prompt.c$$ -src/line_editing/get_key.c$$ -src/line_editing/readline.c$$ -src/line_editing/resize.c$$ -src/main/data_exit.c$$ -src/main/data_init.c$$ -src/main/data_singleton.c$$ -src/main/ft_putast.c$$ -src/main/main.c$$ -src/main/shell_fds.c$$ -src/main/shell_init.c$$ -src/main/shell_sig.c$$ -src/parser/add_bang.c$$ -src/parser/add_case.c$$ -src/parser/add_cmd.c$$ -src/parser/add_condition.c$$ -src/parser/add_func.c$$ -src/parser/add_loop.c$$ -src/parser/add_number.c$$ -src/parser/add_redir.c$$ -src/parser/add_sep.c$$ -src/parser/add_subshell.c$$ -src/parser/aggregate_sym.c$$ -src/parser/build_tree.c$$ -src/parser/do_parser_routine.c$$ -src/parser/error_syntax.c$$ -src/parser/eval_sym.c$$ -src/parser/ft_parse.c$$ -src/parser/heredoc_parser.c$$ -src/parser/parser_destroy.c$$ -src/parser/parser_init.c$$ -src/parser/pop_stack.c$$ -src/parser/produce_sym.c$$ -src/parser/push_stack.c$$ -src/parser/read_stack.c$$ -src/parser/redir_init.c$$ -src/parser/stack_init.c$$ -src/parser/sym_free.c$$ -src/parser/tree_func_free.c$$ -src/parser/tree_wrapper.c$$ -src/builtin/bt_env_opt.c$$ -src/builtin/bt_read_get.c$$ -src/builtin/bt_read_term.c$$ -src/builtin/builtin_cd.c$$ -src/builtin/builtin_echo.c$$ -src/builtin/builtin_env.c$$ -src/builtin/builtin_exit.c$$ -src/builtin/builtin_export.c$$ -src/builtin/builtin_func.c$$ -src/builtin/builtin_hash.c$$ -src/builtin/builtin_history.c$$ -src/builtin/builtin_math.c$$ -src/builtin/builtin_read.c$$ -src/builtin/builtin_setenv.c$$ -src/builtin/builtin_unset.c$$ -src/builtin/builtin_unsetenv.c$$ -src/builtin/is_builtin.c$$ -src/completion/c_arrow.c$$ -src/completion/c_clear.c$$ -src/completion/c_find_abspath.c$$ -src/completion/c_find_binary.c$$ -src/completion/c_find_env.c$$ -src/completion/c_find_files.c$$ -src/completion/c_init.c$$ -src/completion/c_match.c$$ -src/completion/c_match_glob.c$$ -src/completion/c_match_update.c$$ -src/completion/c_misc.c$$ -src/completion/c_output.c$$ -src/completion/c_parser.c$$ -src/completion/c_pathsolver.c$$ -src/completion/c_printer.c$$ -src/completion/c_sizing.c$$ -src/completion/c_terminal.c$$ -src/completion/completion.c$$ -src/exec/ast_free.c$$ -src/exec/bad_fd.c$$ -src/exec/exec_ampersand.c$$ -src/exec/exec_and_if.c$$ -src/exec/exec_bang.c$$ -src/exec/exec_case_branch.c$$ -src/exec/exec_destroy.c$$ -src/exec/exec_elif.c$$ -src/exec/exec_else.c$$ -src/exec/exec_func.c$$ -src/exec/exec_init.c$$ -src/exec/exec_leaf.c$$ -src/exec/exec_or_if.c$$ -src/exec/exec_pipe.c$$ -src/exec/exec_semi.c$$ -src/exec/exec_var.c$$ -src/exec/fd_is_valid.c$$ -src/exec/ft_exec.c$$ -src/exec/ft_findexec.c$$ -src/exec/is_function.c$$ -src/exec/mark_process_status.c$$ -src/exec/node_copy.c$$ -src/exec/pfree_cmd.c$$ -src/exec/pfree_cond.c$$ -src/exec/pfree_func.c$$ -src/exec/pfree_list.c$$ -src/exec/pfree_subshell.c$$ -src/exec/plaunch_brace.c$$ -src/exec/plaunch_builtin.c$$ -src/exec/plaunch_case.c$$ -src/exec/plaunch_empty.c$$ -src/exec/plaunch_file.c$$ -src/exec/plaunch_for.c$$ -src/exec/plaunch_function.c$$ -src/exec/plaunch_if.c$$ -src/exec/plaunch_subshell.c$$ -src/exec/plaunch_until.c$$ -src/exec/plaunch_while.c$$ -src/exec/process_launch.c$$ -src/exec/process_redirect.c$$ -src/exec/process_set.c$$ -src/exec/process_setgroup.c$$ -src/exec/process_setsig.c$$ -src/exec/pset_brace.c$$ -src/exec/pset_case.c$$ -src/exec/pset_cmd.c$$ -src/exec/pset_for.c$$ -src/exec/pset_if.c$$ -src/exec/pset_subshell.c$$ -src/exec/pset_until.c$$ -src/exec/pset_while.c$$ -src/exec/redir_copy.c$$ -src/exec/redir_free.c$$ -src/exec/redirect_dgreat.c$$ -src/exec/redirect_dless.c$$ -src/exec/redirect_great.c$$ -src/exec/redirect_greatand.c$$ -src/exec/redirect_less.c$$ -src/exec/redirect_lessand.c$$ -src/exec/set_exitstatus.c$$ -src/exec/token_to_argv.c$$ -src/glob/command_getoutput.c$$ -src/glob/dir_glob.c$$ -src/glob/esc_print.c$$ -src/glob/expand_bquote.c$$ -src/glob/expand_brace.c$$ -src/glob/expand_esc.c$$ -src/glob/expand_home.c$$ -src/glob/expand_var.c$$ -src/glob/ft_strsplit_esc.c$$ -src/glob/ft_strsplit_spe.c$$ -src/glob/gen_tab_esc.c$$ -src/glob/glob.c$$ -src/glob/is_char_esc.c$$ -src/glob/match_pattern.c$$ -src/glob/tab_esc_copy.c$$ -src/glob/word_is_assignment.c$$ -src/hash_table/ft_add_hash.c$$ -src/hash_table/hash.c$$ -src/hash_table/hash_free.c$$ -src/hash_table/hash_str.c$$ -src/hash_table/is_hash.c$$ -src/history/add_str_in_history.c$$ -src/history/history.c$$ -src/history/history_parsing.c$$ -src/history/history_parsing_toolz.c$$ -src/history/history_parsing_toolz_2.c$$ -src/history/list_toolz.c$$ -src/history/surch_in_history.c$$ -src/job_control/builtin_bg.c$$ -src/job_control/builtin_fg.c$$ -src/job_control/builtin_jobs.c$$ -src/job_control/do_job_notification.c$$ -src/job_control/has_running_job.c$$ -src/job_control/has_stopped_job.c$$ -src/job_control/job_addprocess.c$$ -src/job_control/job_cmp_id.c$$ -src/job_control/job_format.c$$ -src/job_control/job_format_head.c$$ -src/job_control/job_free.c$$ -src/job_control/job_getprocess.c$$ -src/job_control/job_getrank.c$$ -src/job_control/job_hup_all.c$$ -src/job_control/job_is_completed.c$$ -src/job_control/job_is_stopped.c$$ -src/job_control/job_notify_change.c$$ -src/job_control/job_notify_new.c$$ -src/job_control/job_remove.c$$ -src/job_control/job_run.c$$ -src/job_control/job_update_id.c$$ -src/job_control/job_update_status.c$$ -src/job_control/job_wait.c$$ -src/job_control/jobc_destroy.c$$ -src/job_control/jobc_init.c$$ -src/job_control/mark_job_as_running.c$$ -src/job_control/pprint_brace.c$$ -src/job_control/pprint_case.c$$ -src/job_control/pprint_cmd.c$$ -src/job_control/pprint_for.c$$ -src/job_control/pprint_function.c$$ -src/job_control/pprint_if.c$$ -src/job_control/pprint_subshell.c$$ -src/job_control/pprint_until.c$$ -src/job_control/pprint_while.c$$ -src/job_control/process_cmp_pid.c$$ -src/job_control/process_format.c$$ -src/job_control/process_free.c$$ -src/job_control/put_job_in_background.c$$ -src/job_control/put_job_in_foreground.c$$ -src/job_control/sigchld_handler.c$$ -src/job_control/sigint_handler.c$$ -src/job_control/sigtstp_handler.c$$ -src/job_control/sigttin_handler.c$$ -src/job_control/sigttou_handler.c$$ -src/lexer/do_lexer_routine.c$$ -src/lexer/get_lexer_stack.c$$ -src/lexer/get_lexer_stack2.c$$ -src/lexer/get_reserved_words.c$$ -src/lexer/get_state_global.c$$ -src/lexer/get_state_redir.c$$ -src/lexer/insert_newline.c$$ -src/lexer/isrw_delim.c$$ -src/lexer/keep_last_type.c$$ -src/lexer/lexer_backslash.c$$ -src/lexer/lexer_bquote.c$$ -src/lexer/lexer_curly_braces.c$$ -src/lexer/lexer_default.c$$ -src/lexer/lexer_delim.c$$ -src/lexer/lexer_destroy.c$$ -src/lexer/lexer_dquote.c$$ -src/lexer/lexer_end.c$$ -src/lexer/lexer_great.c$$ -src/lexer/lexer_heredoc.c$$ -src/lexer/lexer_init.c$$ -src/lexer/lexer_less.c$$ -src/lexer/lexer_lex.c$$ -src/lexer/lexer_newline.c$$ -src/lexer/lexer_number.c$$ -src/lexer/lexer_paren.c$$ -src/lexer/lexer_quote.c$$ -src/lexer/lexer_sep.c$$ -src/lexer/lexer_word.c$$ -src/lexer/token_append.c$$ -src/lexer/token_cmp_type.c$$ -src/lexer/token_free.c$$ -src/lexer/token_init.c$$ -src/lexer/token_print.c$$ -src/line_editing/control_features.c$$ -src/line_editing/ft_prompt.c$$ -src/line_editing/get_key.c$$ -src/line_editing/readline.c$$ -src/line_editing/resize.c$$ -src/main/data_exit.c$$ -src/main/data_init.c$$ -src/main/data_singleton.c$$ -src/main/ft_putast.c$$ -src/main/main.c$$ -src/main/shell_fds.c$$ -src/main/shell_init.c$$ -src/main/shell_sig.c$$ -src/parser/add_bang.c$$ -src/parser/add_case.c$$ -src/parser/add_cmd.c$$ -src/parser/add_condition.c$$ -src/parser/add_func.c$$ -src/parser/add_loop.c$$ -src/parser/add_number.c$$ -src/parser/add_redir.c$$ -src/parser/add_sep.c$$ -src/parser/add_subshell.c$$ -src/parser/aggregate_sym.c$$ -src/parser/build_tree.c$$ -src/parser/do_parser_routine.c$$ -src/parser/error_syntax.c$$ -src/parser/eval_sym.c$$ -src/parser/ft_parse.c$$ -src/parser/heredoc_parser.c$$ -src/parser/parser_destroy.c$$ -src/parser/parser_init.c$$ -src/parser/pop_stack.c$$ -src/parser/produce_sym.c$$ -src/parser/push_stack.c$$ -src/parser/read_stack.c$$ -src/parser/redir_init.c$$ -src/parser/stack_init.c$$ -src/parser/sym_free.c$$ -src/parser/tree_func_free.c$$ -src/parser/tree_wrapper.c$$ -src/builtin/bt_env_opt.c$$ -src/builtin/bt_read_get.c$$ -src/builtin/bt_read_term.c$$ -src/builtin/builtin_cd.c$$ -src/builtin/builtin_echo.c$$ -src/builtin/builtin_env.c$$ -src/builtin/builtin_exit.c$$ -src/builtin/builtin_export.c$$ -src/builtin/builtin_func.c$$ -src/builtin/builtin_hash.c$$ -src/builtin/builtin_history.c$$ -src/builtin/builtin_math.c$$ -src/builtin/builtin_read.c$$ -src/builtin/builtin_setenv.c$$ -src/builtin/builtin_unset.c$$ -src/builtin/builtin_unsetenv.c$$ -src/builtin/is_builtin.c$$ -src/completion/c_arrow.c$$ -src/completion/c_clear.c$$ -src/completion/c_find_abspath.c$$ -src/completion/c_find_binary.c$$ -src/completion/c_find_env.c$$ -src/completion/c_find_files.c$$ -src/completion/c_init.c$$ -src/completion/c_match.c$$ -src/completion/c_match_glob.c$$ -src/completion/c_match_update.c$$ -src/completion/c_misc.c$$ -src/completion/c_output.c$$ -src/completion/c_parser.c$$ -src/completion/c_pathsolver.c$$ -src/completion/c_printer.c$$ -src/completion/c_sizing.c$$ -src/completion/c_terminal.c$$ -src/completion/completion.c$$ -src/exec/ast_free.c$$ -src/exec/bad_fd.c$$ -src/exec/exec_ampersand.c$$ -src/exec/exec_and_if.c$$ -src/exec/exec_bang.c$$ -src/exec/exec_case_branch.c$$ -src/exec/exec_destroy.c$$ -src/exec/exec_elif.c$$ -src/exec/exec_else.c$$ -src/exec/exec_func.c$$ -src/exec/exec_init.c$$ -src/exec/exec_leaf.c$$ -src/exec/exec_or_if.c$$ -src/exec/exec_pipe.c$$ -src/exec/exec_semi.c$$ -src/exec/exec_var.c$$ -src/exec/fd_is_valid.c$$ -src/exec/ft_exec.c$$ -src/exec/ft_findexec.c$$ -src/exec/is_function.c$$ -src/exec/mark_process_status.c$$ -src/exec/node_copy.c$$ -src/exec/pfree_cmd.c$$ -src/exec/pfree_cond.c$$ -src/exec/pfree_func.c$$ -src/exec/pfree_list.c$$ -src/exec/pfree_subshell.c$$ -src/exec/plaunch_brace.c$$ -src/exec/plaunch_builtin.c$$ -src/exec/plaunch_case.c$$ -src/exec/plaunch_empty.c$$ -src/exec/plaunch_file.c$$ -src/exec/plaunch_for.c$$ -src/exec/plaunch_function.c$$ -src/exec/plaunch_if.c$$ -src/exec/plaunch_subshell.c$$ -src/exec/plaunch_until.c$$ -src/exec/plaunch_while.c$$ -src/exec/process_launch.c$$ -src/exec/process_redirect.c$$ -src/exec/process_set.c$$ -src/exec/process_setgroup.c$$ -src/exec/process_setsig.c$$ -src/exec/pset_brace.c$$ -src/exec/pset_case.c$$ -src/exec/pset_cmd.c$$ -src/exec/pset_for.c$$ -src/exec/pset_if.c$$ -src/exec/pset_subshell.c$$ -src/exec/pset_until.c$$ -src/exec/pset_while.c$$ -src/exec/redir_copy.c$$ -src/exec/redir_free.c$$ -src/exec/redirect_dgreat.c$$ -src/exec/redirect_dless.c$$ -src/exec/redirect_great.c$$ -src/exec/redirect_greatand.c$$ -src/exec/redirect_less.c$$ -src/exec/redirect_lessand.c$$ -src/exec/set_exitstatus.c$$ -src/exec/token_to_argv.c$$ -src/glob/command_getoutput.c$$ -src/glob/dir_glob.c$$ -src/glob/esc_print.c$$ -src/glob/expand_bquote.c$$ -src/glob/expand_brace.c$$ -src/glob/expand_esc.c$$ -src/glob/expand_home.c$$ -src/glob/expand_var.c$$ -src/glob/ft_strsplit_esc.c$$ -src/glob/ft_strsplit_spe.c$$ -src/glob/gen_tab_esc.c$$ -src/glob/glob.c$$ -src/glob/is_char_esc.c$$ -src/glob/match_pattern.c$$ -src/glob/tab_esc_copy.c$$ -src/glob/word_is_assignment.c$$ -src/hash_table/ft_add_hash.c$$ -src/hash_table/hash.c$$ -src/hash_table/hash_free.c$$ -src/hash_table/hash_str.c$$ -src/hash_table/is_hash.c$$ -src/history/add_str_in_history.c$$ -src/history/history.c$$ -src/history/history_parsing.c$$ -src/history/history_parsing_toolz.c$$ -src/history/history_parsing_toolz_2.c$$ -src/history/list_toolz.c$$ -src/history/surch_in_history.c$$ -src/job_control/builtin_bg.c$$ -src/job_control/builtin_fg.c$$ -src/job_control/builtin_jobs.c$$ -src/job_control/do_job_notification.c$$ -src/job_control/has_running_job.c$$ -src/job_control/has_stopped_job.c$$ -src/job_control/job_addprocess.c$$ -src/job_control/job_cmp_id.c$$ -src/job_control/job_format.c$$ -src/job_control/job_format_head.c$$ -src/job_control/job_free.c$$ -src/job_control/job_getprocess.c$$ -src/job_control/job_getrank.c$$ -src/job_control/job_hup_all.c$$ -src/job_control/job_is_completed.c$$ -src/job_control/job_is_stopped.c$$ -src/job_control/job_notify_change.c$$ -src/job_control/job_notify_new.c$$ -src/job_control/job_remove.c$$ -src/job_control/job_run.c$$ -src/job_control/job_update_id.c$$ -src/job_control/job_update_status.c$$ -src/job_control/job_wait.c$$ -src/job_control/jobc_destroy.c$$ -src/job_control/jobc_init.c$$ -src/job_control/mark_job_as_running.c$$ -src/job_control/pprint_brace.c$$ -src/job_control/pprint_case.c$$ -src/job_control/pprint_cmd.c$$ -src/job_control/pprint_for.c$$ -src/job_control/pprint_function.c$$ -src/job_control/pprint_if.c$$ -src/job_control/pprint_subshell.c$$ -src/job_control/pprint_until.c$$ -src/job_control/pprint_while.c$$ -src/job_control/process_cmp_pid.c$$ -src/job_control/process_format.c$$ -src/job_control/process_free.c$$ -src/job_control/put_job_in_background.c$$ -src/job_control/put_job_in_foreground.c$$ -src/job_control/sigchld_handler.c$$ -src/job_control/sigint_handler.c$$ -src/job_control/sigtstp_handler.c$$ -src/job_control/sigttin_handler.c$$ -src/job_control/sigttou_handler.c$$ -src/lexer/do_lexer_routine.c$$ -src/lexer/get_lexer_stack.c$$ -src/lexer/get_lexer_stack2.c$$ -src/lexer/get_reserved_words.c$$ -src/lexer/get_state_global.c$$ -src/lexer/get_state_redir.c$$ -src/lexer/insert_newline.c$$ -src/lexer/isrw_delim.c$$ -src/lexer/keep_last_type.c$$ -src/lexer/lexer_backslash.c$$ -src/lexer/lexer_bquote.c$$ -src/lexer/lexer_curly_braces.c$$ -src/lexer/lexer_default.c$$ -src/lexer/lexer_delim.c$$ -src/lexer/lexer_destroy.c$$ -src/lexer/lexer_dquote.c$$ -src/lexer/lexer_end.c$$ -src/lexer/lexer_great.c$$ -src/lexer/lexer_heredoc.c$$ -src/lexer/lexer_init.c$$ -src/lexer/lexer_less.c$$ -src/lexer/lexer_lex.c$$ -src/lexer/lexer_newline.c$$ -src/lexer/lexer_number.c$$ -src/lexer/lexer_paren.c$$ -src/lexer/lexer_quote.c$$ -src/lexer/lexer_sep.c$$ -src/lexer/lexer_word.c$$ -src/lexer/token_append.c$$ -src/lexer/token_cmp_type.c$$ -src/lexer/token_free.c$$ -src/lexer/token_init.c$$ -src/lexer/token_print.c$$ -src/line_editing/control_features.c$$ -src/line_editing/ft_prompt.c$$ -src/line_editing/get_key.c$$ -src/line_editing/readline.c$$ -src/line_editing/resize.c$$ -src/main/data_exit.c$$ -src/main/data_init.c$$ -src/main/data_singleton.c$$ -src/main/ft_putast.c$$ -src/main/main.c$$ -src/main/shell_fds.c$$ -src/main/shell_init.c$$ -src/main/shell_sig.c$$ -src/parser/add_bang.c$$ -src/parser/add_case.c$$ -src/parser/add_cmd.c$$ -src/parser/add_condition.c$$ -src/parser/add_func.c$$ -src/parser/add_loop.c$$ -src/parser/add_number.c$$ -src/parser/add_redir.c$$ -src/parser/add_sep.c$$ -src/parser/add_subshell.c$$ -src/parser/aggregate_sym.c$$ -src/parser/build_tree.c$$ -src/parser/do_parser_routine.c$$ -src/parser/error_syntax.c$$ -src/parser/eval_sym.c$$ -src/parser/ft_parse.c$$ -src/parser/heredoc_parser.c$$ -src/parser/parser_destroy.c$$ -src/parser/parser_init.c$$ -src/parser/pop_stack.c$$ -src/parser/produce_sym.c$$ -src/parser/push_stack.c$$ -src/parser/read_stack.c$$ -src/parser/redir_init.c$$ -src/parser/stack_init.c$$ -src/parser/sym_free.c$$ -src/parser/tree_func_free.c$$ -src/parser/tree_wrapper.c$$ diff --git a/42sh/file b/42sh/file deleted file mode 100644 index 72a3d290..00000000 --- a/42sh/file +++ /dev/null @@ -1,19 +0,0 @@ -/Users/ariard/Projects/42sh -/Users/ariard/Projects/42sh -42ShellTester -42sh -Makefile -README.md -STDBUG -another_file -auteur -donovan_segaults_06-02 -file -includes -libft -objs -pdf -sample -scriptheader.sh -src -update_makefile.sh diff --git a/42sh/libft/objs/btree/btree_apply_by_level.d b/42sh/libft/objs/btree/btree_apply_by_level.d new file mode 100644 index 00000000..4bc76cdf --- /dev/null +++ b/42sh/libft/objs/btree/btree_apply_by_level.d @@ -0,0 +1,5 @@ +objs/btree/btree_apply_by_level.o: src/btree/btree_apply_by_level.c \ + includes/btree.h includes/libft.h includes/ft_types.h includes/error.h \ + includes/color.h includes/cliopts.h includes/lst.h includes/dlst.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/btree/btree_apply_infix.d b/42sh/libft/objs/btree/btree_apply_infix.d new file mode 100644 index 00000000..78597644 --- /dev/null +++ b/42sh/libft/objs/btree/btree_apply_infix.d @@ -0,0 +1,5 @@ +objs/btree/btree_apply_infix.o: src/btree/btree_apply_infix.c \ + includes/btree.h includes/libft.h includes/ft_types.h includes/error.h \ + includes/color.h includes/cliopts.h includes/lst.h includes/dlst.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/btree/btree_apply_prefix.d b/42sh/libft/objs/btree/btree_apply_prefix.d new file mode 100644 index 00000000..c2b2fd43 --- /dev/null +++ b/42sh/libft/objs/btree/btree_apply_prefix.d @@ -0,0 +1,5 @@ +objs/btree/btree_apply_prefix.o: src/btree/btree_apply_prefix.c \ + includes/btree.h includes/libft.h includes/ft_types.h includes/error.h \ + includes/color.h includes/cliopts.h includes/lst.h includes/dlst.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/btree/btree_apply_suffix.d b/42sh/libft/objs/btree/btree_apply_suffix.d new file mode 100644 index 00000000..1a3777e3 --- /dev/null +++ b/42sh/libft/objs/btree/btree_apply_suffix.d @@ -0,0 +1,5 @@ +objs/btree/btree_apply_suffix.o: src/btree/btree_apply_suffix.c \ + includes/btree.h includes/libft.h includes/ft_types.h includes/error.h \ + includes/color.h includes/cliopts.h includes/lst.h includes/dlst.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/btree/btree_create_node.d b/42sh/libft/objs/btree/btree_create_node.d new file mode 100644 index 00000000..777fcd78 --- /dev/null +++ b/42sh/libft/objs/btree/btree_create_node.d @@ -0,0 +1,5 @@ +objs/btree/btree_create_node.o: src/btree/btree_create_node.c \ + includes/btree.h includes/libft.h includes/ft_types.h includes/error.h \ + includes/color.h includes/cliopts.h includes/lst.h includes/dlst.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/btree/btree_del.d b/42sh/libft/objs/btree/btree_del.d new file mode 100644 index 00000000..cc64da27 --- /dev/null +++ b/42sh/libft/objs/btree/btree_del.d @@ -0,0 +1,5 @@ +objs/btree/btree_del.o: src/btree/btree_del.c includes/btree.h \ + includes/libft.h includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/str.h \ + includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/btree/btree_delone.d b/42sh/libft/objs/btree/btree_delone.d new file mode 100644 index 00000000..85816e26 --- /dev/null +++ b/42sh/libft/objs/btree/btree_delone.d @@ -0,0 +1,5 @@ +objs/btree/btree_delone.o: src/btree/btree_delone.c includes/btree.h \ + includes/libft.h includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/str.h \ + includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/btree/btree_insert_data.d b/42sh/libft/objs/btree/btree_insert_data.d new file mode 100644 index 00000000..3510608b --- /dev/null +++ b/42sh/libft/objs/btree/btree_insert_data.d @@ -0,0 +1,5 @@ +objs/btree/btree_insert_data.o: src/btree/btree_insert_data.c \ + includes/btree.h includes/libft.h includes/ft_types.h includes/error.h \ + includes/color.h includes/cliopts.h includes/lst.h includes/dlst.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/btree/btree_level_count.d b/42sh/libft/objs/btree/btree_level_count.d new file mode 100644 index 00000000..dd3fe396 --- /dev/null +++ b/42sh/libft/objs/btree/btree_level_count.d @@ -0,0 +1,5 @@ +objs/btree/btree_level_count.o: src/btree/btree_level_count.c \ + includes/btree.h includes/libft.h includes/ft_types.h includes/error.h \ + includes/color.h includes/cliopts.h includes/lst.h includes/dlst.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/btree/btree_map.d b/42sh/libft/objs/btree/btree_map.d new file mode 100644 index 00000000..e07ca4ee --- /dev/null +++ b/42sh/libft/objs/btree/btree_map.d @@ -0,0 +1,5 @@ +objs/btree/btree_map.o: src/btree/btree_map.c includes/btree.h \ + includes/libft.h includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/str.h \ + includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/btree/btree_print.d b/42sh/libft/objs/btree/btree_print.d new file mode 100644 index 00000000..eedf3f80 --- /dev/null +++ b/42sh/libft/objs/btree/btree_print.d @@ -0,0 +1,5 @@ +objs/btree/btree_print.o: src/btree/btree_print.c includes/btree.h \ + includes/libft.h includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/str.h \ + includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/btree/btree_search_item.d b/42sh/libft/objs/btree/btree_search_item.d new file mode 100644 index 00000000..69733e63 --- /dev/null +++ b/42sh/libft/objs/btree/btree_search_item.d @@ -0,0 +1,5 @@ +objs/btree/btree_search_item.o: src/btree/btree_search_item.c \ + includes/btree.h includes/libft.h includes/ft_types.h includes/error.h \ + includes/color.h includes/cliopts.h includes/lst.h includes/dlst.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/char/ft_isalnum.d b/42sh/libft/objs/char/ft_isalnum.d new file mode 100644 index 00000000..d3129057 --- /dev/null +++ b/42sh/libft/objs/char/ft_isalnum.d @@ -0,0 +1,5 @@ +objs/char/ft_isalnum.o: src/char/ft_isalnum.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/char/ft_isalpha.d b/42sh/libft/objs/char/ft_isalpha.d new file mode 100644 index 00000000..a51176f3 --- /dev/null +++ b/42sh/libft/objs/char/ft_isalpha.d @@ -0,0 +1,5 @@ +objs/char/ft_isalpha.o: src/char/ft_isalpha.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/char/ft_isascii.d b/42sh/libft/objs/char/ft_isascii.d new file mode 100644 index 00000000..737a3394 --- /dev/null +++ b/42sh/libft/objs/char/ft_isascii.d @@ -0,0 +1,5 @@ +objs/char/ft_isascii.o: src/char/ft_isascii.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/char/ft_isdigit.d b/42sh/libft/objs/char/ft_isdigit.d new file mode 100644 index 00000000..58d5d2e5 --- /dev/null +++ b/42sh/libft/objs/char/ft_isdigit.d @@ -0,0 +1,5 @@ +objs/char/ft_isdigit.o: src/char/ft_isdigit.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/char/ft_isprint.d b/42sh/libft/objs/char/ft_isprint.d new file mode 100644 index 00000000..c0c756f2 --- /dev/null +++ b/42sh/libft/objs/char/ft_isprint.d @@ -0,0 +1,5 @@ +objs/char/ft_isprint.o: src/char/ft_isprint.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/char/ft_tolower.d b/42sh/libft/objs/char/ft_tolower.d new file mode 100644 index 00000000..d6851aaa --- /dev/null +++ b/42sh/libft/objs/char/ft_tolower.d @@ -0,0 +1,5 @@ +objs/char/ft_tolower.o: src/char/ft_tolower.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/char/ft_toupper.d b/42sh/libft/objs/char/ft_toupper.d new file mode 100644 index 00000000..917ec8a0 --- /dev/null +++ b/42sh/libft/objs/char/ft_toupper.d @@ -0,0 +1,5 @@ +objs/char/ft_toupper.o: src/char/ft_toupper.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/cliopts/cliopts_get.d b/42sh/libft/objs/cliopts/cliopts_get.d new file mode 100644 index 00000000..cb737ca9 --- /dev/null +++ b/42sh/libft/objs/cliopts/cliopts_get.d @@ -0,0 +1,5 @@ +objs/cliopts/cliopts_get.o: src/cliopts/cliopts_get.c includes/cliopts.h \ + includes/libft.h includes/ft_types.h includes/error.h includes/color.h \ + includes/lst.h includes/dlst.h includes/btree.h includes/str.h \ + includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/cliopts/cliopts_getmap.d b/42sh/libft/objs/cliopts/cliopts_getmap.d new file mode 100644 index 00000000..cf525b4a --- /dev/null +++ b/42sh/libft/objs/cliopts/cliopts_getmap.d @@ -0,0 +1,5 @@ +objs/cliopts/cliopts_getmap.o: src/cliopts/cliopts_getmap.c \ + includes/cliopts.h includes/libft.h includes/ft_types.h \ + includes/error.h includes/color.h includes/lst.h includes/dlst.h \ + includes/btree.h includes/str.h includes/sstr.h includes/math.h \ + includes/mytime.h includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/color/ft_color_mk.d b/42sh/libft/objs/color/ft_color_mk.d new file mode 100644 index 00000000..3e4e680e --- /dev/null +++ b/42sh/libft/objs/color/ft_color_mk.d @@ -0,0 +1,5 @@ +objs/color/ft_color_mk.o: src/color/ft_color_mk.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/color/ft_color_mkif.d b/42sh/libft/objs/color/ft_color_mkif.d new file mode 100644 index 00000000..a8aa3d4c --- /dev/null +++ b/42sh/libft/objs/color/ft_color_mkif.d @@ -0,0 +1,5 @@ +objs/color/ft_color_mkif.o: src/color/ft_color_mkif.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/color/ft_color_reset.d b/42sh/libft/objs/color/ft_color_reset.d new file mode 100644 index 00000000..6fdcebb5 --- /dev/null +++ b/42sh/libft/objs/color/ft_color_reset.d @@ -0,0 +1,5 @@ +objs/color/ft_color_reset.o: src/color/ft_color_reset.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/color/ft_color_set.d b/42sh/libft/objs/color/ft_color_set.d new file mode 100644 index 00000000..50f6cf7f --- /dev/null +++ b/42sh/libft/objs/color/ft_color_set.d @@ -0,0 +1,5 @@ +objs/color/ft_color_set.o: src/color/ft_color_set.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/dlst/ft_dlstadd_after.d b/42sh/libft/objs/dlst/ft_dlstadd_after.d new file mode 100644 index 00000000..da49c699 --- /dev/null +++ b/42sh/libft/objs/dlst/ft_dlstadd_after.d @@ -0,0 +1,5 @@ +objs/dlst/ft_dlstadd_after.o: src/dlst/ft_dlstadd_after.c \ + includes/libft.h includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/dlst/ft_dlstadd_before.d b/42sh/libft/objs/dlst/ft_dlstadd_before.d new file mode 100644 index 00000000..5c4dd5d4 --- /dev/null +++ b/42sh/libft/objs/dlst/ft_dlstadd_before.d @@ -0,0 +1,5 @@ +objs/dlst/ft_dlstadd_before.o: src/dlst/ft_dlstadd_before.c \ + includes/libft.h includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/dlst/ft_dlstdel.d b/42sh/libft/objs/dlst/ft_dlstdel.d new file mode 100644 index 00000000..1ed2c8f4 --- /dev/null +++ b/42sh/libft/objs/dlst/ft_dlstdel.d @@ -0,0 +1,5 @@ +objs/dlst/ft_dlstdel.o: src/dlst/ft_dlstdel.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/dlst/ft_dlstdelone.d b/42sh/libft/objs/dlst/ft_dlstdelone.d new file mode 100644 index 00000000..82c383ed --- /dev/null +++ b/42sh/libft/objs/dlst/ft_dlstdelone.d @@ -0,0 +1,5 @@ +objs/dlst/ft_dlstdelone.o: src/dlst/ft_dlstdelone.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/dlst/ft_dlstlast.d b/42sh/libft/objs/dlst/ft_dlstlast.d new file mode 100644 index 00000000..43c29bce --- /dev/null +++ b/42sh/libft/objs/dlst/ft_dlstlast.d @@ -0,0 +1,5 @@ +objs/dlst/ft_dlstlast.o: src/dlst/ft_dlstlast.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/dlst/ft_dlstnew.d b/42sh/libft/objs/dlst/ft_dlstnew.d new file mode 100644 index 00000000..2c26def5 --- /dev/null +++ b/42sh/libft/objs/dlst/ft_dlstnew.d @@ -0,0 +1,5 @@ +objs/dlst/ft_dlstnew.o: src/dlst/ft_dlstnew.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/dlst/ft_dlstrtostr.d b/42sh/libft/objs/dlst/ft_dlstrtostr.d new file mode 100644 index 00000000..6fa4533f --- /dev/null +++ b/42sh/libft/objs/dlst/ft_dlstrtostr.d @@ -0,0 +1,5 @@ +objs/dlst/ft_dlstrtostr.o: src/dlst/ft_dlstrtostr.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/dlst/ft_dlstsize.d b/42sh/libft/objs/dlst/ft_dlstsize.d new file mode 100644 index 00000000..741ff45d --- /dev/null +++ b/42sh/libft/objs/dlst/ft_dlstsize.d @@ -0,0 +1,5 @@ +objs/dlst/ft_dlstsize.o: src/dlst/ft_dlstsize.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/error/error.d b/42sh/libft/objs/error/error.d new file mode 100644 index 00000000..7a0cd9e6 --- /dev/null +++ b/42sh/libft/objs/error/error.d @@ -0,0 +1,5 @@ +objs/error/error.o: src/error/error.c includes/error.h includes/libft.h \ + includes/ft_types.h includes/color.h includes/cliopts.h includes/lst.h \ + includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \ + includes/math.h includes/mytime.h includes/get_next_line.h \ + includes/sys.h diff --git a/42sh/libft/objs/ft_printf/ft_conversion.d b/42sh/libft/objs/ft_printf/ft_conversion.d new file mode 100644 index 00000000..24fc0541 --- /dev/null +++ b/42sh/libft/objs/ft_printf/ft_conversion.d @@ -0,0 +1,6 @@ +objs/ft_printf/ft_conversion.o: src/ft_printf/ft_conversion.c \ + includes/ft_printf.h includes/libft.h includes/ft_types.h \ + includes/error.h includes/color.h includes/cliopts.h includes/lst.h \ + includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \ + includes/math.h includes/mytime.h includes/get_next_line.h \ + includes/sys.h diff --git a/42sh/libft/objs/ft_printf/ft_fmt_simplify.d b/42sh/libft/objs/ft_printf/ft_fmt_simplify.d new file mode 100644 index 00000000..8a2fb7ac --- /dev/null +++ b/42sh/libft/objs/ft_printf/ft_fmt_simplify.d @@ -0,0 +1,6 @@ +objs/ft_printf/ft_fmt_simplify.o: src/ft_printf/ft_fmt_simplify.c \ + includes/ft_printf.h includes/libft.h includes/ft_types.h \ + includes/error.h includes/color.h includes/cliopts.h includes/lst.h \ + includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \ + includes/math.h includes/mytime.h includes/get_next_line.h \ + includes/sys.h diff --git a/42sh/libft/objs/ft_printf/ft_fmt_validate_conv.d b/42sh/libft/objs/ft_printf/ft_fmt_validate_conv.d new file mode 100644 index 00000000..0e99516b --- /dev/null +++ b/42sh/libft/objs/ft_printf/ft_fmt_validate_conv.d @@ -0,0 +1,6 @@ +objs/ft_printf/ft_fmt_validate_conv.o: \ + src/ft_printf/ft_fmt_validate_conv.c includes/ft_printf.h \ + includes/libft.h includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/ft_printf/ft_fmt_validate_flags.d b/42sh/libft/objs/ft_printf/ft_fmt_validate_flags.d new file mode 100644 index 00000000..a71da0e9 --- /dev/null +++ b/42sh/libft/objs/ft_printf/ft_fmt_validate_flags.d @@ -0,0 +1,6 @@ +objs/ft_printf/ft_fmt_validate_flags.o: \ + src/ft_printf/ft_fmt_validate_flags.c includes/ft_printf.h \ + includes/libft.h includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/ft_printf/ft_fmt_validate_mod.d b/42sh/libft/objs/ft_printf/ft_fmt_validate_mod.d new file mode 100644 index 00000000..db4dd314 --- /dev/null +++ b/42sh/libft/objs/ft_printf/ft_fmt_validate_mod.d @@ -0,0 +1,6 @@ +objs/ft_printf/ft_fmt_validate_mod.o: src/ft_printf/ft_fmt_validate_mod.c \ + includes/ft_printf.h includes/libft.h includes/ft_types.h \ + includes/error.h includes/color.h includes/cliopts.h includes/lst.h \ + includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \ + includes/math.h includes/mytime.h includes/get_next_line.h \ + includes/sys.h diff --git a/42sh/libft/objs/ft_printf/ft_printf.d b/42sh/libft/objs/ft_printf/ft_printf.d new file mode 100644 index 00000000..b87de0a7 --- /dev/null +++ b/42sh/libft/objs/ft_printf/ft_printf.d @@ -0,0 +1,6 @@ +objs/ft_printf/ft_printf.o: src/ft_printf/ft_printf.c \ + includes/ft_printf.h includes/libft.h includes/ft_types.h \ + includes/error.h includes/color.h includes/cliopts.h includes/lst.h \ + includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \ + includes/math.h includes/mytime.h includes/get_next_line.h \ + includes/sys.h diff --git a/42sh/libft/objs/ft_printf/ft_printf_color.d b/42sh/libft/objs/ft_printf/ft_printf_color.d new file mode 100644 index 00000000..f6ee9e9d --- /dev/null +++ b/42sh/libft/objs/ft_printf/ft_printf_color.d @@ -0,0 +1,6 @@ +objs/ft_printf/ft_printf_color.o: src/ft_printf/ft_printf_color.c \ + includes/ft_printf.h includes/libft.h includes/ft_types.h \ + includes/error.h includes/color.h includes/cliopts.h includes/lst.h \ + includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \ + includes/math.h includes/mytime.h includes/get_next_line.h \ + includes/sys.h diff --git a/42sh/libft/objs/ft_printf/ft_printf_parse.d b/42sh/libft/objs/ft_printf/ft_printf_parse.d new file mode 100644 index 00000000..68f928c8 --- /dev/null +++ b/42sh/libft/objs/ft_printf/ft_printf_parse.d @@ -0,0 +1,6 @@ +objs/ft_printf/ft_printf_parse.o: src/ft_printf/ft_printf_parse.c \ + includes/ft_printf.h includes/libft.h includes/ft_types.h \ + includes/error.h includes/color.h includes/cliopts.h includes/lst.h \ + includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \ + includes/math.h includes/mytime.h includes/get_next_line.h \ + includes/sys.h diff --git a/42sh/libft/objs/ft_printf/ft_transform.d b/42sh/libft/objs/ft_printf/ft_transform.d new file mode 100644 index 00000000..94d376cb --- /dev/null +++ b/42sh/libft/objs/ft_printf/ft_transform.d @@ -0,0 +1,6 @@ +objs/ft_printf/ft_transform.o: src/ft_printf/ft_transform.c \ + includes/ft_printf.h includes/libft.h includes/ft_types.h \ + includes/error.h includes/color.h includes/cliopts.h includes/lst.h \ + includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \ + includes/math.h includes/mytime.h includes/get_next_line.h \ + includes/sys.h diff --git a/42sh/libft/objs/ft_printf/ft_vprintf.d b/42sh/libft/objs/ft_printf/ft_vprintf.d new file mode 100644 index 00000000..371e478e --- /dev/null +++ b/42sh/libft/objs/ft_printf/ft_vprintf.d @@ -0,0 +1,6 @@ +objs/ft_printf/ft_vprintf.o: src/ft_printf/ft_vprintf.c \ + includes/ft_printf.h includes/libft.h includes/ft_types.h \ + includes/error.h includes/color.h includes/cliopts.h includes/lst.h \ + includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \ + includes/math.h includes/mytime.h includes/get_next_line.h \ + includes/sys.h diff --git a/42sh/libft/objs/ft_printf/lib_fmt.d b/42sh/libft/objs/ft_printf/lib_fmt.d new file mode 100644 index 00000000..189784a9 --- /dev/null +++ b/42sh/libft/objs/ft_printf/lib_fmt.d @@ -0,0 +1,5 @@ +objs/ft_printf/lib_fmt.o: src/ft_printf/lib_fmt.c includes/ft_printf.h \ + includes/libft.h includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/ft_printf/lib_fmt_error.d b/42sh/libft/objs/ft_printf/lib_fmt_error.d new file mode 100644 index 00000000..a67e6bec --- /dev/null +++ b/42sh/libft/objs/ft_printf/lib_fmt_error.d @@ -0,0 +1,6 @@ +objs/ft_printf/lib_fmt_error.o: src/ft_printf/lib_fmt_error.c \ + includes/ft_printf.h includes/libft.h includes/ft_types.h \ + includes/error.h includes/color.h includes/cliopts.h includes/lst.h \ + includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \ + includes/math.h includes/mytime.h includes/get_next_line.h \ + includes/sys.h diff --git a/42sh/libft/objs/ft_printf/lib_pad.d b/42sh/libft/objs/ft_printf/lib_pad.d new file mode 100644 index 00000000..097c6cf9 --- /dev/null +++ b/42sh/libft/objs/ft_printf/lib_pad.d @@ -0,0 +1,5 @@ +objs/ft_printf/lib_pad.o: src/ft_printf/lib_pad.c includes/ft_printf.h \ + includes/libft.h includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/ft_printf/lib_pad_sharp.d b/42sh/libft/objs/ft_printf/lib_pad_sharp.d new file mode 100644 index 00000000..85f15814 --- /dev/null +++ b/42sh/libft/objs/ft_printf/lib_pad_sharp.d @@ -0,0 +1,6 @@ +objs/ft_printf/lib_pad_sharp.o: src/ft_printf/lib_pad_sharp.c \ + includes/ft_printf.h includes/libft.h includes/ft_types.h \ + includes/error.h includes/color.h includes/cliopts.h includes/lst.h \ + includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \ + includes/math.h includes/mytime.h includes/get_next_line.h \ + includes/sys.h diff --git a/42sh/libft/objs/get_next_line/get_next_line.d b/42sh/libft/objs/get_next_line/get_next_line.d new file mode 100644 index 00000000..37f5273c --- /dev/null +++ b/42sh/libft/objs/get_next_line/get_next_line.d @@ -0,0 +1,5 @@ +objs/get_next_line/get_next_line.o: src/get_next_line/get_next_line.c \ + includes/get_next_line.h includes/libft.h includes/ft_types.h \ + includes/error.h includes/color.h includes/cliopts.h includes/lst.h \ + includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \ + includes/math.h includes/mytime.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_id.d b/42sh/libft/objs/lst/ft_id.d new file mode 100644 index 00000000..282b3281 --- /dev/null +++ b/42sh/libft/objs/lst/ft_id.d @@ -0,0 +1,5 @@ +objs/lst/ft_id.o: src/lst/ft_id.c includes/libft.h includes/ft_types.h \ + includes/error.h includes/color.h includes/cliopts.h includes/lst.h \ + includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \ + includes/math.h includes/mytime.h includes/get_next_line.h \ + includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lst_at.d b/42sh/libft/objs/lst/ft_lst_at.d new file mode 100644 index 00000000..7098fda1 --- /dev/null +++ b/42sh/libft/objs/lst/ft_lst_at.d @@ -0,0 +1,5 @@ +objs/lst/ft_lst_at.o: src/lst/ft_lst_at.c includes/lst.h includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/dlst.h includes/btree.h includes/str.h \ + includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lst_bfree.d b/42sh/libft/objs/lst/ft_lst_bfree.d new file mode 100644 index 00000000..68f0811c --- /dev/null +++ b/42sh/libft/objs/lst/ft_lst_bfree.d @@ -0,0 +1,5 @@ +objs/lst/ft_lst_bfree.o: src/lst/ft_lst_bfree.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lst_cfree.d b/42sh/libft/objs/lst/ft_lst_cfree.d new file mode 100644 index 00000000..10c7591a --- /dev/null +++ b/42sh/libft/objs/lst/ft_lst_cfree.d @@ -0,0 +1,5 @@ +objs/lst/ft_lst_cfree.o: src/lst/ft_lst_cfree.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lst_delif.d b/42sh/libft/objs/lst/ft_lst_delif.d new file mode 100644 index 00000000..2c570a98 --- /dev/null +++ b/42sh/libft/objs/lst/ft_lst_delif.d @@ -0,0 +1,5 @@ +objs/lst/ft_lst_delif.o: src/lst/ft_lst_delif.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lst_delsub.d b/42sh/libft/objs/lst/ft_lst_delsub.d new file mode 100644 index 00000000..1c5ea461 --- /dev/null +++ b/42sh/libft/objs/lst/ft_lst_delsub.d @@ -0,0 +1,5 @@ +objs/lst/ft_lst_delsub.o: src/lst/ft_lst_delsub.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lst_filter.d b/42sh/libft/objs/lst/ft_lst_filter.d new file mode 100644 index 00000000..a3a8dae9 --- /dev/null +++ b/42sh/libft/objs/lst/ft_lst_filter.d @@ -0,0 +1,5 @@ +objs/lst/ft_lst_filter.o: src/lst/ft_lst_filter.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lst_find.d b/42sh/libft/objs/lst/ft_lst_find.d new file mode 100644 index 00000000..50161f5f --- /dev/null +++ b/42sh/libft/objs/lst/ft_lst_find.d @@ -0,0 +1,5 @@ +objs/lst/ft_lst_find.o: src/lst/ft_lst_find.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lst_merge.d b/42sh/libft/objs/lst/ft_lst_merge.d new file mode 100644 index 00000000..e6fa3d2d --- /dev/null +++ b/42sh/libft/objs/lst/ft_lst_merge.d @@ -0,0 +1,5 @@ +objs/lst/ft_lst_merge.o: src/lst/ft_lst_merge.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lst_order_delsub.d b/42sh/libft/objs/lst/ft_lst_order_delsub.d new file mode 100644 index 00000000..f8e76047 --- /dev/null +++ b/42sh/libft/objs/lst/ft_lst_order_delsub.d @@ -0,0 +1,5 @@ +objs/lst/ft_lst_order_delsub.o: src/lst/ft_lst_order_delsub.c \ + includes/libft.h includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lst_print.d b/42sh/libft/objs/lst/ft_lst_print.d new file mode 100644 index 00000000..1c3ab0b3 --- /dev/null +++ b/42sh/libft/objs/lst/ft_lst_print.d @@ -0,0 +1,5 @@ +objs/lst/ft_lst_print.o: src/lst/ft_lst_print.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lst_print2.d b/42sh/libft/objs/lst/ft_lst_print2.d new file mode 100644 index 00000000..2c2f6608 --- /dev/null +++ b/42sh/libft/objs/lst/ft_lst_print2.d @@ -0,0 +1,5 @@ +objs/lst/ft_lst_print2.o: src/lst/ft_lst_print2.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lst_removeif.d b/42sh/libft/objs/lst/ft_lst_removeif.d new file mode 100644 index 00000000..42ced443 --- /dev/null +++ b/42sh/libft/objs/lst/ft_lst_removeif.d @@ -0,0 +1,5 @@ +objs/lst/ft_lst_removeif.o: src/lst/ft_lst_removeif.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lst_reverse.d b/42sh/libft/objs/lst/ft_lst_reverse.d new file mode 100644 index 00000000..5c21b32a --- /dev/null +++ b/42sh/libft/objs/lst/ft_lst_reverse.d @@ -0,0 +1,5 @@ +objs/lst/ft_lst_reverse.o: src/lst/ft_lst_reverse.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lst_size.d b/42sh/libft/objs/lst/ft_lst_size.d new file mode 100644 index 00000000..6731eb82 --- /dev/null +++ b/42sh/libft/objs/lst/ft_lst_size.d @@ -0,0 +1,5 @@ +objs/lst/ft_lst_size.o: src/lst/ft_lst_size.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lst_sorted_insert.d b/42sh/libft/objs/lst/ft_lst_sorted_insert.d new file mode 100644 index 00000000..d9d03bf4 --- /dev/null +++ b/42sh/libft/objs/lst/ft_lst_sorted_insert.d @@ -0,0 +1,5 @@ +objs/lst/ft_lst_sorted_insert.o: src/lst/ft_lst_sorted_insert.c \ + includes/libft.h includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lst_sorted_merge.d b/42sh/libft/objs/lst/ft_lst_sorted_merge.d new file mode 100644 index 00000000..65e1bc5a --- /dev/null +++ b/42sh/libft/objs/lst/ft_lst_sorted_merge.d @@ -0,0 +1,5 @@ +objs/lst/ft_lst_sorted_merge.o: src/lst/ft_lst_sorted_merge.c \ + includes/libft.h includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lstadd.d b/42sh/libft/objs/lst/ft_lstadd.d new file mode 100644 index 00000000..0d48d91f --- /dev/null +++ b/42sh/libft/objs/lst/ft_lstadd.d @@ -0,0 +1,5 @@ +objs/lst/ft_lstadd.o: src/lst/ft_lstadd.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lstdel.d b/42sh/libft/objs/lst/ft_lstdel.d new file mode 100644 index 00000000..02608428 --- /dev/null +++ b/42sh/libft/objs/lst/ft_lstdel.d @@ -0,0 +1,5 @@ +objs/lst/ft_lstdel.o: src/lst/ft_lstdel.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lstdelone.d b/42sh/libft/objs/lst/ft_lstdelone.d new file mode 100644 index 00000000..c603cf84 --- /dev/null +++ b/42sh/libft/objs/lst/ft_lstdelone.d @@ -0,0 +1,5 @@ +objs/lst/ft_lstdelone.o: src/lst/ft_lstdelone.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lsteadd.d b/42sh/libft/objs/lst/ft_lsteadd.d new file mode 100644 index 00000000..2898cf3b --- /dev/null +++ b/42sh/libft/objs/lst/ft_lsteadd.d @@ -0,0 +1,5 @@ +objs/lst/ft_lsteadd.o: src/lst/ft_lsteadd.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lstiter.d b/42sh/libft/objs/lst/ft_lstiter.d new file mode 100644 index 00000000..0d980607 --- /dev/null +++ b/42sh/libft/objs/lst/ft_lstiter.d @@ -0,0 +1,5 @@ +objs/lst/ft_lstiter.o: src/lst/ft_lstiter.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lstlast.d b/42sh/libft/objs/lst/ft_lstlast.d new file mode 100644 index 00000000..756a44b2 --- /dev/null +++ b/42sh/libft/objs/lst/ft_lstlast.d @@ -0,0 +1,5 @@ +objs/lst/ft_lstlast.o: src/lst/ft_lstlast.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lstmap.d b/42sh/libft/objs/lst/ft_lstmap.d new file mode 100644 index 00000000..30035952 --- /dev/null +++ b/42sh/libft/objs/lst/ft_lstmap.d @@ -0,0 +1,5 @@ +objs/lst/ft_lstmap.o: src/lst/ft_lstmap.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lstnadd.d b/42sh/libft/objs/lst/ft_lstnadd.d new file mode 100644 index 00000000..6d49e756 --- /dev/null +++ b/42sh/libft/objs/lst/ft_lstnadd.d @@ -0,0 +1,5 @@ +objs/lst/ft_lstnadd.o: src/lst/ft_lstnadd.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lstnew.d b/42sh/libft/objs/lst/ft_lstnew.d new file mode 100644 index 00000000..ae9d53eb --- /dev/null +++ b/42sh/libft/objs/lst/ft_lstnew.d @@ -0,0 +1,5 @@ +objs/lst/ft_lstnew.o: src/lst/ft_lstnew.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lstnew_range.d b/42sh/libft/objs/lst/ft_lstnew_range.d new file mode 100644 index 00000000..29c788b1 --- /dev/null +++ b/42sh/libft/objs/lst/ft_lstnew_range.d @@ -0,0 +1,5 @@ +objs/lst/ft_lstnew_range.o: src/lst/ft_lstnew_range.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/ft_lstsort.d b/42sh/libft/objs/lst/ft_lstsort.d new file mode 100644 index 00000000..aab16928 --- /dev/null +++ b/42sh/libft/objs/lst/ft_lstsort.d @@ -0,0 +1,5 @@ +objs/lst/ft_lstsort.o: src/lst/ft_lstsort.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/lst/pop.d b/42sh/libft/objs/lst/pop.d new file mode 100644 index 00000000..81722e45 --- /dev/null +++ b/42sh/libft/objs/lst/pop.d @@ -0,0 +1,5 @@ +objs/lst/pop.o: src/lst/pop.c includes/libft.h includes/ft_types.h \ + includes/error.h includes/color.h includes/cliopts.h includes/lst.h \ + includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \ + includes/math.h includes/mytime.h includes/get_next_line.h \ + includes/sys.h diff --git a/42sh/libft/objs/lst/push.d b/42sh/libft/objs/lst/push.d new file mode 100644 index 00000000..147fd55c --- /dev/null +++ b/42sh/libft/objs/lst/push.d @@ -0,0 +1,5 @@ +objs/lst/push.o: src/lst/push.c includes/libft.h includes/ft_types.h \ + includes/error.h includes/color.h includes/cliopts.h includes/lst.h \ + includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \ + includes/math.h includes/mytime.h includes/get_next_line.h \ + includes/sys.h diff --git a/42sh/libft/objs/lst/top.d b/42sh/libft/objs/lst/top.d new file mode 100644 index 00000000..88b0d1a0 --- /dev/null +++ b/42sh/libft/objs/lst/top.d @@ -0,0 +1,5 @@ +objs/lst/top.o: src/lst/top.c includes/libft.h includes/ft_types.h \ + includes/error.h includes/color.h includes/cliopts.h includes/lst.h \ + includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \ + includes/math.h includes/mytime.h includes/get_next_line.h \ + includes/sys.h diff --git a/42sh/libft/objs/math/ft_addrcmp.d b/42sh/libft/objs/math/ft_addrcmp.d new file mode 100644 index 00000000..cba9f65b --- /dev/null +++ b/42sh/libft/objs/math/ft_addrcmp.d @@ -0,0 +1,5 @@ +objs/math/ft_addrcmp.o: src/math/ft_addrcmp.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/math/ft_ilen.d b/42sh/libft/objs/math/ft_ilen.d new file mode 100644 index 00000000..0b774b4e --- /dev/null +++ b/42sh/libft/objs/math/ft_ilen.d @@ -0,0 +1,5 @@ +objs/math/ft_ilen.o: src/math/ft_ilen.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/math/ft_ilen_base.d b/42sh/libft/objs/math/ft_ilen_base.d new file mode 100644 index 00000000..f78b89b8 --- /dev/null +++ b/42sh/libft/objs/math/ft_ilen_base.d @@ -0,0 +1,5 @@ +objs/math/ft_ilen_base.o: src/math/ft_ilen_base.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/math/ft_itoa.d b/42sh/libft/objs/math/ft_itoa.d new file mode 100644 index 00000000..929e3b3b --- /dev/null +++ b/42sh/libft/objs/math/ft_itoa.d @@ -0,0 +1,5 @@ +objs/math/ft_itoa.o: src/math/ft_itoa.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/math/ft_itoa_base.d b/42sh/libft/objs/math/ft_itoa_base.d new file mode 100644 index 00000000..e75a1024 --- /dev/null +++ b/42sh/libft/objs/math/ft_itoa_base.d @@ -0,0 +1,5 @@ +objs/math/ft_itoa_base.o: src/math/ft_itoa_base.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/math/ft_lllen.d b/42sh/libft/objs/math/ft_lllen.d new file mode 100644 index 00000000..91143097 --- /dev/null +++ b/42sh/libft/objs/math/ft_lllen.d @@ -0,0 +1,5 @@ +objs/math/ft_lllen.o: src/math/ft_lllen.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/math/ft_lllen_base.d b/42sh/libft/objs/math/ft_lllen_base.d new file mode 100644 index 00000000..4188edea --- /dev/null +++ b/42sh/libft/objs/math/ft_lllen_base.d @@ -0,0 +1,5 @@ +objs/math/ft_lllen_base.o: src/math/ft_lllen_base.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/math/ft_lltoa_base.d b/42sh/libft/objs/math/ft_lltoa_base.d new file mode 100644 index 00000000..5c25573c --- /dev/null +++ b/42sh/libft/objs/math/ft_lltoa_base.d @@ -0,0 +1,5 @@ +objs/math/ft_lltoa_base.o: src/math/ft_lltoa_base.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/math/ft_uilen.d b/42sh/libft/objs/math/ft_uilen.d new file mode 100644 index 00000000..4eafa6ba --- /dev/null +++ b/42sh/libft/objs/math/ft_uilen.d @@ -0,0 +1,5 @@ +objs/math/ft_uilen.o: src/math/ft_uilen.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/math/ft_uitoa_base.d b/42sh/libft/objs/math/ft_uitoa_base.d new file mode 100644 index 00000000..0402c452 --- /dev/null +++ b/42sh/libft/objs/math/ft_uitoa_base.d @@ -0,0 +1,5 @@ +objs/math/ft_uitoa_base.o: src/math/ft_uitoa_base.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/math/ft_ulltoa_base.d b/42sh/libft/objs/math/ft_ulltoa_base.d new file mode 100644 index 00000000..09e31a45 --- /dev/null +++ b/42sh/libft/objs/math/ft_ulltoa_base.d @@ -0,0 +1,5 @@ +objs/math/ft_ulltoa_base.o: src/math/ft_ulltoa_base.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/math/id.d b/42sh/libft/objs/math/id.d new file mode 100644 index 00000000..e9e2af3f --- /dev/null +++ b/42sh/libft/objs/math/id.d @@ -0,0 +1,5 @@ +objs/math/id.o: src/math/id.c includes/libft.h includes/ft_types.h \ + includes/error.h includes/color.h includes/cliopts.h includes/lst.h \ + includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \ + includes/math.h includes/mytime.h includes/get_next_line.h \ + includes/sys.h diff --git a/42sh/libft/objs/mem/ft_bzero.d b/42sh/libft/objs/mem/ft_bzero.d new file mode 100644 index 00000000..3189753e --- /dev/null +++ b/42sh/libft/objs/mem/ft_bzero.d @@ -0,0 +1,5 @@ +objs/mem/ft_bzero.o: src/mem/ft_bzero.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/mem/ft_malloc.d b/42sh/libft/objs/mem/ft_malloc.d new file mode 100644 index 00000000..1184b8c3 --- /dev/null +++ b/42sh/libft/objs/mem/ft_malloc.d @@ -0,0 +1,5 @@ +objs/mem/ft_malloc.o: src/mem/ft_malloc.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/mem/ft_memalloc.d b/42sh/libft/objs/mem/ft_memalloc.d new file mode 100644 index 00000000..c484ab86 --- /dev/null +++ b/42sh/libft/objs/mem/ft_memalloc.d @@ -0,0 +1,5 @@ +objs/mem/ft_memalloc.o: src/mem/ft_memalloc.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/mem/ft_memccpy.d b/42sh/libft/objs/mem/ft_memccpy.d new file mode 100644 index 00000000..c04327fc --- /dev/null +++ b/42sh/libft/objs/mem/ft_memccpy.d @@ -0,0 +1,5 @@ +objs/mem/ft_memccpy.o: src/mem/ft_memccpy.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/mem/ft_memchr.d b/42sh/libft/objs/mem/ft_memchr.d new file mode 100644 index 00000000..e65dcd4b --- /dev/null +++ b/42sh/libft/objs/mem/ft_memchr.d @@ -0,0 +1,5 @@ +objs/mem/ft_memchr.o: src/mem/ft_memchr.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/mem/ft_memcmp.d b/42sh/libft/objs/mem/ft_memcmp.d new file mode 100644 index 00000000..7fa1f72e --- /dev/null +++ b/42sh/libft/objs/mem/ft_memcmp.d @@ -0,0 +1,5 @@ +objs/mem/ft_memcmp.o: src/mem/ft_memcmp.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/mem/ft_memcpy.d b/42sh/libft/objs/mem/ft_memcpy.d new file mode 100644 index 00000000..0844fe45 --- /dev/null +++ b/42sh/libft/objs/mem/ft_memcpy.d @@ -0,0 +1,5 @@ +objs/mem/ft_memcpy.o: src/mem/ft_memcpy.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/mem/ft_memdel.d b/42sh/libft/objs/mem/ft_memdel.d new file mode 100644 index 00000000..73fef954 --- /dev/null +++ b/42sh/libft/objs/mem/ft_memdel.d @@ -0,0 +1,5 @@ +objs/mem/ft_memdel.o: src/mem/ft_memdel.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/mem/ft_memmove.d b/42sh/libft/objs/mem/ft_memmove.d new file mode 100644 index 00000000..7abbd7e1 --- /dev/null +++ b/42sh/libft/objs/mem/ft_memmove.d @@ -0,0 +1,5 @@ +objs/mem/ft_memmove.o: src/mem/ft_memmove.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/mem/ft_memset.d b/42sh/libft/objs/mem/ft_memset.d new file mode 100644 index 00000000..555e6d3f --- /dev/null +++ b/42sh/libft/objs/mem/ft_memset.d @@ -0,0 +1,5 @@ +objs/mem/ft_memset.o: src/mem/ft_memset.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/mem/ft_realloc.d b/42sh/libft/objs/mem/ft_realloc.d new file mode 100644 index 00000000..5ee289a3 --- /dev/null +++ b/42sh/libft/objs/mem/ft_realloc.d @@ -0,0 +1,5 @@ +objs/mem/ft_realloc.o: src/mem/ft_realloc.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/path/ft_path_notdir.d b/42sh/libft/objs/path/ft_path_notdir.d new file mode 100644 index 00000000..29e2bf16 --- /dev/null +++ b/42sh/libft/objs/path/ft_path_notdir.d @@ -0,0 +1,5 @@ +objs/path/ft_path_notdir.o: src/path/ft_path_notdir.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/printing/ft_putchar.d b/42sh/libft/objs/printing/ft_putchar.d new file mode 100644 index 00000000..ecb11611 --- /dev/null +++ b/42sh/libft/objs/printing/ft_putchar.d @@ -0,0 +1,5 @@ +objs/printing/ft_putchar.o: src/printing/ft_putchar.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/printing/ft_putendl.d b/42sh/libft/objs/printing/ft_putendl.d new file mode 100644 index 00000000..6aeafde4 --- /dev/null +++ b/42sh/libft/objs/printing/ft_putendl.d @@ -0,0 +1,5 @@ +objs/printing/ft_putendl.o: src/printing/ft_putendl.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/printing/ft_putnbr.d b/42sh/libft/objs/printing/ft_putnbr.d new file mode 100644 index 00000000..9cb3d922 --- /dev/null +++ b/42sh/libft/objs/printing/ft_putnbr.d @@ -0,0 +1,5 @@ +objs/printing/ft_putnbr.o: src/printing/ft_putnbr.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/printing/ft_putstr.d b/42sh/libft/objs/printing/ft_putstr.d new file mode 100644 index 00000000..08dd11a5 --- /dev/null +++ b/42sh/libft/objs/printing/ft_putstr.d @@ -0,0 +1,5 @@ +objs/printing/ft_putstr.o: src/printing/ft_putstr.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/sstr/ft_sstradd.d b/42sh/libft/objs/sstr/ft_sstradd.d new file mode 100644 index 00000000..f2583658 --- /dev/null +++ b/42sh/libft/objs/sstr/ft_sstradd.d @@ -0,0 +1,5 @@ +objs/sstr/ft_sstradd.o: src/sstr/ft_sstradd.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/sstr/ft_sstrcat.d b/42sh/libft/objs/sstr/ft_sstrcat.d new file mode 100644 index 00000000..4afa708d --- /dev/null +++ b/42sh/libft/objs/sstr/ft_sstrcat.d @@ -0,0 +1,5 @@ +objs/sstr/ft_sstrcat.o: src/sstr/ft_sstrcat.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/sstr/ft_sstrdel.d b/42sh/libft/objs/sstr/ft_sstrdel.d new file mode 100644 index 00000000..09f26167 --- /dev/null +++ b/42sh/libft/objs/sstr/ft_sstrdel.d @@ -0,0 +1,5 @@ +objs/sstr/ft_sstrdel.o: src/sstr/ft_sstrdel.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/sstr/ft_sstrdup.d b/42sh/libft/objs/sstr/ft_sstrdup.d new file mode 100644 index 00000000..0afca95b --- /dev/null +++ b/42sh/libft/objs/sstr/ft_sstrdup.d @@ -0,0 +1,5 @@ +objs/sstr/ft_sstrdup.o: src/sstr/ft_sstrdup.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/sstr/ft_sstrfree.d b/42sh/libft/objs/sstr/ft_sstrfree.d new file mode 100644 index 00000000..8c377107 --- /dev/null +++ b/42sh/libft/objs/sstr/ft_sstrfree.d @@ -0,0 +1,5 @@ +objs/sstr/ft_sstrfree.o: src/sstr/ft_sstrfree.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/sstr/ft_sstrmerge.d b/42sh/libft/objs/sstr/ft_sstrmerge.d new file mode 100644 index 00000000..e95af96e --- /dev/null +++ b/42sh/libft/objs/sstr/ft_sstrmerge.d @@ -0,0 +1,5 @@ +objs/sstr/ft_sstrmerge.o: src/sstr/ft_sstrmerge.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/sstr/ft_sstrprint.d b/42sh/libft/objs/sstr/ft_sstrprint.d new file mode 100644 index 00000000..5fa3b45a --- /dev/null +++ b/42sh/libft/objs/sstr/ft_sstrprint.d @@ -0,0 +1,5 @@ +objs/sstr/ft_sstrprint.o: src/sstr/ft_sstrprint.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/sstr/ft_sstrprint_fd.d b/42sh/libft/objs/sstr/ft_sstrprint_fd.d new file mode 100644 index 00000000..0d7fb6fb --- /dev/null +++ b/42sh/libft/objs/sstr/ft_sstrprint_fd.d @@ -0,0 +1,5 @@ +objs/sstr/ft_sstrprint_fd.o: src/sstr/ft_sstrprint_fd.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/sstr/ft_sstrsort.d b/42sh/libft/objs/sstr/ft_sstrsort.d new file mode 100644 index 00000000..45c3a871 --- /dev/null +++ b/42sh/libft/objs/sstr/ft_sstrsort.d @@ -0,0 +1,5 @@ +objs/sstr/ft_sstrsort.o: src/sstr/ft_sstrsort.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/sstr/ft_sstrstr.d b/42sh/libft/objs/sstr/ft_sstrstr.d new file mode 100644 index 00000000..07bc9b5e --- /dev/null +++ b/42sh/libft/objs/sstr/ft_sstrstr.d @@ -0,0 +1,5 @@ +objs/sstr/ft_sstrstr.o: src/sstr/ft_sstrstr.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_atoi.d b/42sh/libft/objs/str/ft_atoi.d new file mode 100644 index 00000000..1a6245dd --- /dev/null +++ b/42sh/libft/objs/str/ft_atoi.d @@ -0,0 +1,5 @@ +objs/str/ft_atoi.o: src/str/ft_atoi.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_convert_base.d b/42sh/libft/objs/str/ft_convert_base.d new file mode 100644 index 00000000..55d93c8e --- /dev/null +++ b/42sh/libft/objs/str/ft_convert_base.d @@ -0,0 +1,5 @@ +objs/str/ft_convert_base.o: src/str/ft_convert_base.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_putaddr_fd.d b/42sh/libft/objs/str/ft_putaddr_fd.d new file mode 100644 index 00000000..de2eb85c --- /dev/null +++ b/42sh/libft/objs/str/ft_putaddr_fd.d @@ -0,0 +1,5 @@ +objs/str/ft_putaddr_fd.o: src/str/ft_putaddr_fd.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_split_whitespaces.d b/42sh/libft/objs/str/ft_split_whitespaces.d new file mode 100644 index 00000000..f278a3a3 --- /dev/null +++ b/42sh/libft/objs/str/ft_split_whitespaces.d @@ -0,0 +1,5 @@ +objs/str/ft_split_whitespaces.o: src/str/ft_split_whitespaces.c \ + includes/libft.h includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_str3join.d b/42sh/libft/objs/str/ft_str3join.d new file mode 100644 index 00000000..1f4018ed --- /dev/null +++ b/42sh/libft/objs/str/ft_str3join.d @@ -0,0 +1,5 @@ +objs/str/ft_str3join.o: src/str/ft_str3join.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strappend.d b/42sh/libft/objs/str/ft_strappend.d new file mode 100644 index 00000000..fc3508e9 --- /dev/null +++ b/42sh/libft/objs/str/ft_strappend.d @@ -0,0 +1,5 @@ +objs/str/ft_strappend.o: src/str/ft_strappend.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strbetween.d b/42sh/libft/objs/str/ft_strbetween.d new file mode 100644 index 00000000..201a33a2 --- /dev/null +++ b/42sh/libft/objs/str/ft_strbetween.d @@ -0,0 +1,5 @@ +objs/str/ft_strbetween.o: src/str/ft_strbetween.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strcat.d b/42sh/libft/objs/str/ft_strcat.d new file mode 100644 index 00000000..19b94e89 --- /dev/null +++ b/42sh/libft/objs/str/ft_strcat.d @@ -0,0 +1,5 @@ +objs/str/ft_strcat.o: src/str/ft_strcat.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strcatf.d b/42sh/libft/objs/str/ft_strcatf.d new file mode 100644 index 00000000..1c887e09 --- /dev/null +++ b/42sh/libft/objs/str/ft_strcatf.d @@ -0,0 +1,5 @@ +objs/str/ft_strcatf.o: src/str/ft_strcatf.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strchr.d b/42sh/libft/objs/str/ft_strchr.d new file mode 100644 index 00000000..54a31dad --- /dev/null +++ b/42sh/libft/objs/str/ft_strchr.d @@ -0,0 +1,5 @@ +objs/str/ft_strchr.o: src/str/ft_strchr.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strchrcpy.d b/42sh/libft/objs/str/ft_strchrcpy.d new file mode 100644 index 00000000..5e5b49e1 --- /dev/null +++ b/42sh/libft/objs/str/ft_strchrcpy.d @@ -0,0 +1,5 @@ +objs/str/ft_strchrcpy.o: src/str/ft_strchrcpy.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strclr.d b/42sh/libft/objs/str/ft_strclr.d new file mode 100644 index 00000000..b6a6e4e5 --- /dev/null +++ b/42sh/libft/objs/str/ft_strclr.d @@ -0,0 +1,5 @@ +objs/str/ft_strclr.o: src/str/ft_strclr.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strcmp.d b/42sh/libft/objs/str/ft_strcmp.d new file mode 100644 index 00000000..ff48b425 --- /dev/null +++ b/42sh/libft/objs/str/ft_strcmp.d @@ -0,0 +1,5 @@ +objs/str/ft_strcmp.o: src/str/ft_strcmp.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strcpy.d b/42sh/libft/objs/str/ft_strcpy.d new file mode 100644 index 00000000..5a90c2ef --- /dev/null +++ b/42sh/libft/objs/str/ft_strcpy.d @@ -0,0 +1,5 @@ +objs/str/ft_strcpy.o: src/str/ft_strcpy.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strcspn.d b/42sh/libft/objs/str/ft_strcspn.d new file mode 100644 index 00000000..73bcaf3e --- /dev/null +++ b/42sh/libft/objs/str/ft_strcspn.d @@ -0,0 +1,5 @@ +objs/str/ft_strcspn.o: src/str/ft_strcspn.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strcut.d b/42sh/libft/objs/str/ft_strcut.d new file mode 100644 index 00000000..d1b8cac2 --- /dev/null +++ b/42sh/libft/objs/str/ft_strcut.d @@ -0,0 +1,5 @@ +objs/str/ft_strcut.o: src/str/ft_strcut.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strdel.d b/42sh/libft/objs/str/ft_strdel.d new file mode 100644 index 00000000..7679fa91 --- /dev/null +++ b/42sh/libft/objs/str/ft_strdel.d @@ -0,0 +1,5 @@ +objs/str/ft_strdel.o: src/str/ft_strdel.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strdup.d b/42sh/libft/objs/str/ft_strdup.d new file mode 100644 index 00000000..09d25874 --- /dev/null +++ b/42sh/libft/objs/str/ft_strdup.d @@ -0,0 +1,5 @@ +objs/str/ft_strdup.o: src/str/ft_strdup.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strdupchr.d b/42sh/libft/objs/str/ft_strdupchr.d new file mode 100644 index 00000000..95e14aa6 --- /dev/null +++ b/42sh/libft/objs/str/ft_strdupchr.d @@ -0,0 +1,5 @@ +objs/str/ft_strdupchr.o: src/str/ft_strdupchr.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strduptr.d b/42sh/libft/objs/str/ft_strduptr.d new file mode 100644 index 00000000..531b79a0 --- /dev/null +++ b/42sh/libft/objs/str/ft_strduptr.d @@ -0,0 +1,5 @@ +objs/str/ft_strduptr.o: src/str/ft_strduptr.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strequ.d b/42sh/libft/objs/str/ft_strequ.d new file mode 100644 index 00000000..37da441d --- /dev/null +++ b/42sh/libft/objs/str/ft_strequ.d @@ -0,0 +1,5 @@ +objs/str/ft_strequ.o: src/str/ft_strequ.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strinsert.d b/42sh/libft/objs/str/ft_strinsert.d new file mode 100644 index 00000000..90cd151c --- /dev/null +++ b/42sh/libft/objs/str/ft_strinsert.d @@ -0,0 +1,5 @@ +objs/str/ft_strinsert.o: src/str/ft_strinsert.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_stris.d b/42sh/libft/objs/str/ft_stris.d new file mode 100644 index 00000000..a41f7169 --- /dev/null +++ b/42sh/libft/objs/str/ft_stris.d @@ -0,0 +1,5 @@ +objs/str/ft_stris.o: src/str/ft_stris.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_striter.d b/42sh/libft/objs/str/ft_striter.d new file mode 100644 index 00000000..bd471568 --- /dev/null +++ b/42sh/libft/objs/str/ft_striter.d @@ -0,0 +1,5 @@ +objs/str/ft_striter.o: src/str/ft_striter.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_striteri.d b/42sh/libft/objs/str/ft_striteri.d new file mode 100644 index 00000000..2823cf63 --- /dev/null +++ b/42sh/libft/objs/str/ft_striteri.d @@ -0,0 +1,5 @@ +objs/str/ft_striteri.o: src/str/ft_striteri.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strjoin.d b/42sh/libft/objs/str/ft_strjoin.d new file mode 100644 index 00000000..4ea98a8d --- /dev/null +++ b/42sh/libft/objs/str/ft_strjoin.d @@ -0,0 +1,5 @@ +objs/str/ft_strjoin.o: src/str/ft_strjoin.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strlcat.d b/42sh/libft/objs/str/ft_strlcat.d new file mode 100644 index 00000000..bcb55b46 --- /dev/null +++ b/42sh/libft/objs/str/ft_strlcat.d @@ -0,0 +1,5 @@ +objs/str/ft_strlcat.o: src/str/ft_strlcat.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strlen.d b/42sh/libft/objs/str/ft_strlen.d new file mode 100644 index 00000000..9a1be5bf --- /dev/null +++ b/42sh/libft/objs/str/ft_strlen.d @@ -0,0 +1,5 @@ +objs/str/ft_strlen.o: src/str/ft_strlen.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strlenchr.d b/42sh/libft/objs/str/ft_strlenchr.d new file mode 100644 index 00000000..aa149d90 --- /dev/null +++ b/42sh/libft/objs/str/ft_strlenchr.d @@ -0,0 +1,5 @@ +objs/str/ft_strlenchr.o: src/str/ft_strlenchr.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strmap.d b/42sh/libft/objs/str/ft_strmap.d new file mode 100644 index 00000000..c7b19da3 --- /dev/null +++ b/42sh/libft/objs/str/ft_strmap.d @@ -0,0 +1,5 @@ +objs/str/ft_strmap.o: src/str/ft_strmap.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strmapi.d b/42sh/libft/objs/str/ft_strmapi.d new file mode 100644 index 00000000..fdee9769 --- /dev/null +++ b/42sh/libft/objs/str/ft_strmapi.d @@ -0,0 +1,5 @@ +objs/str/ft_strmapi.o: src/str/ft_strmapi.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strncat.d b/42sh/libft/objs/str/ft_strncat.d new file mode 100644 index 00000000..b813de08 --- /dev/null +++ b/42sh/libft/objs/str/ft_strncat.d @@ -0,0 +1,5 @@ +objs/str/ft_strncat.o: src/str/ft_strncat.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strncmp.d b/42sh/libft/objs/str/ft_strncmp.d new file mode 100644 index 00000000..2a6c52cb --- /dev/null +++ b/42sh/libft/objs/str/ft_strncmp.d @@ -0,0 +1,5 @@ +objs/str/ft_strncmp.o: src/str/ft_strncmp.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strncpy.d b/42sh/libft/objs/str/ft_strncpy.d new file mode 100644 index 00000000..804dcf9c --- /dev/null +++ b/42sh/libft/objs/str/ft_strncpy.d @@ -0,0 +1,5 @@ +objs/str/ft_strncpy.o: src/str/ft_strncpy.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strnequ.d b/42sh/libft/objs/str/ft_strnequ.d new file mode 100644 index 00000000..55c1c030 --- /dev/null +++ b/42sh/libft/objs/str/ft_strnequ.d @@ -0,0 +1,5 @@ +objs/str/ft_strnequ.o: src/str/ft_strnequ.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strnew.d b/42sh/libft/objs/str/ft_strnew.d new file mode 100644 index 00000000..aa7c02df --- /dev/null +++ b/42sh/libft/objs/str/ft_strnew.d @@ -0,0 +1,5 @@ +objs/str/ft_strnew.o: src/str/ft_strnew.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strnstr.d b/42sh/libft/objs/str/ft_strnstr.d new file mode 100644 index 00000000..e830c621 --- /dev/null +++ b/42sh/libft/objs/str/ft_strnstr.d @@ -0,0 +1,5 @@ +objs/str/ft_strnstr.o: src/str/ft_strnstr.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strrchr.d b/42sh/libft/objs/str/ft_strrchr.d new file mode 100644 index 00000000..84cc88e7 --- /dev/null +++ b/42sh/libft/objs/str/ft_strrchr.d @@ -0,0 +1,5 @@ +objs/str/ft_strrchr.o: src/str/ft_strrchr.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strreplace.d b/42sh/libft/objs/str/ft_strreplace.d new file mode 100644 index 00000000..12b03e23 --- /dev/null +++ b/42sh/libft/objs/str/ft_strreplace.d @@ -0,0 +1,5 @@ +objs/str/ft_strreplace.o: src/str/ft_strreplace.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strrev.d b/42sh/libft/objs/str/ft_strrev.d new file mode 100644 index 00000000..68ce5e6b --- /dev/null +++ b/42sh/libft/objs/str/ft_strrev.d @@ -0,0 +1,5 @@ +objs/str/ft_strrev.o: src/str/ft_strrev.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strsplit.d b/42sh/libft/objs/str/ft_strsplit.d new file mode 100644 index 00000000..43298a39 --- /dev/null +++ b/42sh/libft/objs/str/ft_strsplit.d @@ -0,0 +1,5 @@ +objs/str/ft_strsplit.o: src/str/ft_strsplit.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strstr.d b/42sh/libft/objs/str/ft_strstr.d new file mode 100644 index 00000000..01bc8207 --- /dev/null +++ b/42sh/libft/objs/str/ft_strstr.d @@ -0,0 +1,5 @@ +objs/str/ft_strstr.o: src/str/ft_strstr.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strsub.d b/42sh/libft/objs/str/ft_strsub.d new file mode 100644 index 00000000..f182ee7b --- /dev/null +++ b/42sh/libft/objs/str/ft_strsub.d @@ -0,0 +1,5 @@ +objs/str/ft_strsub.o: src/str/ft_strsub.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strtok.d b/42sh/libft/objs/str/ft_strtok.d new file mode 100644 index 00000000..02751a60 --- /dev/null +++ b/42sh/libft/objs/str/ft_strtok.d @@ -0,0 +1,5 @@ +objs/str/ft_strtok.o: src/str/ft_strtok.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/str/ft_strtrim.d b/42sh/libft/objs/str/ft_strtrim.d new file mode 100644 index 00000000..a0e1256a --- /dev/null +++ b/42sh/libft/objs/str/ft_strtrim.d @@ -0,0 +1,5 @@ +objs/str/ft_strtrim.o: src/str/ft_strtrim.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/sys/create_directory.d b/42sh/libft/objs/sys/create_directory.d new file mode 100644 index 00000000..f273434b --- /dev/null +++ b/42sh/libft/objs/sys/create_directory.d @@ -0,0 +1,5 @@ +objs/sys/create_directory.o: src/sys/create_directory.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/sys/dup2_close.d b/42sh/libft/objs/sys/dup2_close.d new file mode 100644 index 00000000..a052f0eb --- /dev/null +++ b/42sh/libft/objs/sys/dup2_close.d @@ -0,0 +1,5 @@ +objs/sys/dup2_close.o: src/sys/dup2_close.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/sys/fd_replace.d b/42sh/libft/objs/sys/fd_replace.d new file mode 100644 index 00000000..6a95d13a --- /dev/null +++ b/42sh/libft/objs/sys/fd_replace.d @@ -0,0 +1,5 @@ +objs/sys/fd_replace.o: src/sys/fd_replace.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/sys/ft_getenv.d b/42sh/libft/objs/sys/ft_getenv.d new file mode 100644 index 00000000..6006f348 --- /dev/null +++ b/42sh/libft/objs/sys/ft_getenv.d @@ -0,0 +1,5 @@ +objs/sys/ft_getenv.o: src/sys/ft_getenv.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/sys/ft_xattr_count.d b/42sh/libft/objs/sys/ft_xattr_count.d new file mode 100644 index 00000000..afc79a0e --- /dev/null +++ b/42sh/libft/objs/sys/ft_xattr_count.d @@ -0,0 +1,5 @@ +objs/sys/ft_xattr_count.o: src/sys/ft_xattr_count.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/sys/ft_xattr_print.d b/42sh/libft/objs/sys/ft_xattr_print.d new file mode 100644 index 00000000..376c33d2 --- /dev/null +++ b/42sh/libft/objs/sys/ft_xattr_print.d @@ -0,0 +1,5 @@ +objs/sys/ft_xattr_print.o: src/sys/ft_xattr_print.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/sys/is_directory.d b/42sh/libft/objs/sys/is_directory.d new file mode 100644 index 00000000..d95269ce --- /dev/null +++ b/42sh/libft/objs/sys/is_directory.d @@ -0,0 +1,5 @@ +objs/sys/is_directory.o: src/sys/is_directory.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/sys/try_access.d b/42sh/libft/objs/sys/try_access.d new file mode 100644 index 00000000..b11738b3 --- /dev/null +++ b/42sh/libft/objs/sys/try_access.d @@ -0,0 +1,5 @@ +objs/sys/try_access.o: src/sys/try_access.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/time/ft_mytime_free.d b/42sh/libft/objs/time/ft_mytime_free.d new file mode 100644 index 00000000..ad9d951a --- /dev/null +++ b/42sh/libft/objs/time/ft_mytime_free.d @@ -0,0 +1,5 @@ +objs/time/ft_mytime_free.o: src/time/ft_mytime_free.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/time/ft_mytime_get.d b/42sh/libft/objs/time/ft_mytime_get.d new file mode 100644 index 00000000..4576390b --- /dev/null +++ b/42sh/libft/objs/time/ft_mytime_get.d @@ -0,0 +1,5 @@ +objs/time/ft_mytime_get.o: src/time/ft_mytime_get.c includes/libft.h \ + includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/libft/objs/time/ft_time_isrecent.d b/42sh/libft/objs/time/ft_time_isrecent.d new file mode 100644 index 00000000..53c84b69 --- /dev/null +++ b/42sh/libft/objs/time/ft_time_isrecent.d @@ -0,0 +1,5 @@ +objs/time/ft_time_isrecent.o: src/time/ft_time_isrecent.c \ + includes/libft.h includes/ft_types.h includes/error.h includes/color.h \ + includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \ + includes/str.h includes/sstr.h includes/math.h includes/mytime.h \ + includes/get_next_line.h includes/sys.h diff --git a/42sh/objs/builtin/bt_env_opt.d b/42sh/objs/builtin/bt_env_opt.d new file mode 100644 index 00000000..1b572706 --- /dev/null +++ b/42sh/objs/builtin/bt_env_opt.d @@ -0,0 +1,11 @@ +objs/builtin/bt_env_opt.o: src/builtin/bt_env_opt.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/builtin/bt_read_get.d b/42sh/objs/builtin/bt_read_get.d new file mode 100644 index 00000000..5cd3a433 --- /dev/null +++ b/42sh/objs/builtin/bt_read_get.d @@ -0,0 +1,11 @@ +objs/builtin/bt_read_get.o: src/builtin/bt_read_get.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/builtin/bt_read_term.d b/42sh/objs/builtin/bt_read_term.d new file mode 100644 index 00000000..f351ee75 --- /dev/null +++ b/42sh/objs/builtin/bt_read_term.d @@ -0,0 +1,11 @@ +objs/builtin/bt_read_term.o: src/builtin/bt_read_term.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/builtin/builtin_cd.d b/42sh/objs/builtin/builtin_cd.d new file mode 100644 index 00000000..02fdd77e --- /dev/null +++ b/42sh/objs/builtin/builtin_cd.d @@ -0,0 +1,11 @@ +objs/builtin/builtin_cd.o: src/builtin/builtin_cd.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/builtin/builtin_echo.d b/42sh/objs/builtin/builtin_echo.d new file mode 100644 index 00000000..f79fd321 --- /dev/null +++ b/42sh/objs/builtin/builtin_echo.d @@ -0,0 +1,11 @@ +objs/builtin/builtin_echo.o: src/builtin/builtin_echo.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/builtin/builtin_env.d b/42sh/objs/builtin/builtin_env.d new file mode 100644 index 00000000..dad3c796 --- /dev/null +++ b/42sh/objs/builtin/builtin_env.d @@ -0,0 +1,11 @@ +objs/builtin/builtin_env.o: src/builtin/builtin_env.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/builtin/builtin_exit.d b/42sh/objs/builtin/builtin_exit.d new file mode 100644 index 00000000..37578c4d --- /dev/null +++ b/42sh/objs/builtin/builtin_exit.d @@ -0,0 +1,11 @@ +objs/builtin/builtin_exit.o: src/builtin/builtin_exit.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/builtin/builtin_export.d b/42sh/objs/builtin/builtin_export.d new file mode 100644 index 00000000..dae950e1 --- /dev/null +++ b/42sh/objs/builtin/builtin_export.d @@ -0,0 +1,11 @@ +objs/builtin/builtin_export.o: src/builtin/builtin_export.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/builtin/builtin_func.d b/42sh/objs/builtin/builtin_func.d new file mode 100644 index 00000000..ca4f35de --- /dev/null +++ b/42sh/objs/builtin/builtin_func.d @@ -0,0 +1,11 @@ +objs/builtin/builtin_func.o: src/builtin/builtin_func.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/builtin/builtin_hash.d b/42sh/objs/builtin/builtin_hash.d new file mode 100644 index 00000000..cba093fd --- /dev/null +++ b/42sh/objs/builtin/builtin_hash.d @@ -0,0 +1,11 @@ +objs/builtin/builtin_hash.o: src/builtin/builtin_hash.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/builtin/builtin_history.d b/42sh/objs/builtin/builtin_history.d new file mode 100644 index 00000000..6b5224ee --- /dev/null +++ b/42sh/objs/builtin/builtin_history.d @@ -0,0 +1,11 @@ +objs/builtin/builtin_history.o: src/builtin/builtin_history.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/builtin/builtin_math.d b/42sh/objs/builtin/builtin_math.d new file mode 100644 index 00000000..58675f37 --- /dev/null +++ b/42sh/objs/builtin/builtin_math.d @@ -0,0 +1,11 @@ +objs/builtin/builtin_math.o: src/builtin/builtin_math.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/builtin/builtin_read.d b/42sh/objs/builtin/builtin_read.d new file mode 100644 index 00000000..2c35170d --- /dev/null +++ b/42sh/objs/builtin/builtin_read.d @@ -0,0 +1,11 @@ +objs/builtin/builtin_read.o: src/builtin/builtin_read.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/builtin/builtin_setenv.d b/42sh/objs/builtin/builtin_setenv.d new file mode 100644 index 00000000..5e0c9d9d --- /dev/null +++ b/42sh/objs/builtin/builtin_setenv.d @@ -0,0 +1,11 @@ +objs/builtin/builtin_setenv.o: src/builtin/builtin_setenv.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/builtin/builtin_unset.d b/42sh/objs/builtin/builtin_unset.d new file mode 100644 index 00000000..5c8d8f2c --- /dev/null +++ b/42sh/objs/builtin/builtin_unset.d @@ -0,0 +1,11 @@ +objs/builtin/builtin_unset.o: src/builtin/builtin_unset.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/builtin/builtin_unsetenv.d b/42sh/objs/builtin/builtin_unsetenv.d new file mode 100644 index 00000000..0682a1d7 --- /dev/null +++ b/42sh/objs/builtin/builtin_unsetenv.d @@ -0,0 +1,11 @@ +objs/builtin/builtin_unsetenv.o: src/builtin/builtin_unsetenv.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/builtin/is_builtin.d b/42sh/objs/builtin/is_builtin.d new file mode 100644 index 00000000..58612f20 --- /dev/null +++ b/42sh/objs/builtin/is_builtin.d @@ -0,0 +1,11 @@ +objs/builtin/is_builtin.o: src/builtin/is_builtin.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/completion/c_arrow.d b/42sh/objs/completion/c_arrow.d new file mode 100644 index 00000000..a021f071 --- /dev/null +++ b/42sh/objs/completion/c_arrow.d @@ -0,0 +1,11 @@ +objs/completion/c_arrow.o: src/completion/c_arrow.c includes/completion.h \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/hash.h diff --git a/42sh/objs/completion/c_clear.d b/42sh/objs/completion/c_clear.d new file mode 100644 index 00000000..df117457 --- /dev/null +++ b/42sh/objs/completion/c_clear.d @@ -0,0 +1,11 @@ +objs/completion/c_clear.o: src/completion/c_clear.c includes/completion.h \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/hash.h diff --git a/42sh/objs/completion/c_find_abspath.d b/42sh/objs/completion/c_find_abspath.d new file mode 100644 index 00000000..70f584b0 --- /dev/null +++ b/42sh/objs/completion/c_find_abspath.d @@ -0,0 +1,11 @@ +objs/completion/c_find_abspath.o: src/completion/c_find_abspath.c \ + includes/completion.h includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/hash.h diff --git a/42sh/objs/completion/c_find_binary.d b/42sh/objs/completion/c_find_binary.d new file mode 100644 index 00000000..cd4a540e --- /dev/null +++ b/42sh/objs/completion/c_find_binary.d @@ -0,0 +1,11 @@ +objs/completion/c_find_binary.o: src/completion/c_find_binary.c \ + includes/completion.h includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/hash.h diff --git a/42sh/objs/completion/c_find_env.d b/42sh/objs/completion/c_find_env.d new file mode 100644 index 00000000..613a8fce --- /dev/null +++ b/42sh/objs/completion/c_find_env.d @@ -0,0 +1,11 @@ +objs/completion/c_find_env.o: src/completion/c_find_env.c \ + includes/completion.h includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/hash.h diff --git a/42sh/objs/completion/c_find_files.d b/42sh/objs/completion/c_find_files.d new file mode 100644 index 00000000..02953238 --- /dev/null +++ b/42sh/objs/completion/c_find_files.d @@ -0,0 +1,11 @@ +objs/completion/c_find_files.o: src/completion/c_find_files.c \ + includes/completion.h includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/hash.h diff --git a/42sh/objs/completion/c_init.d b/42sh/objs/completion/c_init.d new file mode 100644 index 00000000..1a0ec9aa --- /dev/null +++ b/42sh/objs/completion/c_init.d @@ -0,0 +1,11 @@ +objs/completion/c_init.o: src/completion/c_init.c includes/completion.h \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/hash.h diff --git a/42sh/objs/completion/c_match.d b/42sh/objs/completion/c_match.d new file mode 100644 index 00000000..1deca076 --- /dev/null +++ b/42sh/objs/completion/c_match.d @@ -0,0 +1,11 @@ +objs/completion/c_match.o: src/completion/c_match.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/completion/c_match_glob.d b/42sh/objs/completion/c_match_glob.d new file mode 100644 index 00000000..6797ca0c --- /dev/null +++ b/42sh/objs/completion/c_match_glob.d @@ -0,0 +1,11 @@ +objs/completion/c_match_glob.o: src/completion/c_match_glob.c \ + includes/completion.h includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/hash.h diff --git a/42sh/objs/completion/c_match_update.d b/42sh/objs/completion/c_match_update.d new file mode 100644 index 00000000..737499ae --- /dev/null +++ b/42sh/objs/completion/c_match_update.d @@ -0,0 +1,11 @@ +objs/completion/c_match_update.o: src/completion/c_match_update.c \ + includes/completion.h includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/hash.h diff --git a/42sh/objs/completion/c_misc.d b/42sh/objs/completion/c_misc.d new file mode 100644 index 00000000..ce07b126 --- /dev/null +++ b/42sh/objs/completion/c_misc.d @@ -0,0 +1,11 @@ +objs/completion/c_misc.o: src/completion/c_misc.c includes/completion.h \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/hash.h diff --git a/42sh/objs/completion/c_output.d b/42sh/objs/completion/c_output.d new file mode 100644 index 00000000..151689b7 --- /dev/null +++ b/42sh/objs/completion/c_output.d @@ -0,0 +1,11 @@ +objs/completion/c_output.o: src/completion/c_output.c \ + includes/completion.h includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/hash.h diff --git a/42sh/objs/completion/c_parser.d b/42sh/objs/completion/c_parser.d new file mode 100644 index 00000000..138e2f2e --- /dev/null +++ b/42sh/objs/completion/c_parser.d @@ -0,0 +1,11 @@ +objs/completion/c_parser.o: src/completion/c_parser.c \ + includes/completion.h includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/hash.h diff --git a/42sh/objs/completion/c_pathsolver.d b/42sh/objs/completion/c_pathsolver.d new file mode 100644 index 00000000..871a1855 --- /dev/null +++ b/42sh/objs/completion/c_pathsolver.d @@ -0,0 +1,11 @@ +objs/completion/c_pathsolver.o: src/completion/c_pathsolver.c \ + includes/completion.h includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/hash.h diff --git a/42sh/objs/completion/c_printer.d b/42sh/objs/completion/c_printer.d new file mode 100644 index 00000000..06ab6540 --- /dev/null +++ b/42sh/objs/completion/c_printer.d @@ -0,0 +1,11 @@ +objs/completion/c_printer.o: src/completion/c_printer.c \ + includes/completion.h includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/hash.h diff --git a/42sh/objs/completion/c_sizing.d b/42sh/objs/completion/c_sizing.d new file mode 100644 index 00000000..a622596b --- /dev/null +++ b/42sh/objs/completion/c_sizing.d @@ -0,0 +1,11 @@ +objs/completion/c_sizing.o: src/completion/c_sizing.c \ + includes/completion.h includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/hash.h diff --git a/42sh/objs/completion/c_terminal.d b/42sh/objs/completion/c_terminal.d new file mode 100644 index 00000000..d4285875 --- /dev/null +++ b/42sh/objs/completion/c_terminal.d @@ -0,0 +1,11 @@ +objs/completion/c_terminal.o: src/completion/c_terminal.c \ + includes/completion.h includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/hash.h diff --git a/42sh/objs/completion/completion.d b/42sh/objs/completion/completion.d new file mode 100644 index 00000000..4e2bbf6d --- /dev/null +++ b/42sh/objs/completion/completion.d @@ -0,0 +1,11 @@ +objs/completion/completion.o: src/completion/completion.c \ + includes/completion.h includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/hash.h diff --git a/42sh/objs/exec/ast_free.d b/42sh/objs/exec/ast_free.d new file mode 100644 index 00000000..8cf1bd15 --- /dev/null +++ b/42sh/objs/exec/ast_free.d @@ -0,0 +1,11 @@ +objs/exec/ast_free.o: src/exec/ast_free.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/bad_fd.d b/42sh/objs/exec/bad_fd.d new file mode 100644 index 00000000..652857b6 --- /dev/null +++ b/42sh/objs/exec/bad_fd.d @@ -0,0 +1,11 @@ +objs/exec/bad_fd.o: src/exec/bad_fd.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/exec_ampersand.d b/42sh/objs/exec/exec_ampersand.d new file mode 100644 index 00000000..31761744 --- /dev/null +++ b/42sh/objs/exec/exec_ampersand.d @@ -0,0 +1,11 @@ +objs/exec/exec_ampersand.o: src/exec/exec_ampersand.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/exec/exec_and_if.d b/42sh/objs/exec/exec_and_if.d new file mode 100644 index 00000000..e300930e --- /dev/null +++ b/42sh/objs/exec/exec_and_if.d @@ -0,0 +1,11 @@ +objs/exec/exec_and_if.o: src/exec/exec_and_if.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/exec_bang.d b/42sh/objs/exec/exec_bang.d new file mode 100644 index 00000000..a98b6016 --- /dev/null +++ b/42sh/objs/exec/exec_bang.d @@ -0,0 +1,11 @@ +objs/exec/exec_bang.o: src/exec/exec_bang.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/exec_case_branch.d b/42sh/objs/exec/exec_case_branch.d new file mode 100644 index 00000000..ade0ef5f --- /dev/null +++ b/42sh/objs/exec/exec_case_branch.d @@ -0,0 +1,11 @@ +objs/exec/exec_case_branch.o: src/exec/exec_case_branch.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/exec/exec_destroy.d b/42sh/objs/exec/exec_destroy.d new file mode 100644 index 00000000..efff7c99 --- /dev/null +++ b/42sh/objs/exec/exec_destroy.d @@ -0,0 +1,11 @@ +objs/exec/exec_destroy.o: src/exec/exec_destroy.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/exec_elif.d b/42sh/objs/exec/exec_elif.d new file mode 100644 index 00000000..b545db34 --- /dev/null +++ b/42sh/objs/exec/exec_elif.d @@ -0,0 +1,11 @@ +objs/exec/exec_elif.o: src/exec/exec_elif.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/exec_else.d b/42sh/objs/exec/exec_else.d new file mode 100644 index 00000000..8db1f551 --- /dev/null +++ b/42sh/objs/exec/exec_else.d @@ -0,0 +1,11 @@ +objs/exec/exec_else.o: src/exec/exec_else.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/exec_func.d b/42sh/objs/exec/exec_func.d new file mode 100644 index 00000000..09603b6c --- /dev/null +++ b/42sh/objs/exec/exec_func.d @@ -0,0 +1,11 @@ +objs/exec/exec_func.o: src/exec/exec_func.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/exec_init.d b/42sh/objs/exec/exec_init.d new file mode 100644 index 00000000..3051c813 --- /dev/null +++ b/42sh/objs/exec/exec_init.d @@ -0,0 +1,11 @@ +objs/exec/exec_init.o: src/exec/exec_init.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/exec_leaf.d b/42sh/objs/exec/exec_leaf.d new file mode 100644 index 00000000..77b409a5 --- /dev/null +++ b/42sh/objs/exec/exec_leaf.d @@ -0,0 +1,11 @@ +objs/exec/exec_leaf.o: src/exec/exec_leaf.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/exec_or_if.d b/42sh/objs/exec/exec_or_if.d new file mode 100644 index 00000000..8c1ef7b3 --- /dev/null +++ b/42sh/objs/exec/exec_or_if.d @@ -0,0 +1,11 @@ +objs/exec/exec_or_if.o: src/exec/exec_or_if.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/exec_pipe.d b/42sh/objs/exec/exec_pipe.d new file mode 100644 index 00000000..c5beca34 --- /dev/null +++ b/42sh/objs/exec/exec_pipe.d @@ -0,0 +1,11 @@ +objs/exec/exec_pipe.o: src/exec/exec_pipe.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/exec_semi.d b/42sh/objs/exec/exec_semi.d new file mode 100644 index 00000000..d523175e --- /dev/null +++ b/42sh/objs/exec/exec_semi.d @@ -0,0 +1,11 @@ +objs/exec/exec_semi.o: src/exec/exec_semi.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/exec_var.d b/42sh/objs/exec/exec_var.d new file mode 100644 index 00000000..6249c9a3 --- /dev/null +++ b/42sh/objs/exec/exec_var.d @@ -0,0 +1,11 @@ +objs/exec/exec_var.o: src/exec/exec_var.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/fd_is_valid.d b/42sh/objs/exec/fd_is_valid.d new file mode 100644 index 00000000..b2598032 --- /dev/null +++ b/42sh/objs/exec/fd_is_valid.d @@ -0,0 +1,11 @@ +objs/exec/fd_is_valid.o: src/exec/fd_is_valid.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/ft_exec.d b/42sh/objs/exec/ft_exec.d new file mode 100644 index 00000000..dc2e38a4 --- /dev/null +++ b/42sh/objs/exec/ft_exec.d @@ -0,0 +1,11 @@ +objs/exec/ft_exec.o: src/exec/ft_exec.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/ft_findexec.d b/42sh/objs/exec/ft_findexec.d new file mode 100644 index 00000000..6e0ace5b --- /dev/null +++ b/42sh/objs/exec/ft_findexec.d @@ -0,0 +1,11 @@ +objs/exec/ft_findexec.o: src/exec/ft_findexec.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/is_function.d b/42sh/objs/exec/is_function.d new file mode 100644 index 00000000..2eedd237 --- /dev/null +++ b/42sh/objs/exec/is_function.d @@ -0,0 +1,11 @@ +objs/exec/is_function.o: src/exec/is_function.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/mark_process_status.d b/42sh/objs/exec/mark_process_status.d new file mode 100644 index 00000000..2fe84230 --- /dev/null +++ b/42sh/objs/exec/mark_process_status.d @@ -0,0 +1,11 @@ +objs/exec/mark_process_status.o: src/exec/mark_process_status.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/exec/node_copy.d b/42sh/objs/exec/node_copy.d new file mode 100644 index 00000000..a72a2656 --- /dev/null +++ b/42sh/objs/exec/node_copy.d @@ -0,0 +1,11 @@ +objs/exec/node_copy.o: src/exec/node_copy.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/pfree_cmd.d b/42sh/objs/exec/pfree_cmd.d new file mode 100644 index 00000000..c4711be6 --- /dev/null +++ b/42sh/objs/exec/pfree_cmd.d @@ -0,0 +1,11 @@ +objs/exec/pfree_cmd.o: src/exec/pfree_cmd.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/pfree_cond.d b/42sh/objs/exec/pfree_cond.d new file mode 100644 index 00000000..170d7c23 --- /dev/null +++ b/42sh/objs/exec/pfree_cond.d @@ -0,0 +1,11 @@ +objs/exec/pfree_cond.o: src/exec/pfree_cond.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/pfree_func.d b/42sh/objs/exec/pfree_func.d new file mode 100644 index 00000000..59ee9124 --- /dev/null +++ b/42sh/objs/exec/pfree_func.d @@ -0,0 +1,11 @@ +objs/exec/pfree_func.o: src/exec/pfree_func.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/pfree_list.d b/42sh/objs/exec/pfree_list.d new file mode 100644 index 00000000..5cbfe16f --- /dev/null +++ b/42sh/objs/exec/pfree_list.d @@ -0,0 +1,11 @@ +objs/exec/pfree_list.o: src/exec/pfree_list.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/pfree_subshell.d b/42sh/objs/exec/pfree_subshell.d new file mode 100644 index 00000000..63c260f7 --- /dev/null +++ b/42sh/objs/exec/pfree_subshell.d @@ -0,0 +1,11 @@ +objs/exec/pfree_subshell.o: src/exec/pfree_subshell.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/exec/plaunch_brace.d b/42sh/objs/exec/plaunch_brace.d new file mode 100644 index 00000000..9ea0abe1 --- /dev/null +++ b/42sh/objs/exec/plaunch_brace.d @@ -0,0 +1,11 @@ +objs/exec/plaunch_brace.o: src/exec/plaunch_brace.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/plaunch_builtin.d b/42sh/objs/exec/plaunch_builtin.d new file mode 100644 index 00000000..8d1880ce --- /dev/null +++ b/42sh/objs/exec/plaunch_builtin.d @@ -0,0 +1,11 @@ +objs/exec/plaunch_builtin.o: src/exec/plaunch_builtin.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/exec/plaunch_case.d b/42sh/objs/exec/plaunch_case.d new file mode 100644 index 00000000..0b33c734 --- /dev/null +++ b/42sh/objs/exec/plaunch_case.d @@ -0,0 +1,11 @@ +objs/exec/plaunch_case.o: src/exec/plaunch_case.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/plaunch_empty.d b/42sh/objs/exec/plaunch_empty.d new file mode 100644 index 00000000..8330916c --- /dev/null +++ b/42sh/objs/exec/plaunch_empty.d @@ -0,0 +1,11 @@ +objs/exec/plaunch_empty.o: src/exec/plaunch_empty.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/plaunch_file.d b/42sh/objs/exec/plaunch_file.d new file mode 100644 index 00000000..b0a094e3 --- /dev/null +++ b/42sh/objs/exec/plaunch_file.d @@ -0,0 +1,11 @@ +objs/exec/plaunch_file.o: src/exec/plaunch_file.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/plaunch_for.d b/42sh/objs/exec/plaunch_for.d new file mode 100644 index 00000000..c102b79b --- /dev/null +++ b/42sh/objs/exec/plaunch_for.d @@ -0,0 +1,11 @@ +objs/exec/plaunch_for.o: src/exec/plaunch_for.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/plaunch_function.d b/42sh/objs/exec/plaunch_function.d new file mode 100644 index 00000000..95bfe4df --- /dev/null +++ b/42sh/objs/exec/plaunch_function.d @@ -0,0 +1,11 @@ +objs/exec/plaunch_function.o: src/exec/plaunch_function.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/exec/plaunch_if.d b/42sh/objs/exec/plaunch_if.d new file mode 100644 index 00000000..3d7fc475 --- /dev/null +++ b/42sh/objs/exec/plaunch_if.d @@ -0,0 +1,11 @@ +objs/exec/plaunch_if.o: src/exec/plaunch_if.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/plaunch_subshell.d b/42sh/objs/exec/plaunch_subshell.d new file mode 100644 index 00000000..207b1b9e --- /dev/null +++ b/42sh/objs/exec/plaunch_subshell.d @@ -0,0 +1,11 @@ +objs/exec/plaunch_subshell.o: src/exec/plaunch_subshell.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/exec/plaunch_until.d b/42sh/objs/exec/plaunch_until.d new file mode 100644 index 00000000..1bf38df4 --- /dev/null +++ b/42sh/objs/exec/plaunch_until.d @@ -0,0 +1,11 @@ +objs/exec/plaunch_until.o: src/exec/plaunch_until.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/plaunch_while.d b/42sh/objs/exec/plaunch_while.d new file mode 100644 index 00000000..7b1b684c --- /dev/null +++ b/42sh/objs/exec/plaunch_while.d @@ -0,0 +1,11 @@ +objs/exec/plaunch_while.o: src/exec/plaunch_while.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/process_launch.d b/42sh/objs/exec/process_launch.d new file mode 100644 index 00000000..cdc1205b --- /dev/null +++ b/42sh/objs/exec/process_launch.d @@ -0,0 +1,11 @@ +objs/exec/process_launch.o: src/exec/process_launch.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/exec/process_redirect.d b/42sh/objs/exec/process_redirect.d new file mode 100644 index 00000000..9fc60550 --- /dev/null +++ b/42sh/objs/exec/process_redirect.d @@ -0,0 +1,11 @@ +objs/exec/process_redirect.o: src/exec/process_redirect.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/exec/process_set.d b/42sh/objs/exec/process_set.d new file mode 100644 index 00000000..49e613ff --- /dev/null +++ b/42sh/objs/exec/process_set.d @@ -0,0 +1,11 @@ +objs/exec/process_set.o: src/exec/process_set.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/process_setgroup.d b/42sh/objs/exec/process_setgroup.d new file mode 100644 index 00000000..1ba3f9e3 --- /dev/null +++ b/42sh/objs/exec/process_setgroup.d @@ -0,0 +1,11 @@ +objs/exec/process_setgroup.o: src/exec/process_setgroup.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/exec/process_setsig.d b/42sh/objs/exec/process_setsig.d new file mode 100644 index 00000000..fee71055 --- /dev/null +++ b/42sh/objs/exec/process_setsig.d @@ -0,0 +1,11 @@ +objs/exec/process_setsig.o: src/exec/process_setsig.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/exec/pset_brace.d b/42sh/objs/exec/pset_brace.d new file mode 100644 index 00000000..37641f8b --- /dev/null +++ b/42sh/objs/exec/pset_brace.d @@ -0,0 +1,11 @@ +objs/exec/pset_brace.o: src/exec/pset_brace.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/pset_case.d b/42sh/objs/exec/pset_case.d new file mode 100644 index 00000000..e0248e03 --- /dev/null +++ b/42sh/objs/exec/pset_case.d @@ -0,0 +1,11 @@ +objs/exec/pset_case.o: src/exec/pset_case.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/pset_cmd.d b/42sh/objs/exec/pset_cmd.d new file mode 100644 index 00000000..0ce708d6 --- /dev/null +++ b/42sh/objs/exec/pset_cmd.d @@ -0,0 +1,11 @@ +objs/exec/pset_cmd.o: src/exec/pset_cmd.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/pset_for.d b/42sh/objs/exec/pset_for.d new file mode 100644 index 00000000..47cbd6e4 --- /dev/null +++ b/42sh/objs/exec/pset_for.d @@ -0,0 +1,11 @@ +objs/exec/pset_for.o: src/exec/pset_for.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/pset_if.d b/42sh/objs/exec/pset_if.d new file mode 100644 index 00000000..bdb26eb1 --- /dev/null +++ b/42sh/objs/exec/pset_if.d @@ -0,0 +1,11 @@ +objs/exec/pset_if.o: src/exec/pset_if.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/pset_subshell.d b/42sh/objs/exec/pset_subshell.d new file mode 100644 index 00000000..faf5ec23 --- /dev/null +++ b/42sh/objs/exec/pset_subshell.d @@ -0,0 +1,11 @@ +objs/exec/pset_subshell.o: src/exec/pset_subshell.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/pset_until.d b/42sh/objs/exec/pset_until.d new file mode 100644 index 00000000..21984483 --- /dev/null +++ b/42sh/objs/exec/pset_until.d @@ -0,0 +1,11 @@ +objs/exec/pset_until.o: src/exec/pset_until.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/pset_while.d b/42sh/objs/exec/pset_while.d new file mode 100644 index 00000000..d1916607 --- /dev/null +++ b/42sh/objs/exec/pset_while.d @@ -0,0 +1,11 @@ +objs/exec/pset_while.o: src/exec/pset_while.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/redir_copy.d b/42sh/objs/exec/redir_copy.d new file mode 100644 index 00000000..b77bb246 --- /dev/null +++ b/42sh/objs/exec/redir_copy.d @@ -0,0 +1,11 @@ +objs/exec/redir_copy.o: src/exec/redir_copy.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/redir_free.d b/42sh/objs/exec/redir_free.d new file mode 100644 index 00000000..4bf4e015 --- /dev/null +++ b/42sh/objs/exec/redir_free.d @@ -0,0 +1,11 @@ +objs/exec/redir_free.o: src/exec/redir_free.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/redirect_dgreat.d b/42sh/objs/exec/redirect_dgreat.d new file mode 100644 index 00000000..6ada455b --- /dev/null +++ b/42sh/objs/exec/redirect_dgreat.d @@ -0,0 +1,11 @@ +objs/exec/redirect_dgreat.o: src/exec/redirect_dgreat.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/exec/redirect_dless.d b/42sh/objs/exec/redirect_dless.d new file mode 100644 index 00000000..4ebf95f5 --- /dev/null +++ b/42sh/objs/exec/redirect_dless.d @@ -0,0 +1,11 @@ +objs/exec/redirect_dless.o: src/exec/redirect_dless.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/exec/redirect_great.d b/42sh/objs/exec/redirect_great.d new file mode 100644 index 00000000..e9d0b957 --- /dev/null +++ b/42sh/objs/exec/redirect_great.d @@ -0,0 +1,11 @@ +objs/exec/redirect_great.o: src/exec/redirect_great.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/exec/redirect_greatand.d b/42sh/objs/exec/redirect_greatand.d new file mode 100644 index 00000000..c1e5ef2f --- /dev/null +++ b/42sh/objs/exec/redirect_greatand.d @@ -0,0 +1,11 @@ +objs/exec/redirect_greatand.o: src/exec/redirect_greatand.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/exec/redirect_less.d b/42sh/objs/exec/redirect_less.d new file mode 100644 index 00000000..ab6aacbd --- /dev/null +++ b/42sh/objs/exec/redirect_less.d @@ -0,0 +1,11 @@ +objs/exec/redirect_less.o: src/exec/redirect_less.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/exec/redirect_lessand.d b/42sh/objs/exec/redirect_lessand.d new file mode 100644 index 00000000..27c54c41 --- /dev/null +++ b/42sh/objs/exec/redirect_lessand.d @@ -0,0 +1,11 @@ +objs/exec/redirect_lessand.o: src/exec/redirect_lessand.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/exec/set_exitstatus.d b/42sh/objs/exec/set_exitstatus.d new file mode 100644 index 00000000..f2007787 --- /dev/null +++ b/42sh/objs/exec/set_exitstatus.d @@ -0,0 +1,11 @@ +objs/exec/set_exitstatus.o: src/exec/set_exitstatus.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/exec/token_to_argv.d b/42sh/objs/exec/token_to_argv.d new file mode 100644 index 00000000..3a43a22b --- /dev/null +++ b/42sh/objs/exec/token_to_argv.d @@ -0,0 +1,11 @@ +objs/exec/token_to_argv.o: src/exec/token_to_argv.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/glob/command_getoutput.d b/42sh/objs/glob/command_getoutput.d new file mode 100644 index 00000000..abc1b064 --- /dev/null +++ b/42sh/objs/glob/command_getoutput.d @@ -0,0 +1,11 @@ +objs/glob/command_getoutput.o: src/glob/command_getoutput.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/dir_glob.d b/42sh/objs/glob/dir_glob.d new file mode 100644 index 00000000..1d064a96 --- /dev/null +++ b/42sh/objs/glob/dir_glob.d @@ -0,0 +1,11 @@ +objs/glob/dir_glob.o: src/glob/dir_glob.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/glob/esc_print.d b/42sh/objs/glob/esc_print.d new file mode 100644 index 00000000..a0a7f397 --- /dev/null +++ b/42sh/objs/glob/esc_print.d @@ -0,0 +1,11 @@ +objs/glob/esc_print.o: src/glob/esc_print.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/glob/expand_bquote.d b/42sh/objs/glob/expand_bquote.d new file mode 100644 index 00000000..24309b76 --- /dev/null +++ b/42sh/objs/glob/expand_bquote.d @@ -0,0 +1,11 @@ +objs/glob/expand_bquote.o: src/glob/expand_bquote.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/glob/expand_brace.d b/42sh/objs/glob/expand_brace.d new file mode 100644 index 00000000..fe34b5aa --- /dev/null +++ b/42sh/objs/glob/expand_brace.d @@ -0,0 +1,11 @@ +objs/glob/expand_brace.o: src/glob/expand_brace.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/glob/expand_esc.d b/42sh/objs/glob/expand_esc.d new file mode 100644 index 00000000..07c53833 --- /dev/null +++ b/42sh/objs/glob/expand_esc.d @@ -0,0 +1,11 @@ +objs/glob/expand_esc.o: src/glob/expand_esc.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/glob/expand_home.d b/42sh/objs/glob/expand_home.d new file mode 100644 index 00000000..9c390096 --- /dev/null +++ b/42sh/objs/glob/expand_home.d @@ -0,0 +1,11 @@ +objs/glob/expand_home.o: src/glob/expand_home.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/glob/expand_var.d b/42sh/objs/glob/expand_var.d new file mode 100644 index 00000000..a33472a8 --- /dev/null +++ b/42sh/objs/glob/expand_var.d @@ -0,0 +1,11 @@ +objs/glob/expand_var.o: src/glob/expand_var.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/glob/ft_strsplit_esc.d b/42sh/objs/glob/ft_strsplit_esc.d new file mode 100644 index 00000000..2b7f01d5 --- /dev/null +++ b/42sh/objs/glob/ft_strsplit_esc.d @@ -0,0 +1,11 @@ +objs/glob/ft_strsplit_esc.o: src/glob/ft_strsplit_esc.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/ft_strsplit_spe.d b/42sh/objs/glob/ft_strsplit_spe.d new file mode 100644 index 00000000..9af967b4 --- /dev/null +++ b/42sh/objs/glob/ft_strsplit_spe.d @@ -0,0 +1,11 @@ +objs/glob/ft_strsplit_spe.o: src/glob/ft_strsplit_spe.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/gen_tab_esc.d b/42sh/objs/glob/gen_tab_esc.d new file mode 100644 index 00000000..dcd627d7 --- /dev/null +++ b/42sh/objs/glob/gen_tab_esc.d @@ -0,0 +1,11 @@ +objs/glob/gen_tab_esc.o: src/glob/gen_tab_esc.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/glob/glob.d b/42sh/objs/glob/glob.d new file mode 100644 index 00000000..d868395f --- /dev/null +++ b/42sh/objs/glob/glob.d @@ -0,0 +1,11 @@ +objs/glob/glob.o: src/glob/glob.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/glob/is_char_esc.d b/42sh/objs/glob/is_char_esc.d new file mode 100644 index 00000000..62ad16c3 --- /dev/null +++ b/42sh/objs/glob/is_char_esc.d @@ -0,0 +1,11 @@ +objs/glob/is_char_esc.o: src/glob/is_char_esc.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/glob/lib_perso/ft_ld_back.d b/42sh/objs/glob/lib_perso/ft_ld_back.d new file mode 100644 index 00000000..7dbcaddc --- /dev/null +++ b/42sh/objs/glob/lib_perso/ft_ld_back.d @@ -0,0 +1,11 @@ +objs/glob/lib_perso/ft_ld_back.o: src/glob/lib_perso/ft_ld_back.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/lib_perso/ft_ld_clear.d b/42sh/objs/glob/lib_perso/ft_ld_clear.d new file mode 100644 index 00000000..b3949c46 --- /dev/null +++ b/42sh/objs/glob/lib_perso/ft_ld_clear.d @@ -0,0 +1,11 @@ +objs/glob/lib_perso/ft_ld_clear.o: src/glob/lib_perso/ft_ld_clear.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/lib_perso/ft_ld_copy.d b/42sh/objs/glob/lib_perso/ft_ld_copy.d new file mode 100644 index 00000000..cb06d017 --- /dev/null +++ b/42sh/objs/glob/lib_perso/ft_ld_copy.d @@ -0,0 +1,11 @@ +objs/glob/lib_perso/ft_ld_copy.o: src/glob/lib_perso/ft_ld_copy.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/lib_perso/ft_ld_del.d b/42sh/objs/glob/lib_perso/ft_ld_del.d new file mode 100644 index 00000000..dd65ca47 --- /dev/null +++ b/42sh/objs/glob/lib_perso/ft_ld_del.d @@ -0,0 +1,11 @@ +objs/glob/lib_perso/ft_ld_del.o: src/glob/lib_perso/ft_ld_del.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/lib_perso/ft_ld_front.d b/42sh/objs/glob/lib_perso/ft_ld_front.d new file mode 100644 index 00000000..ba3c7366 --- /dev/null +++ b/42sh/objs/glob/lib_perso/ft_ld_front.d @@ -0,0 +1,11 @@ +objs/glob/lib_perso/ft_ld_front.o: src/glob/lib_perso/ft_ld_front.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/lib_perso/ft_ld_new.d b/42sh/objs/glob/lib_perso/ft_ld_new.d new file mode 100644 index 00000000..a3bfb5ac --- /dev/null +++ b/42sh/objs/glob/lib_perso/ft_ld_new.d @@ -0,0 +1,11 @@ +objs/glob/lib_perso/ft_ld_new.o: src/glob/lib_perso/ft_ld_new.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/lib_perso/ft_ld_order.d b/42sh/objs/glob/lib_perso/ft_ld_order.d new file mode 100644 index 00000000..b96e73f8 --- /dev/null +++ b/42sh/objs/glob/lib_perso/ft_ld_order.d @@ -0,0 +1,11 @@ +objs/glob/lib_perso/ft_ld_order.o: src/glob/lib_perso/ft_ld_order.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/lib_perso/ft_ld_pushback.d b/42sh/objs/glob/lib_perso/ft_ld_pushback.d new file mode 100644 index 00000000..952969b8 --- /dev/null +++ b/42sh/objs/glob/lib_perso/ft_ld_pushback.d @@ -0,0 +1,11 @@ +objs/glob/lib_perso/ft_ld_pushback.o: src/glob/lib_perso/ft_ld_pushback.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/lib_perso/ft_ld_pushfront.d b/42sh/objs/glob/lib_perso/ft_ld_pushfront.d new file mode 100644 index 00000000..9dded645 --- /dev/null +++ b/42sh/objs/glob/lib_perso/ft_ld_pushfront.d @@ -0,0 +1,12 @@ +objs/glob/lib_perso/ft_ld_pushfront.o: \ + src/glob/lib_perso/ft_ld_pushfront.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/glob/lib_perso/ft_ld_reverse.d b/42sh/objs/glob/lib_perso/ft_ld_reverse.d new file mode 100644 index 00000000..b4840759 --- /dev/null +++ b/42sh/objs/glob/lib_perso/ft_ld_reverse.d @@ -0,0 +1,11 @@ +objs/glob/lib_perso/ft_ld_reverse.o: src/glob/lib_perso/ft_ld_reverse.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/lib_perso/ft_ld_size.d b/42sh/objs/glob/lib_perso/ft_ld_size.d new file mode 100644 index 00000000..eef73ea6 --- /dev/null +++ b/42sh/objs/glob/lib_perso/ft_ld_size.d @@ -0,0 +1,11 @@ +objs/glob/lib_perso/ft_ld_size.o: src/glob/lib_perso/ft_ld_size.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/lib_perso/ft_ld_swap.d b/42sh/objs/glob/lib_perso/ft_ld_swap.d new file mode 100644 index 00000000..785616cd --- /dev/null +++ b/42sh/objs/glob/lib_perso/ft_ld_swap.d @@ -0,0 +1,11 @@ +objs/glob/lib_perso/ft_ld_swap.o: src/glob/lib_perso/ft_ld_swap.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/lib_perso/ft_ld_to_tab.d b/42sh/objs/glob/lib_perso/ft_ld_to_tab.d new file mode 100644 index 00000000..1987c388 --- /dev/null +++ b/42sh/objs/glob/lib_perso/ft_ld_to_tab.d @@ -0,0 +1,11 @@ +objs/glob/lib_perso/ft_ld_to_tab.o: src/glob/lib_perso/ft_ld_to_tab.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/lib_perso/ft_memrealloc.d b/42sh/objs/glob/lib_perso/ft_memrealloc.d new file mode 100644 index 00000000..c36b2252 --- /dev/null +++ b/42sh/objs/glob/lib_perso/ft_memrealloc.d @@ -0,0 +1,11 @@ +objs/glob/lib_perso/ft_memrealloc.o: src/glob/lib_perso/ft_memrealloc.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/lib_perso/ft_strjoinf.d b/42sh/objs/glob/lib_perso/ft_strjoinf.d new file mode 100644 index 00000000..dda767fe --- /dev/null +++ b/42sh/objs/glob/lib_perso/ft_strjoinf.d @@ -0,0 +1,11 @@ +objs/glob/lib_perso/ft_strjoinf.o: src/glob/lib_perso/ft_strjoinf.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/lib_perso/ft_strsubf.d b/42sh/objs/glob/lib_perso/ft_strsubf.d new file mode 100644 index 00000000..98fc481b --- /dev/null +++ b/42sh/objs/glob/lib_perso/ft_strsubf.d @@ -0,0 +1,11 @@ +objs/glob/lib_perso/ft_strsubf.o: src/glob/lib_perso/ft_strsubf.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/lib_perso/ft_tabdel.d b/42sh/objs/glob/lib_perso/ft_tabdel.d new file mode 100644 index 00000000..27cc8f5c --- /dev/null +++ b/42sh/objs/glob/lib_perso/ft_tabdel.d @@ -0,0 +1,11 @@ +objs/glob/lib_perso/ft_tabdel.o: src/glob/lib_perso/ft_tabdel.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/lib_perso/ft_tablen.d b/42sh/objs/glob/lib_perso/ft_tablen.d new file mode 100644 index 00000000..2f4ba68d --- /dev/null +++ b/42sh/objs/glob/lib_perso/ft_tablen.d @@ -0,0 +1,11 @@ +objs/glob/lib_perso/ft_tablen.o: src/glob/lib_perso/ft_tablen.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/glob/match_pattern.d b/42sh/objs/glob/match_pattern.d new file mode 100644 index 00000000..16d9c955 --- /dev/null +++ b/42sh/objs/glob/match_pattern.d @@ -0,0 +1,11 @@ +objs/glob/match_pattern.o: src/glob/match_pattern.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/glob/tab_esc_copy.d b/42sh/objs/glob/tab_esc_copy.d new file mode 100644 index 00000000..d9e16c8a --- /dev/null +++ b/42sh/objs/glob/tab_esc_copy.d @@ -0,0 +1,11 @@ +objs/glob/tab_esc_copy.o: src/glob/tab_esc_copy.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/glob/word_is_assignment.d b/42sh/objs/glob/word_is_assignment.d new file mode 100644 index 00000000..9a5fd633 --- /dev/null +++ b/42sh/objs/glob/word_is_assignment.d @@ -0,0 +1,11 @@ +objs/glob/word_is_assignment.o: src/glob/word_is_assignment.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/hash_table/ft_add_hash.d b/42sh/objs/hash_table/ft_add_hash.d new file mode 100644 index 00000000..a5844e36 --- /dev/null +++ b/42sh/objs/hash_table/ft_add_hash.d @@ -0,0 +1,11 @@ +objs/hash_table/ft_add_hash.o: src/hash_table/ft_add_hash.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/hash_table/hash.d b/42sh/objs/hash_table/hash.d new file mode 100644 index 00000000..b9f051ca --- /dev/null +++ b/42sh/objs/hash_table/hash.d @@ -0,0 +1,11 @@ +objs/hash_table/hash.o: src/hash_table/hash.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/hash_table/hash_free.d b/42sh/objs/hash_table/hash_free.d new file mode 100644 index 00000000..49554a76 --- /dev/null +++ b/42sh/objs/hash_table/hash_free.d @@ -0,0 +1,11 @@ +objs/hash_table/hash_free.o: src/hash_table/hash_free.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/hash_table/hash_str.d b/42sh/objs/hash_table/hash_str.d new file mode 100644 index 00000000..3eb38e81 --- /dev/null +++ b/42sh/objs/hash_table/hash_str.d @@ -0,0 +1,11 @@ +objs/hash_table/hash_str.o: src/hash_table/hash_str.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/hash_table/is_hash.d b/42sh/objs/hash_table/is_hash.d new file mode 100644 index 00000000..8fc23d0f --- /dev/null +++ b/42sh/objs/hash_table/is_hash.d @@ -0,0 +1,11 @@ +objs/hash_table/is_hash.o: src/hash_table/is_hash.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/history/add_str_in_history.d b/42sh/objs/history/add_str_in_history.d new file mode 100644 index 00000000..535f1f11 --- /dev/null +++ b/42sh/objs/history/add_str_in_history.d @@ -0,0 +1,11 @@ +objs/history/add_str_in_history.o: src/history/add_str_in_history.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/history/history.d b/42sh/objs/history/history.d new file mode 100644 index 00000000..34c85ca2 --- /dev/null +++ b/42sh/objs/history/history.d @@ -0,0 +1,11 @@ +objs/history/history.o: src/history/history.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/history/history_parsing.d b/42sh/objs/history/history_parsing.d new file mode 100644 index 00000000..f4ebc595 --- /dev/null +++ b/42sh/objs/history/history_parsing.d @@ -0,0 +1,11 @@ +objs/history/history_parsing.o: src/history/history_parsing.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/history/history_parsing_toolz.d b/42sh/objs/history/history_parsing_toolz.d new file mode 100644 index 00000000..109353db --- /dev/null +++ b/42sh/objs/history/history_parsing_toolz.d @@ -0,0 +1,11 @@ +objs/history/history_parsing_toolz.o: src/history/history_parsing_toolz.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/history/history_parsing_toolz_2.d b/42sh/objs/history/history_parsing_toolz_2.d new file mode 100644 index 00000000..9c6bb53c --- /dev/null +++ b/42sh/objs/history/history_parsing_toolz_2.d @@ -0,0 +1,12 @@ +objs/history/history_parsing_toolz_2.o: \ + src/history/history_parsing_toolz_2.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/history/list_toolz.d b/42sh/objs/history/list_toolz.d new file mode 100644 index 00000000..a76d6ffe --- /dev/null +++ b/42sh/objs/history/list_toolz.d @@ -0,0 +1,11 @@ +objs/history/list_toolz.o: src/history/list_toolz.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/history/surch_in_history.d b/42sh/objs/history/surch_in_history.d new file mode 100644 index 00000000..908e698e --- /dev/null +++ b/42sh/objs/history/surch_in_history.d @@ -0,0 +1,11 @@ +objs/history/surch_in_history.o: src/history/surch_in_history.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/builtin_bg.d b/42sh/objs/job_control/builtin_bg.d new file mode 100644 index 00000000..902b4857 --- /dev/null +++ b/42sh/objs/job_control/builtin_bg.d @@ -0,0 +1,11 @@ +objs/job_control/builtin_bg.o: src/job_control/builtin_bg.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/builtin_fg.d b/42sh/objs/job_control/builtin_fg.d new file mode 100644 index 00000000..a8088ffb --- /dev/null +++ b/42sh/objs/job_control/builtin_fg.d @@ -0,0 +1,11 @@ +objs/job_control/builtin_fg.o: src/job_control/builtin_fg.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/builtin_jobs.d b/42sh/objs/job_control/builtin_jobs.d new file mode 100644 index 00000000..a671213c --- /dev/null +++ b/42sh/objs/job_control/builtin_jobs.d @@ -0,0 +1,11 @@ +objs/job_control/builtin_jobs.o: src/job_control/builtin_jobs.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/do_job_notification.d b/42sh/objs/job_control/do_job_notification.d new file mode 100644 index 00000000..4d6894cf --- /dev/null +++ b/42sh/objs/job_control/do_job_notification.d @@ -0,0 +1,12 @@ +objs/job_control/do_job_notification.o: \ + src/job_control/do_job_notification.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/job_control/has_running_job.d b/42sh/objs/job_control/has_running_job.d new file mode 100644 index 00000000..4b9e0363 --- /dev/null +++ b/42sh/objs/job_control/has_running_job.d @@ -0,0 +1,11 @@ +objs/job_control/has_running_job.o: src/job_control/has_running_job.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/has_stopped_job.d b/42sh/objs/job_control/has_stopped_job.d new file mode 100644 index 00000000..94798298 --- /dev/null +++ b/42sh/objs/job_control/has_stopped_job.d @@ -0,0 +1,11 @@ +objs/job_control/has_stopped_job.o: src/job_control/has_stopped_job.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/job_addprocess.d b/42sh/objs/job_control/job_addprocess.d new file mode 100644 index 00000000..58cca512 --- /dev/null +++ b/42sh/objs/job_control/job_addprocess.d @@ -0,0 +1,11 @@ +objs/job_control/job_addprocess.o: src/job_control/job_addprocess.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/job_cmp_id.d b/42sh/objs/job_control/job_cmp_id.d new file mode 100644 index 00000000..b6468288 --- /dev/null +++ b/42sh/objs/job_control/job_cmp_id.d @@ -0,0 +1,11 @@ +objs/job_control/job_cmp_id.o: src/job_control/job_cmp_id.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/job_format.d b/42sh/objs/job_control/job_format.d new file mode 100644 index 00000000..0de45512 --- /dev/null +++ b/42sh/objs/job_control/job_format.d @@ -0,0 +1,11 @@ +objs/job_control/job_format.o: src/job_control/job_format.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/job_format_head.d b/42sh/objs/job_control/job_format_head.d new file mode 100644 index 00000000..14ab06e9 --- /dev/null +++ b/42sh/objs/job_control/job_format_head.d @@ -0,0 +1,11 @@ +objs/job_control/job_format_head.o: src/job_control/job_format_head.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/job_free.d b/42sh/objs/job_control/job_free.d new file mode 100644 index 00000000..02463008 --- /dev/null +++ b/42sh/objs/job_control/job_free.d @@ -0,0 +1,11 @@ +objs/job_control/job_free.o: src/job_control/job_free.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/job_getprocess.d b/42sh/objs/job_control/job_getprocess.d new file mode 100644 index 00000000..101c5722 --- /dev/null +++ b/42sh/objs/job_control/job_getprocess.d @@ -0,0 +1,11 @@ +objs/job_control/job_getprocess.o: src/job_control/job_getprocess.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/job_getrank.d b/42sh/objs/job_control/job_getrank.d new file mode 100644 index 00000000..c27dec91 --- /dev/null +++ b/42sh/objs/job_control/job_getrank.d @@ -0,0 +1,11 @@ +objs/job_control/job_getrank.o: src/job_control/job_getrank.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/job_hup_all.d b/42sh/objs/job_control/job_hup_all.d new file mode 100644 index 00000000..b53e53f9 --- /dev/null +++ b/42sh/objs/job_control/job_hup_all.d @@ -0,0 +1,11 @@ +objs/job_control/job_hup_all.o: src/job_control/job_hup_all.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/job_is_completed.d b/42sh/objs/job_control/job_is_completed.d new file mode 100644 index 00000000..f47e7682 --- /dev/null +++ b/42sh/objs/job_control/job_is_completed.d @@ -0,0 +1,11 @@ +objs/job_control/job_is_completed.o: src/job_control/job_is_completed.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/job_is_stopped.d b/42sh/objs/job_control/job_is_stopped.d new file mode 100644 index 00000000..50c9105d --- /dev/null +++ b/42sh/objs/job_control/job_is_stopped.d @@ -0,0 +1,11 @@ +objs/job_control/job_is_stopped.o: src/job_control/job_is_stopped.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/job_notify_change.d b/42sh/objs/job_control/job_notify_change.d new file mode 100644 index 00000000..a6a46d56 --- /dev/null +++ b/42sh/objs/job_control/job_notify_change.d @@ -0,0 +1,11 @@ +objs/job_control/job_notify_change.o: src/job_control/job_notify_change.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/job_notify_new.d b/42sh/objs/job_control/job_notify_new.d new file mode 100644 index 00000000..851eba0d --- /dev/null +++ b/42sh/objs/job_control/job_notify_new.d @@ -0,0 +1,11 @@ +objs/job_control/job_notify_new.o: src/job_control/job_notify_new.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/job_remove.d b/42sh/objs/job_control/job_remove.d new file mode 100644 index 00000000..1e624d83 --- /dev/null +++ b/42sh/objs/job_control/job_remove.d @@ -0,0 +1,11 @@ +objs/job_control/job_remove.o: src/job_control/job_remove.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/job_run.d b/42sh/objs/job_control/job_run.d new file mode 100644 index 00000000..abf55f00 --- /dev/null +++ b/42sh/objs/job_control/job_run.d @@ -0,0 +1,11 @@ +objs/job_control/job_run.o: src/job_control/job_run.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/job_update_id.d b/42sh/objs/job_control/job_update_id.d new file mode 100644 index 00000000..3d08ce37 --- /dev/null +++ b/42sh/objs/job_control/job_update_id.d @@ -0,0 +1,11 @@ +objs/job_control/job_update_id.o: src/job_control/job_update_id.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/job_update_status.d b/42sh/objs/job_control/job_update_status.d new file mode 100644 index 00000000..48e37a81 --- /dev/null +++ b/42sh/objs/job_control/job_update_status.d @@ -0,0 +1,11 @@ +objs/job_control/job_update_status.o: src/job_control/job_update_status.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/job_wait.d b/42sh/objs/job_control/job_wait.d new file mode 100644 index 00000000..7e851ca2 --- /dev/null +++ b/42sh/objs/job_control/job_wait.d @@ -0,0 +1,11 @@ +objs/job_control/job_wait.o: src/job_control/job_wait.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/jobc_destroy.d b/42sh/objs/job_control/jobc_destroy.d new file mode 100644 index 00000000..02b3ce87 --- /dev/null +++ b/42sh/objs/job_control/jobc_destroy.d @@ -0,0 +1,11 @@ +objs/job_control/jobc_destroy.o: src/job_control/jobc_destroy.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/jobc_init.d b/42sh/objs/job_control/jobc_init.d new file mode 100644 index 00000000..5a3fea9f --- /dev/null +++ b/42sh/objs/job_control/jobc_init.d @@ -0,0 +1,11 @@ +objs/job_control/jobc_init.o: src/job_control/jobc_init.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/mark_job_as_running.d b/42sh/objs/job_control/mark_job_as_running.d new file mode 100644 index 00000000..5abdf442 --- /dev/null +++ b/42sh/objs/job_control/mark_job_as_running.d @@ -0,0 +1,12 @@ +objs/job_control/mark_job_as_running.o: \ + src/job_control/mark_job_as_running.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/job_control/pprint_brace.d b/42sh/objs/job_control/pprint_brace.d new file mode 100644 index 00000000..0779ff45 --- /dev/null +++ b/42sh/objs/job_control/pprint_brace.d @@ -0,0 +1,11 @@ +objs/job_control/pprint_brace.o: src/job_control/pprint_brace.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/pprint_case.d b/42sh/objs/job_control/pprint_case.d new file mode 100644 index 00000000..dcc323cb --- /dev/null +++ b/42sh/objs/job_control/pprint_case.d @@ -0,0 +1,11 @@ +objs/job_control/pprint_case.o: src/job_control/pprint_case.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/pprint_cmd.d b/42sh/objs/job_control/pprint_cmd.d new file mode 100644 index 00000000..fc86b77f --- /dev/null +++ b/42sh/objs/job_control/pprint_cmd.d @@ -0,0 +1,11 @@ +objs/job_control/pprint_cmd.o: src/job_control/pprint_cmd.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/pprint_for.d b/42sh/objs/job_control/pprint_for.d new file mode 100644 index 00000000..22cf0782 --- /dev/null +++ b/42sh/objs/job_control/pprint_for.d @@ -0,0 +1,11 @@ +objs/job_control/pprint_for.o: src/job_control/pprint_for.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/pprint_function.d b/42sh/objs/job_control/pprint_function.d new file mode 100644 index 00000000..ee71111b --- /dev/null +++ b/42sh/objs/job_control/pprint_function.d @@ -0,0 +1,11 @@ +objs/job_control/pprint_function.o: src/job_control/pprint_function.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/pprint_if.d b/42sh/objs/job_control/pprint_if.d new file mode 100644 index 00000000..4f09778d --- /dev/null +++ b/42sh/objs/job_control/pprint_if.d @@ -0,0 +1,11 @@ +objs/job_control/pprint_if.o: src/job_control/pprint_if.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/pprint_subshell.d b/42sh/objs/job_control/pprint_subshell.d new file mode 100644 index 00000000..2acb514e --- /dev/null +++ b/42sh/objs/job_control/pprint_subshell.d @@ -0,0 +1,11 @@ +objs/job_control/pprint_subshell.o: src/job_control/pprint_subshell.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/pprint_until.d b/42sh/objs/job_control/pprint_until.d new file mode 100644 index 00000000..c5bb098b --- /dev/null +++ b/42sh/objs/job_control/pprint_until.d @@ -0,0 +1,11 @@ +objs/job_control/pprint_until.o: src/job_control/pprint_until.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/pprint_while.d b/42sh/objs/job_control/pprint_while.d new file mode 100644 index 00000000..6e551e4c --- /dev/null +++ b/42sh/objs/job_control/pprint_while.d @@ -0,0 +1,11 @@ +objs/job_control/pprint_while.o: src/job_control/pprint_while.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/process_cmp_pid.d b/42sh/objs/job_control/process_cmp_pid.d new file mode 100644 index 00000000..cbaa06ff --- /dev/null +++ b/42sh/objs/job_control/process_cmp_pid.d @@ -0,0 +1,11 @@ +objs/job_control/process_cmp_pid.o: src/job_control/process_cmp_pid.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/process_format.d b/42sh/objs/job_control/process_format.d new file mode 100644 index 00000000..64924cb3 --- /dev/null +++ b/42sh/objs/job_control/process_format.d @@ -0,0 +1,11 @@ +objs/job_control/process_format.o: src/job_control/process_format.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/process_free.d b/42sh/objs/job_control/process_free.d new file mode 100644 index 00000000..71c3fd18 --- /dev/null +++ b/42sh/objs/job_control/process_free.d @@ -0,0 +1,11 @@ +objs/job_control/process_free.o: src/job_control/process_free.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/put_job_in_background.d b/42sh/objs/job_control/put_job_in_background.d new file mode 100644 index 00000000..b366acb5 --- /dev/null +++ b/42sh/objs/job_control/put_job_in_background.d @@ -0,0 +1,12 @@ +objs/job_control/put_job_in_background.o: \ + src/job_control/put_job_in_background.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/job_control/put_job_in_foreground.d b/42sh/objs/job_control/put_job_in_foreground.d new file mode 100644 index 00000000..725bb2e4 --- /dev/null +++ b/42sh/objs/job_control/put_job_in_foreground.d @@ -0,0 +1,12 @@ +objs/job_control/put_job_in_foreground.o: \ + src/job_control/put_job_in_foreground.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/job_control/sigchld_handler.d b/42sh/objs/job_control/sigchld_handler.d new file mode 100644 index 00000000..b30b89f7 --- /dev/null +++ b/42sh/objs/job_control/sigchld_handler.d @@ -0,0 +1,11 @@ +objs/job_control/sigchld_handler.o: src/job_control/sigchld_handler.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/sigint_handler.d b/42sh/objs/job_control/sigint_handler.d new file mode 100644 index 00000000..1d47d748 --- /dev/null +++ b/42sh/objs/job_control/sigint_handler.d @@ -0,0 +1,11 @@ +objs/job_control/sigint_handler.o: src/job_control/sigint_handler.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/sigtstp_handler.d b/42sh/objs/job_control/sigtstp_handler.d new file mode 100644 index 00000000..6b8bf26a --- /dev/null +++ b/42sh/objs/job_control/sigtstp_handler.d @@ -0,0 +1,11 @@ +objs/job_control/sigtstp_handler.o: src/job_control/sigtstp_handler.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/sigttin_handler.d b/42sh/objs/job_control/sigttin_handler.d new file mode 100644 index 00000000..bab50f2f --- /dev/null +++ b/42sh/objs/job_control/sigttin_handler.d @@ -0,0 +1,11 @@ +objs/job_control/sigttin_handler.o: src/job_control/sigttin_handler.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/job_control/sigttou_handler.d b/42sh/objs/job_control/sigttou_handler.d new file mode 100644 index 00000000..36eab519 --- /dev/null +++ b/42sh/objs/job_control/sigttou_handler.d @@ -0,0 +1,11 @@ +objs/job_control/sigttou_handler.o: src/job_control/sigttou_handler.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/lexer/do_lexer_routine.d b/42sh/objs/lexer/do_lexer_routine.d new file mode 100644 index 00000000..ba0e136a --- /dev/null +++ b/42sh/objs/lexer/do_lexer_routine.d @@ -0,0 +1,11 @@ +objs/lexer/do_lexer_routine.o: src/lexer/do_lexer_routine.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/lexer/get_lexer_stack.d b/42sh/objs/lexer/get_lexer_stack.d new file mode 100644 index 00000000..5df7f617 --- /dev/null +++ b/42sh/objs/lexer/get_lexer_stack.d @@ -0,0 +1,11 @@ +objs/lexer/get_lexer_stack.o: src/lexer/get_lexer_stack.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/lexer/get_lexer_stack2.d b/42sh/objs/lexer/get_lexer_stack2.d new file mode 100644 index 00000000..a3262411 --- /dev/null +++ b/42sh/objs/lexer/get_lexer_stack2.d @@ -0,0 +1,11 @@ +objs/lexer/get_lexer_stack2.o: src/lexer/get_lexer_stack2.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/lexer/get_reserved_words.d b/42sh/objs/lexer/get_reserved_words.d new file mode 100644 index 00000000..37dc0dfb --- /dev/null +++ b/42sh/objs/lexer/get_reserved_words.d @@ -0,0 +1,11 @@ +objs/lexer/get_reserved_words.o: src/lexer/get_reserved_words.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/lexer/get_state_global.d b/42sh/objs/lexer/get_state_global.d new file mode 100644 index 00000000..6a36123d --- /dev/null +++ b/42sh/objs/lexer/get_state_global.d @@ -0,0 +1,11 @@ +objs/lexer/get_state_global.o: src/lexer/get_state_global.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/lexer/get_state_redir.d b/42sh/objs/lexer/get_state_redir.d new file mode 100644 index 00000000..bc15daf3 --- /dev/null +++ b/42sh/objs/lexer/get_state_redir.d @@ -0,0 +1,11 @@ +objs/lexer/get_state_redir.o: src/lexer/get_state_redir.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/lexer/insert_newline.d b/42sh/objs/lexer/insert_newline.d new file mode 100644 index 00000000..658a9932 --- /dev/null +++ b/42sh/objs/lexer/insert_newline.d @@ -0,0 +1,11 @@ +objs/lexer/insert_newline.o: src/lexer/insert_newline.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/lexer/isrw_delim.d b/42sh/objs/lexer/isrw_delim.d new file mode 100644 index 00000000..a782c1a8 --- /dev/null +++ b/42sh/objs/lexer/isrw_delim.d @@ -0,0 +1,11 @@ +objs/lexer/isrw_delim.o: src/lexer/isrw_delim.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/lexer/keep_last_type.d b/42sh/objs/lexer/keep_last_type.d new file mode 100644 index 00000000..67b95e75 --- /dev/null +++ b/42sh/objs/lexer/keep_last_type.d @@ -0,0 +1,11 @@ +objs/lexer/keep_last_type.o: src/lexer/keep_last_type.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/lexer/lexer_backslash.d b/42sh/objs/lexer/lexer_backslash.d new file mode 100644 index 00000000..caf838e6 --- /dev/null +++ b/42sh/objs/lexer/lexer_backslash.d @@ -0,0 +1,11 @@ +objs/lexer/lexer_backslash.o: src/lexer/lexer_backslash.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/lexer/lexer_bquote.d b/42sh/objs/lexer/lexer_bquote.d new file mode 100644 index 00000000..6cccaa8d --- /dev/null +++ b/42sh/objs/lexer/lexer_bquote.d @@ -0,0 +1,11 @@ +objs/lexer/lexer_bquote.o: src/lexer/lexer_bquote.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/lexer/lexer_curly_braces.d b/42sh/objs/lexer/lexer_curly_braces.d new file mode 100644 index 00000000..fc292353 --- /dev/null +++ b/42sh/objs/lexer/lexer_curly_braces.d @@ -0,0 +1,11 @@ +objs/lexer/lexer_curly_braces.o: src/lexer/lexer_curly_braces.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/lexer/lexer_default.d b/42sh/objs/lexer/lexer_default.d new file mode 100644 index 00000000..5eb1bb31 --- /dev/null +++ b/42sh/objs/lexer/lexer_default.d @@ -0,0 +1,11 @@ +objs/lexer/lexer_default.o: src/lexer/lexer_default.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/lexer/lexer_delim.d b/42sh/objs/lexer/lexer_delim.d new file mode 100644 index 00000000..22e22923 --- /dev/null +++ b/42sh/objs/lexer/lexer_delim.d @@ -0,0 +1,11 @@ +objs/lexer/lexer_delim.o: src/lexer/lexer_delim.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/lexer/lexer_destroy.d b/42sh/objs/lexer/lexer_destroy.d new file mode 100644 index 00000000..976fa614 --- /dev/null +++ b/42sh/objs/lexer/lexer_destroy.d @@ -0,0 +1,11 @@ +objs/lexer/lexer_destroy.o: src/lexer/lexer_destroy.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/lexer/lexer_dquote.d b/42sh/objs/lexer/lexer_dquote.d new file mode 100644 index 00000000..e6995b4a --- /dev/null +++ b/42sh/objs/lexer/lexer_dquote.d @@ -0,0 +1,11 @@ +objs/lexer/lexer_dquote.o: src/lexer/lexer_dquote.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/lexer/lexer_end.d b/42sh/objs/lexer/lexer_end.d new file mode 100644 index 00000000..147e04cc --- /dev/null +++ b/42sh/objs/lexer/lexer_end.d @@ -0,0 +1,11 @@ +objs/lexer/lexer_end.o: src/lexer/lexer_end.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/lexer/lexer_great.d b/42sh/objs/lexer/lexer_great.d new file mode 100644 index 00000000..2f772dfe --- /dev/null +++ b/42sh/objs/lexer/lexer_great.d @@ -0,0 +1,11 @@ +objs/lexer/lexer_great.o: src/lexer/lexer_great.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/lexer/lexer_heredoc.d b/42sh/objs/lexer/lexer_heredoc.d new file mode 100644 index 00000000..6cf7d637 --- /dev/null +++ b/42sh/objs/lexer/lexer_heredoc.d @@ -0,0 +1,11 @@ +objs/lexer/lexer_heredoc.o: src/lexer/lexer_heredoc.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/lexer/lexer_init.d b/42sh/objs/lexer/lexer_init.d new file mode 100644 index 00000000..d6690d6c --- /dev/null +++ b/42sh/objs/lexer/lexer_init.d @@ -0,0 +1,11 @@ +objs/lexer/lexer_init.o: src/lexer/lexer_init.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/lexer/lexer_less.d b/42sh/objs/lexer/lexer_less.d new file mode 100644 index 00000000..a150cde2 --- /dev/null +++ b/42sh/objs/lexer/lexer_less.d @@ -0,0 +1,11 @@ +objs/lexer/lexer_less.o: src/lexer/lexer_less.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/lexer/lexer_lex.d b/42sh/objs/lexer/lexer_lex.d new file mode 100644 index 00000000..33a2e3f4 --- /dev/null +++ b/42sh/objs/lexer/lexer_lex.d @@ -0,0 +1,11 @@ +objs/lexer/lexer_lex.o: src/lexer/lexer_lex.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/lexer/lexer_newline.d b/42sh/objs/lexer/lexer_newline.d new file mode 100644 index 00000000..4ed9d5e3 --- /dev/null +++ b/42sh/objs/lexer/lexer_newline.d @@ -0,0 +1,11 @@ +objs/lexer/lexer_newline.o: src/lexer/lexer_newline.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/lexer/lexer_number.d b/42sh/objs/lexer/lexer_number.d new file mode 100644 index 00000000..df4ec509 --- /dev/null +++ b/42sh/objs/lexer/lexer_number.d @@ -0,0 +1,11 @@ +objs/lexer/lexer_number.o: src/lexer/lexer_number.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/lexer/lexer_paren.d b/42sh/objs/lexer/lexer_paren.d new file mode 100644 index 00000000..b0ad5b70 --- /dev/null +++ b/42sh/objs/lexer/lexer_paren.d @@ -0,0 +1,11 @@ +objs/lexer/lexer_paren.o: src/lexer/lexer_paren.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/lexer/lexer_quote.d b/42sh/objs/lexer/lexer_quote.d new file mode 100644 index 00000000..111e17d8 --- /dev/null +++ b/42sh/objs/lexer/lexer_quote.d @@ -0,0 +1,11 @@ +objs/lexer/lexer_quote.o: src/lexer/lexer_quote.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/lexer/lexer_sep.d b/42sh/objs/lexer/lexer_sep.d new file mode 100644 index 00000000..b2f32115 --- /dev/null +++ b/42sh/objs/lexer/lexer_sep.d @@ -0,0 +1,11 @@ +objs/lexer/lexer_sep.o: src/lexer/lexer_sep.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/lexer/lexer_word.d b/42sh/objs/lexer/lexer_word.d new file mode 100644 index 00000000..85e4f33f --- /dev/null +++ b/42sh/objs/lexer/lexer_word.d @@ -0,0 +1,11 @@ +objs/lexer/lexer_word.o: src/lexer/lexer_word.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/lexer/token_append.d b/42sh/objs/lexer/token_append.d new file mode 100644 index 00000000..f19579be --- /dev/null +++ b/42sh/objs/lexer/token_append.d @@ -0,0 +1,11 @@ +objs/lexer/token_append.o: src/lexer/token_append.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/lexer/token_cmp_type.d b/42sh/objs/lexer/token_cmp_type.d new file mode 100644 index 00000000..42f1a85f --- /dev/null +++ b/42sh/objs/lexer/token_cmp_type.d @@ -0,0 +1,11 @@ +objs/lexer/token_cmp_type.o: src/lexer/token_cmp_type.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/lexer/token_free.d b/42sh/objs/lexer/token_free.d new file mode 100644 index 00000000..f6d9e3ac --- /dev/null +++ b/42sh/objs/lexer/token_free.d @@ -0,0 +1,11 @@ +objs/lexer/token_free.o: src/lexer/token_free.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/lexer/token_init.d b/42sh/objs/lexer/token_init.d new file mode 100644 index 00000000..5927e3e2 --- /dev/null +++ b/42sh/objs/lexer/token_init.d @@ -0,0 +1,11 @@ +objs/lexer/token_init.o: src/lexer/token_init.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/control_features.d b/42sh/objs/line_editing/control_features.d new file mode 100644 index 00000000..65544e3b --- /dev/null +++ b/42sh/objs/line_editing/control_features.d @@ -0,0 +1,11 @@ +objs/line_editing/control_features.o: src/line_editing/control_features.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/line_editing/copy_cut_paste/copy_cut_paste.d b/42sh/objs/line_editing/copy_cut_paste/copy_cut_paste.d new file mode 100644 index 00000000..b20a831c --- /dev/null +++ b/42sh/objs/line_editing/copy_cut_paste/copy_cut_paste.d @@ -0,0 +1,12 @@ +objs/line_editing/copy_cut_paste/copy_cut_paste.o: \ + src/line_editing/copy_cut_paste/copy_cut_paste.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/copy_cut_paste/underline_down.d b/42sh/objs/line_editing/copy_cut_paste/underline_down.d new file mode 100644 index 00000000..4b0a5bde --- /dev/null +++ b/42sh/objs/line_editing/copy_cut_paste/underline_down.d @@ -0,0 +1,12 @@ +objs/line_editing/copy_cut_paste/underline_down.o: \ + src/line_editing/copy_cut_paste/underline_down.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/copy_cut_paste/underline_end.d b/42sh/objs/line_editing/copy_cut_paste/underline_end.d new file mode 100644 index 00000000..e9ecb846 --- /dev/null +++ b/42sh/objs/line_editing/copy_cut_paste/underline_end.d @@ -0,0 +1,12 @@ +objs/line_editing/copy_cut_paste/underline_end.o: \ + src/line_editing/copy_cut_paste/underline_end.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/copy_cut_paste/underline_function.d b/42sh/objs/line_editing/copy_cut_paste/underline_function.d new file mode 100644 index 00000000..30dcddcd --- /dev/null +++ b/42sh/objs/line_editing/copy_cut_paste/underline_function.d @@ -0,0 +1,12 @@ +objs/line_editing/copy_cut_paste/underline_function.o: \ + src/line_editing/copy_cut_paste/underline_function.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/line_editing/copy_cut_paste/underline_home.d b/42sh/objs/line_editing/copy_cut_paste/underline_home.d new file mode 100644 index 00000000..c3684921 --- /dev/null +++ b/42sh/objs/line_editing/copy_cut_paste/underline_home.d @@ -0,0 +1,12 @@ +objs/line_editing/copy_cut_paste/underline_home.o: \ + src/line_editing/copy_cut_paste/underline_home.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/copy_cut_paste/underline_left.d b/42sh/objs/line_editing/copy_cut_paste/underline_left.d new file mode 100644 index 00000000..28e15385 --- /dev/null +++ b/42sh/objs/line_editing/copy_cut_paste/underline_left.d @@ -0,0 +1,12 @@ +objs/line_editing/copy_cut_paste/underline_left.o: \ + src/line_editing/copy_cut_paste/underline_left.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/copy_cut_paste/underline_reset.d b/42sh/objs/line_editing/copy_cut_paste/underline_reset.d new file mode 100644 index 00000000..8c2744bf --- /dev/null +++ b/42sh/objs/line_editing/copy_cut_paste/underline_reset.d @@ -0,0 +1,12 @@ +objs/line_editing/copy_cut_paste/underline_reset.o: \ + src/line_editing/copy_cut_paste/underline_reset.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/copy_cut_paste/underline_right.d b/42sh/objs/line_editing/copy_cut_paste/underline_right.d new file mode 100644 index 00000000..9e0e4122 --- /dev/null +++ b/42sh/objs/line_editing/copy_cut_paste/underline_right.d @@ -0,0 +1,12 @@ +objs/line_editing/copy_cut_paste/underline_right.o: \ + src/line_editing/copy_cut_paste/underline_right.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/copy_cut_paste/underline_up.d b/42sh/objs/line_editing/copy_cut_paste/underline_up.d new file mode 100644 index 00000000..0f7472f5 --- /dev/null +++ b/42sh/objs/line_editing/copy_cut_paste/underline_up.d @@ -0,0 +1,12 @@ +objs/line_editing/copy_cut_paste/underline_up.o: \ + src/line_editing/copy_cut_paste/underline_up.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/ft_prompt.d b/42sh/objs/line_editing/ft_prompt.d new file mode 100644 index 00000000..57bcf2f0 --- /dev/null +++ b/42sh/objs/line_editing/ft_prompt.d @@ -0,0 +1,11 @@ +objs/line_editing/ft_prompt.o: src/line_editing/ft_prompt.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/line_editing/get_key.d b/42sh/objs/line_editing/get_key.d new file mode 100644 index 00000000..f10862cb --- /dev/null +++ b/42sh/objs/line_editing/get_key.d @@ -0,0 +1,11 @@ +objs/line_editing/get_key.o: src/line_editing/get_key.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/line_editing/init_line/init_history.d b/42sh/objs/line_editing/init_line/init_history.d new file mode 100644 index 00000000..27ac658f --- /dev/null +++ b/42sh/objs/line_editing/init_line/init_history.d @@ -0,0 +1,12 @@ +objs/line_editing/init_line/init_history.o: \ + src/line_editing/init_line/init_history.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/init_line/init_line.d b/42sh/objs/line_editing/init_line/init_line.d new file mode 100644 index 00000000..164af483 --- /dev/null +++ b/42sh/objs/line_editing/init_line/init_line.d @@ -0,0 +1,12 @@ +objs/line_editing/init_line/init_line.o: \ + src/line_editing/init_line/init_line.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/init_line/init_termcaps.d b/42sh/objs/line_editing/init_line/init_termcaps.d new file mode 100644 index 00000000..a29f85f8 --- /dev/null +++ b/42sh/objs/line_editing/init_line/init_termcaps.d @@ -0,0 +1,12 @@ +objs/line_editing/init_line/init_termcaps.o: \ + src/line_editing/init_line/init_termcaps.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/lib_line_editing/ft_nb_line.d b/42sh/objs/line_editing/lib_line_editing/ft_nb_line.d new file mode 100644 index 00000000..386328ba --- /dev/null +++ b/42sh/objs/line_editing/lib_line_editing/ft_nb_line.d @@ -0,0 +1,12 @@ +objs/line_editing/lib_line_editing/ft_nb_line.o: \ + src/line_editing/lib_line_editing/ft_nb_line.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/lib_line_editing/tool_line.d b/42sh/objs/line_editing/lib_line_editing/tool_line.d new file mode 100644 index 00000000..32a9f0ef --- /dev/null +++ b/42sh/objs/line_editing/lib_line_editing/tool_line.d @@ -0,0 +1,12 @@ +objs/line_editing/lib_line_editing/tool_line.o: \ + src/line_editing/lib_line_editing/tool_line.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/lib_line_editing/tool_line_2.d b/42sh/objs/line_editing/lib_line_editing/tool_line_2.d new file mode 100644 index 00000000..89e1fb40 --- /dev/null +++ b/42sh/objs/line_editing/lib_line_editing/tool_line_2.d @@ -0,0 +1,12 @@ +objs/line_editing/lib_line_editing/tool_line_2.o: \ + src/line_editing/lib_line_editing/tool_line_2.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/lib_line_editing/toolz.d b/42sh/objs/line_editing/lib_line_editing/toolz.d new file mode 100644 index 00000000..c1162cd8 --- /dev/null +++ b/42sh/objs/line_editing/lib_line_editing/toolz.d @@ -0,0 +1,12 @@ +objs/line_editing/lib_line_editing/toolz.o: \ + src/line_editing/lib_line_editing/toolz.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/lib_line_editing/toolz2.d b/42sh/objs/line_editing/lib_line_editing/toolz2.d new file mode 100644 index 00000000..006fe05c --- /dev/null +++ b/42sh/objs/line_editing/lib_line_editing/toolz2.d @@ -0,0 +1,12 @@ +objs/line_editing/lib_line_editing/toolz2.o: \ + src/line_editing/lib_line_editing/toolz2.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/lib_line_editing/toolz_parseur.d b/42sh/objs/line_editing/lib_line_editing/toolz_parseur.d new file mode 100644 index 00000000..3f0a9fd7 --- /dev/null +++ b/42sh/objs/line_editing/lib_line_editing/toolz_parseur.d @@ -0,0 +1,12 @@ +objs/line_editing/lib_line_editing/toolz_parseur.o: \ + src/line_editing/lib_line_editing/toolz_parseur.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/lib_line_editing/toolz_termcaps.d b/42sh/objs/line_editing/lib_line_editing/toolz_termcaps.d new file mode 100644 index 00000000..6dfae25c --- /dev/null +++ b/42sh/objs/line_editing/lib_line_editing/toolz_termcaps.d @@ -0,0 +1,12 @@ +objs/line_editing/lib_line_editing/toolz_termcaps.o: \ + src/line_editing/lib_line_editing/toolz_termcaps.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/line_editing/move_term/home_end.d b/42sh/objs/line_editing/move_term/home_end.d new file mode 100644 index 00000000..0ba66459 --- /dev/null +++ b/42sh/objs/line_editing/move_term/home_end.d @@ -0,0 +1,12 @@ +objs/line_editing/move_term/home_end.o: \ + src/line_editing/move_term/home_end.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/move_term/move_left_and_right.d b/42sh/objs/line_editing/move_term/move_left_and_right.d new file mode 100644 index 00000000..f38139db --- /dev/null +++ b/42sh/objs/line_editing/move_term/move_left_and_right.d @@ -0,0 +1,12 @@ +objs/line_editing/move_term/move_left_and_right.o: \ + src/line_editing/move_term/move_left_and_right.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/move_term/move_to_word.d b/42sh/objs/line_editing/move_term/move_to_word.d new file mode 100644 index 00000000..c345ce82 --- /dev/null +++ b/42sh/objs/line_editing/move_term/move_to_word.d @@ -0,0 +1,12 @@ +objs/line_editing/move_term/move_to_word.o: \ + src/line_editing/move_term/move_to_word.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/move_term/move_up_and_down.d b/42sh/objs/line_editing/move_term/move_up_and_down.d new file mode 100644 index 00000000..507ddb6f --- /dev/null +++ b/42sh/objs/line_editing/move_term/move_up_and_down.d @@ -0,0 +1,12 @@ +objs/line_editing/move_term/move_up_and_down.o: \ + src/line_editing/move_term/move_up_and_down.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/print_del_completion/completion.d b/42sh/objs/line_editing/print_del_completion/completion.d new file mode 100644 index 00000000..6ed42148 --- /dev/null +++ b/42sh/objs/line_editing/print_del_completion/completion.d @@ -0,0 +1,12 @@ +objs/line_editing/print_del_completion/completion.o: \ + src/line_editing/print_del_completion/completion.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/line_editing/print_del_completion/print_and_del.d b/42sh/objs/line_editing/print_del_completion/print_and_del.d new file mode 100644 index 00000000..4105ef03 --- /dev/null +++ b/42sh/objs/line_editing/print_del_completion/print_and_del.d @@ -0,0 +1,12 @@ +objs/line_editing/print_del_completion/print_and_del.o: \ + src/line_editing/print_del_completion/print_and_del.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/line_editing/print_del_completion/queue.d b/42sh/objs/line_editing/print_del_completion/queue.d new file mode 100644 index 00000000..7e8f5d86 --- /dev/null +++ b/42sh/objs/line_editing/print_del_completion/queue.d @@ -0,0 +1,12 @@ +objs/line_editing/print_del_completion/queue.o: \ + src/line_editing/print_del_completion/queue.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/line_editing/readline.d b/42sh/objs/line_editing/readline.d new file mode 100644 index 00000000..789e0484 --- /dev/null +++ b/42sh/objs/line_editing/readline.d @@ -0,0 +1,11 @@ +objs/line_editing/readline.o: src/line_editing/readline.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/line_editing/resize.d b/42sh/objs/line_editing/resize.d new file mode 100644 index 00000000..64f1b706 --- /dev/null +++ b/42sh/objs/line_editing/resize.d @@ -0,0 +1,11 @@ +objs/line_editing/resize.o: src/line_editing/resize.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/main/data_exit.d b/42sh/objs/main/data_exit.d new file mode 100644 index 00000000..67083971 --- /dev/null +++ b/42sh/objs/main/data_exit.d @@ -0,0 +1,11 @@ +objs/main/data_exit.o: src/main/data_exit.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/main/data_init.d b/42sh/objs/main/data_init.d new file mode 100644 index 00000000..f2fc1e5c --- /dev/null +++ b/42sh/objs/main/data_init.d @@ -0,0 +1,11 @@ +objs/main/data_init.o: src/main/data_init.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/main/data_singleton.d b/42sh/objs/main/data_singleton.d new file mode 100644 index 00000000..0bd595f2 --- /dev/null +++ b/42sh/objs/main/data_singleton.d @@ -0,0 +1,11 @@ +objs/main/data_singleton.o: src/main/data_singleton.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/main/main.d b/42sh/objs/main/main.d new file mode 100644 index 00000000..4b6d3c50 --- /dev/null +++ b/42sh/objs/main/main.d @@ -0,0 +1,11 @@ +objs/main/main.o: src/main/main.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/main/shell_fds.d b/42sh/objs/main/shell_fds.d new file mode 100644 index 00000000..648d32af --- /dev/null +++ b/42sh/objs/main/shell_fds.d @@ -0,0 +1,11 @@ +objs/main/shell_fds.o: src/main/shell_fds.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/main/shell_init.d b/42sh/objs/main/shell_init.d new file mode 100644 index 00000000..0a7f7eb2 --- /dev/null +++ b/42sh/objs/main/shell_init.d @@ -0,0 +1,11 @@ +objs/main/shell_init.o: src/main/shell_init.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/main/shell_sig.d b/42sh/objs/main/shell_sig.d new file mode 100644 index 00000000..8f61fb72 --- /dev/null +++ b/42sh/objs/main/shell_sig.d @@ -0,0 +1,11 @@ +objs/main/shell_sig.o: src/main/shell_sig.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/add_bang.d b/42sh/objs/parser/add_bang.d new file mode 100644 index 00000000..34455425 --- /dev/null +++ b/42sh/objs/parser/add_bang.d @@ -0,0 +1,11 @@ +objs/parser/add_bang.o: src/parser/add_bang.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/add_case.d b/42sh/objs/parser/add_case.d new file mode 100644 index 00000000..352f21b0 --- /dev/null +++ b/42sh/objs/parser/add_case.d @@ -0,0 +1,11 @@ +objs/parser/add_case.o: src/parser/add_case.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/add_cmd.d b/42sh/objs/parser/add_cmd.d new file mode 100644 index 00000000..3d1345df --- /dev/null +++ b/42sh/objs/parser/add_cmd.d @@ -0,0 +1,11 @@ +objs/parser/add_cmd.o: src/parser/add_cmd.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/add_condition.d b/42sh/objs/parser/add_condition.d new file mode 100644 index 00000000..9ed97c09 --- /dev/null +++ b/42sh/objs/parser/add_condition.d @@ -0,0 +1,11 @@ +objs/parser/add_condition.o: src/parser/add_condition.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/parser/add_func.d b/42sh/objs/parser/add_func.d new file mode 100644 index 00000000..d48ddfbe --- /dev/null +++ b/42sh/objs/parser/add_func.d @@ -0,0 +1,11 @@ +objs/parser/add_func.o: src/parser/add_func.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/add_loop.d b/42sh/objs/parser/add_loop.d new file mode 100644 index 00000000..72c5b10c --- /dev/null +++ b/42sh/objs/parser/add_loop.d @@ -0,0 +1,11 @@ +objs/parser/add_loop.o: src/parser/add_loop.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/add_number.d b/42sh/objs/parser/add_number.d new file mode 100644 index 00000000..e304b511 --- /dev/null +++ b/42sh/objs/parser/add_number.d @@ -0,0 +1,11 @@ +objs/parser/add_number.o: src/parser/add_number.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/add_redir.d b/42sh/objs/parser/add_redir.d new file mode 100644 index 00000000..8ae64d3a --- /dev/null +++ b/42sh/objs/parser/add_redir.d @@ -0,0 +1,11 @@ +objs/parser/add_redir.o: src/parser/add_redir.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/add_sep.d b/42sh/objs/parser/add_sep.d new file mode 100644 index 00000000..b4439391 --- /dev/null +++ b/42sh/objs/parser/add_sep.d @@ -0,0 +1,11 @@ +objs/parser/add_sep.o: src/parser/add_sep.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/add_subshell.d b/42sh/objs/parser/add_subshell.d new file mode 100644 index 00000000..d84a1931 --- /dev/null +++ b/42sh/objs/parser/add_subshell.d @@ -0,0 +1,11 @@ +objs/parser/add_subshell.o: src/parser/add_subshell.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/parser/aggregate_sym.d b/42sh/objs/parser/aggregate_sym.d new file mode 100644 index 00000000..df585f08 --- /dev/null +++ b/42sh/objs/parser/aggregate_sym.d @@ -0,0 +1,11 @@ +objs/parser/aggregate_sym.o: src/parser/aggregate_sym.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/parser/build_tree.d b/42sh/objs/parser/build_tree.d new file mode 100644 index 00000000..c083af64 --- /dev/null +++ b/42sh/objs/parser/build_tree.d @@ -0,0 +1,11 @@ +objs/parser/build_tree.o: src/parser/build_tree.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/do_parser_routine.d b/42sh/objs/parser/do_parser_routine.d new file mode 100644 index 00000000..856b8157 --- /dev/null +++ b/42sh/objs/parser/do_parser_routine.d @@ -0,0 +1,11 @@ +objs/parser/do_parser_routine.o: src/parser/do_parser_routine.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/parser/error_syntax.d b/42sh/objs/parser/error_syntax.d new file mode 100644 index 00000000..1406ecc6 --- /dev/null +++ b/42sh/objs/parser/error_syntax.d @@ -0,0 +1,11 @@ +objs/parser/error_syntax.o: src/parser/error_syntax.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/parser/eval_sym.d b/42sh/objs/parser/eval_sym.d new file mode 100644 index 00000000..1d27662a --- /dev/null +++ b/42sh/objs/parser/eval_sym.d @@ -0,0 +1,11 @@ +objs/parser/eval_sym.o: src/parser/eval_sym.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/ft_parse.d b/42sh/objs/parser/ft_parse.d new file mode 100644 index 00000000..d11ea2ef --- /dev/null +++ b/42sh/objs/parser/ft_parse.d @@ -0,0 +1,11 @@ +objs/parser/ft_parse.o: src/parser/ft_parse.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/heredoc_parser.d b/42sh/objs/parser/heredoc_parser.d new file mode 100644 index 00000000..b3e85745 --- /dev/null +++ b/42sh/objs/parser/heredoc_parser.d @@ -0,0 +1,11 @@ +objs/parser/heredoc_parser.o: src/parser/heredoc_parser.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/parser/parser_destroy.d b/42sh/objs/parser/parser_destroy.d new file mode 100644 index 00000000..0beea9b0 --- /dev/null +++ b/42sh/objs/parser/parser_destroy.d @@ -0,0 +1,11 @@ +objs/parser/parser_destroy.o: src/parser/parser_destroy.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/parser/parser_init.d b/42sh/objs/parser/parser_init.d new file mode 100644 index 00000000..de2866a5 --- /dev/null +++ b/42sh/objs/parser/parser_init.d @@ -0,0 +1,11 @@ +objs/parser/parser_init.o: src/parser/parser_init.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/pop_stack.d b/42sh/objs/parser/pop_stack.d new file mode 100644 index 00000000..552e977c --- /dev/null +++ b/42sh/objs/parser/pop_stack.d @@ -0,0 +1,11 @@ +objs/parser/pop_stack.o: src/parser/pop_stack.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/produce_sym.d b/42sh/objs/parser/produce_sym.d new file mode 100644 index 00000000..3a2365f8 --- /dev/null +++ b/42sh/objs/parser/produce_sym.d @@ -0,0 +1,11 @@ +objs/parser/produce_sym.o: src/parser/produce_sym.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/push_stack.d b/42sh/objs/parser/push_stack.d new file mode 100644 index 00000000..ffe894b1 --- /dev/null +++ b/42sh/objs/parser/push_stack.d @@ -0,0 +1,11 @@ +objs/parser/push_stack.o: src/parser/push_stack.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/read_stack.d b/42sh/objs/parser/read_stack.d new file mode 100644 index 00000000..27012bed --- /dev/null +++ b/42sh/objs/parser/read_stack.d @@ -0,0 +1,11 @@ +objs/parser/read_stack.o: src/parser/read_stack.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/redir_init.d b/42sh/objs/parser/redir_init.d new file mode 100644 index 00000000..11410ebc --- /dev/null +++ b/42sh/objs/parser/redir_init.d @@ -0,0 +1,11 @@ +objs/parser/redir_init.o: src/parser/redir_init.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/stack_init.d b/42sh/objs/parser/stack_init.d new file mode 100644 index 00000000..6725aee0 --- /dev/null +++ b/42sh/objs/parser/stack_init.d @@ -0,0 +1,11 @@ +objs/parser/stack_init.o: src/parser/stack_init.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/sym_free.d b/42sh/objs/parser/sym_free.d new file mode 100644 index 00000000..fc545444 --- /dev/null +++ b/42sh/objs/parser/sym_free.d @@ -0,0 +1,11 @@ +objs/parser/sym_free.o: src/parser/sym_free.c includes/minishell.h \ + includes/../libft/includes/libft.h libft/includes/ft_types.h \ + libft/includes/error.h libft/includes/libft.h libft/includes/color.h \ + libft/includes/cliopts.h libft/includes/lst.h libft/includes/dlst.h \ + libft/includes/btree.h libft/includes/str.h libft/includes/sstr.h \ + libft/includes/math.h libft/includes/mytime.h \ + libft/includes/get_next_line.h libft/includes/sys.h includes/types.h \ + includes/lexer.h includes/parser.h includes/ft_readline.h \ + includes/job_control.h includes/exec.h includes/builtin.h \ + includes/builtin_read.h includes/glob.h includes/completion.h \ + includes/hash.h diff --git a/42sh/objs/parser/tree_func_free.d b/42sh/objs/parser/tree_func_free.d new file mode 100644 index 00000000..18177446 --- /dev/null +++ b/42sh/objs/parser/tree_func_free.d @@ -0,0 +1,11 @@ +objs/parser/tree_func_free.o: src/parser/tree_func_free.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/objs/parser/tree_wrapper.d b/42sh/objs/parser/tree_wrapper.d new file mode 100644 index 00000000..3d88ff66 --- /dev/null +++ b/42sh/objs/parser/tree_wrapper.d @@ -0,0 +1,11 @@ +objs/parser/tree_wrapper.o: src/parser/tree_wrapper.c \ + includes/minishell.h includes/../libft/includes/libft.h \ + libft/includes/ft_types.h libft/includes/error.h \ + libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \ + libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \ + libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \ + libft/includes/mytime.h libft/includes/get_next_line.h \ + libft/includes/sys.h includes/types.h includes/lexer.h \ + includes/parser.h includes/ft_readline.h includes/job_control.h \ + includes/exec.h includes/builtin.h includes/builtin_read.h \ + includes/glob.h includes/completion.h includes/hash.h diff --git a/42sh/sample/again.sh b/42sh/sample/again.sh index 466a4c55..624442dc 100644 --- a/42sh/sample/again.sh +++ b/42sh/sample/again.sh @@ -3,3 +3,4 @@ echo hello echo hello echo hello echo hello +echo hello diff --git a/42sh/src/parser/aggregate_sym.c b/42sh/src/parser/aggregate_sym.c index 5d8d8772..0e243252 100644 --- a/42sh/src/parser/aggregate_sym.c +++ b/42sh/src/parser/aggregate_sym.c @@ -6,7 +6,7 @@ /* By: ariard +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2017/03/11 15:58:38 by ariard #+# #+# */ -/* Updated: 2017/03/29 17:14:33 by ariard ### ########.fr */ +/* Updated: 2017/03/29 17:41:57 by ariard ### ########.fr */ /* */ /* ************************************************************************** */ @@ -232,7 +232,7 @@ static t_aggrematch g_aggrematch[] = {AND_OR_MINOR, TK_DO, AND_OR_MAJOR, 0}, {AND_OR_MINOR, TK_PAREN_CLOSE, AND_OR_MAJOR, 0}, {AND_OR_MINOR, LINEBREAK, AND_OR_MAJOR, 0}, - {AND_OR_MINOR, TK_PAREN_OPEN, AND_OR_MAJOR, 1}, + {AND_OR_MINOR, TK_PAREN_OPEN, AND_OR_MAJOR, 0}, {AND_OR_MINOR, TK_LBRACE, AND_OR_MAJOR, 0}, {AND_OR_MINOR, COMPOUND_LIST, AND_OR_MAJOR, 0}, {AND_OR_MINOR, COMPLETE_COMMANDS, AND_OR_MAJOR, 0},