System's default PATH has been updated.

This commit is contained in:
nekral-guest
2010-08-26 19:27:03 +00:00
parent c7df39a736
commit f32335f6f9

View File

@@ -34,12 +34,12 @@ send "id\n"
expect "uid=424242(myuser) gid=424242(myuser) groups=424242(myuser)\r"
expect "$ "
send_user "\n# PATH should be '/usr/local/bin:/usr/bin:/bin:/usr/games'"
send_user "\n# PATH should be '/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games'"
send "\r"
expect "$ "
send "echo \"PATH=\\\"\$PATH\\\"\"\r"
expect "PATH=\"/usr/local/bin:/usr/bin:/bin:/usr/games\"\r"
expect "PATH=\"/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games\"\r"
expect "$ "
send "echo \"'\$HOME'\$USER'\$LOGNAME'\$SHELL'\"\r"