mirror of
https://github.com/Savapitech/42sh.git
synced 2026-01-18 16:57:28 +01:00
Add tests for where
This commit is contained in:
@@ -298,6 +298,10 @@ TESTS = [
|
||||
cmds=[
|
||||
"which ls\n",
|
||||
"which cd\n",
|
||||
"which echo\n",
|
||||
"where ls\n",
|
||||
"where cd\n",
|
||||
"where echo\n",
|
||||
"alias ll ls\nwhere ll\n",
|
||||
#"alias ll ls\nwhich ll\n",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user