From f32335f6f9bca1e1ab3cab4ae89682f3df773b92 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Thu, 26 Aug 2010 19:27:03 +0000 Subject: [PATCH] System's default PATH has been updated. --- tests/su/02/env_special-options_-l.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/su/02/env_special-options_-l.exp b/tests/su/02/env_special-options_-l.exp index 6f33c234..75df5dcc 100755 --- a/tests/su/02/env_special-options_-l.exp +++ b/tests/su/02/env_special-options_-l.exp @@ -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"