Updated default ENV_SUPATH.

This commit is contained in:
nekral-guest
2010-08-28 19:50:13 +00:00
parent 2772f3caaf
commit 090dcd4714
+2 -2
View File
@@ -35,12 +35,12 @@ send "id\n"
expect "uid=0(root) gid=0(root) groups=0(root)\r"
expect "# "
send_user "\n# PATH should be '/bin:/usr/bin'"
send_user "\n# PATH should be '/sbin:/bin:/usr/sbin:/usr/bin'"
send "\r"
expect "# "
send "echo \"PATH=\\\"\$PATH\\\"\"\r"
expect "PATH=\"/bin:/usr/bin\"\r"
expect "PATH=\"/sbin:/bin:/usr/sbin:/usr/bin\"\r"
expect "# "
send "echo \"'\$HOME'\$USER'\$LOGNAME'\$SHELL'\"\r"