mirror of
https://github.com/Savapitech/42sh.git
synced 2026-01-18 16:57:28 +01:00
Add builtins tests
This commit is contained in:
@@ -303,4 +303,14 @@ TESTS = [
|
||||
depends_on=("ALIAS",)
|
||||
),
|
||||
|
||||
Test(
|
||||
key="BUILTIN_ERR",
|
||||
name="invalid builtin usage",
|
||||
cmds=[
|
||||
"cd too many args here\n",
|
||||
"unsetenv\n",
|
||||
"setenv ONLYKEY\n",
|
||||
],
|
||||
depends_on=("CD", "ENV")
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user