mirror of
https://github.com/Savapitech/42sh.git
synced 2026-01-18 16:57:28 +01:00
Fix path test
This commit is contained in:
@@ -37,8 +37,8 @@ TESTS = [
|
||||
key="PATH",
|
||||
name="path handing",
|
||||
cmds=[
|
||||
"/bin/sh -version\n",
|
||||
"/../bin/sh -version\n",
|
||||
"/bin/ls\n",
|
||||
"/../bin/ls\n",
|
||||
# "~/../../bin/sh --version\n",
|
||||
"fixtures/exec.sh\n",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user