Fix sh test

This commit is contained in:
savalet
2025-04-28 22:46:05 +02:00
parent a20142b1c2
commit ca2139fbe9

View File

@@ -37,8 +37,8 @@ TESTS = [
key="PATH",
name="path handing",
cmds=[
"/bin/sh --version\n",
"/../bin/sh --version\n",
"/bin/sh -version\n",
"/../bin/sh -version\n",
# "~/../../bin/sh --version\n",
"fixtures/exec.sh\n",
],