mirror of
https://github.com/Savapitech/42sh.git
synced 2026-01-18 16:57:28 +01:00
Add echo
This commit is contained in:
@@ -317,6 +317,11 @@ TESTS = [
|
||||
"cd too many args here\n",
|
||||
"unsetenv\n",
|
||||
"setenv ONLYKEY\n",
|
||||
"echo\n",
|
||||
"echo a\n",
|
||||
"echo a b\n",
|
||||
"echo ab\n",
|
||||
"echo $PATH\n",
|
||||
],
|
||||
depends_on=("CD", "ENV")
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user