This commit is contained in:
savalet
2025-05-09 15:37:12 +02:00
parent e5f0a0a450
commit 228c8f9977
5 changed files with 35 additions and 2 deletions

View File

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