mirror of
https://github.com/Savapitech/42sh.git
synced 2026-01-18 16:57:28 +01:00
Add alias test and change err output for history
This commit is contained in:
@@ -172,4 +172,14 @@ TESTS = [
|
||||
],
|
||||
depends_on=("PIPE", "REDIR", "SEMICOLON",)
|
||||
),
|
||||
|
||||
Test(
|
||||
key="ALIAS",
|
||||
name="alias",
|
||||
cmds=[
|
||||
"ll\nalias ll ls\nll\n",
|
||||
"ll\n",
|
||||
],
|
||||
depends_on=()
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user