Add tests for where

This commit is contained in:
savalet
2025-05-06 22:12:41 +02:00
parent 1e3756e424
commit 27423557c8

View File

@@ -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",
],