From 090dcd4714eab13d05cc2cead92485c18b0d31c8 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 28 Aug 2010 19:50:13 +0000 Subject: [PATCH] Updated default ENV_SUPATH. --- tests/su/09/env_special_root-options_.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/su/09/env_special_root-options_.exp b/tests/su/09/env_special_root-options_.exp index 202ceb92..a9cc1d88 100755 --- a/tests/su/09/env_special_root-options_.exp +++ b/tests/su/09/env_special_root-options_.exp @@ -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"