From be76f23be0b770fe52afd0a7ea359c0c3217dc9e Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 28 Apr 2016 14:11:22 -0400 Subject: removed cd home from /test/environment/* files --- test/environment/csh.exp | 2 +- test/environment/rlimit-profile.exp | 2 +- test/environment/zsh.exp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/environment/csh.exp b/test/environment/csh.exp index 7fd69ed43..6511214c0 100755 --- a/test/environment/csh.exp +++ b/test/environment/csh.exp @@ -4,7 +4,7 @@ # License GPL v2 set timeout 10 -cd /home +#cd /home spawn $env(SHELL) match_max 100000 diff --git a/test/environment/rlimit-profile.exp b/test/environment/rlimit-profile.exp index aed634201..8ed97e760 100755 --- a/test/environment/rlimit-profile.exp +++ b/test/environment/rlimit-profile.exp @@ -1,7 +1,7 @@ #!/usr/bin/expect -f set timeout 10 -cd /home +#cd /home spawn $env(SHELL) match_max 100000 diff --git a/test/environment/zsh.exp b/test/environment/zsh.exp index 96fa84dfe..e625c4793 100755 --- a/test/environment/zsh.exp +++ b/test/environment/zsh.exp @@ -4,7 +4,7 @@ # License GPL v2 set timeout 10 -cd /home +#cd /home spawn $env(SHELL) match_max 100000 -- cgit v1.2.3-54-g00ecf