File tree
114 files changed
+1135
-1135
lines changed- spec
- 21sh
- misc
- 001-no-prompt-in-non-interactive-mode
- 002-simple-command-line
- pipe
- 001-single-pipe
- 002-chained-pipes
- 003-many-chained-pipes
- 004-without-surrounding-whitespaces
- 005-asynchronous
- 006-exit-status
- mixed
- 001-exit-or-not-exit
- 002-cd-or-not-cd
- 003-unsetenv-or-not-unsetenv
- 004-setenv-or-not-setenv
- redirections
- inputs
- 001-close-stdin
- 002-filename
- 003-filename-with-whitespaces
- 004-absolute-path
- 005-no-such-file
- outputs
- appending
- 001-append-default-to-file
- 002-append-stdout-to-file
- 003-append-stderr-to-file
- multiple/001-append-twice-separately
- closing
- 001-close-default-output
- 002-close-stdout
- 003-close-stderr
- 004-close-twice-outputs
- touching/001-works
- truncating
- 001-creates-file-if-not-exits
- 002-truncates-file-if-exists
- 003-whitespace-before-filename
- multiple
- 001-separately
- 002-together-stdout-first
- 003-together-stderr-first
- 004-together
- 005-together-with-whitespaces
- stderr/001-works
- stdout/001-with-explicit-fd
- separators/semicolon
- 001-two-commands-sequentially
- 002-n-commands-sequentially
- 003-parse-error-empty-inline-command
- 004-parse-error-empty-command
- bonuses
- builtins/env
- 001-unset-variables
- 002-unset-and-set-variable
- redirections/001-append-twice-outputs-together
- separators
- and
- 001-run-twice
- 002-do-not-run-second
- 003-run-until-succeeding
- 004-parse-error-at-beginning
- 005-parse-error-too-much-symbol
- mixed
- 001-and-or
- 002-and-or
- 003-and-or
- 004-or-and
- 005-or-and
- 006-or-and
- or
- 001-run-first-only
- 002-run-second-only
- 003-run-until-failing
- 004-parse-error-at-beginning
- 005-parse-error-too-much-symbol
- minishell
- binary
- 001-binary-path-relative
- 002-binary-path-absolute
- 003-binary-test-exec-order
- 004-binary-test-empty-path
- 005-binary-test-wrong-path
- 006-binary-undefined-path
- 007-binary-permission-denied
- 008-binary-too-many-symbolic-links-encountered
- builtins
- cd
- 001-no-arg
- 002-current-directory
- 003-current-directory-2
- 004-parent-directory
- 005-root-path
- 006-root-path-2
- 007-symbolic-link
- 008-symbolic-link-2
- 009-following-links
- 010-update-OLDPWD
- 011-dotdot
- 012-dot
- 013-absolute-path
- errors
- 001-not-a-directory
- 002-not-a-directory-2
- 003-permission-denied
- 004-permission-denied-2
- 005-too-many-symbolic-links-encountered
- 006-too-many-symbolic-links-encountered-2
- 007-no-such-file-or-directory
- 008-no-such-file-or-directory-2
- 009-no-such-file-or-directory-symlink
- 010-no-such-file-or-directory-symlink-2
- options
- 001-not-following-links
- 002-oldpwd
- env
- 001-env-same-value-as-parent
- 002-env-check-usefull-var
- 003-ignore-environment
- 005-set-variables
- multiple-options/001-ignore-environment-and-set-variable
- exit
- 001-without-any-argument
- 002-status-passed-as-argument
- 003-status-of-last-command
- errors
- 001-too-many-args
- 002-non-numeric-argument
- mixed/001-setenv-unsetenv
- setenv
- 001-no-argument
- 002-add-new-variable
- 003-set-existing-variable
- 004-invalid-identifier
- 005-add-and-set-multiple-variables
- unsetenv
- 001-unsetenv-first-elem
- 002-unsetenv-mult-envp
- 003-unsetenv-mult-envp-inline
- misc/001-copy-of-environment
- tasks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
114 files changed
+1135
-1135
lines changed+13-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
300 |
| - | |
301 |
| - | |
302 |
| - | |
303 |
| - | |
304 |
| - | |
305 |
| - | |
306 |
| - | |
307 |
| - | |
308 |
| - | |
309 |
| - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + |
0 commit comments