aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-28 14:11:22 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-28 14:11:22 -0400
commitbe76f23be0b770fe52afd0a7ea359c0c3217dc9e (patch)
treec3585e80e3a7de20dd00bf83b3b7540dd7ac7bd3 /test/environment
parentremoved sudo from make dist-compile and make github-compile (diff)
downloadfirejail-be76f23be0b770fe52afd0a7ea359c0c3217dc9e.tar.gz
firejail-be76f23be0b770fe52afd0a7ea359c0c3217dc9e.tar.zst
firejail-be76f23be0b770fe52afd0a7ea359c0c3217dc9e.zip
removed cd home from /test/environment/* files
Diffstat (limited to 'test/environment')
-rwxr-xr-xtest/environment/csh.exp2
-rwxr-xr-xtest/environment/rlimit-profile.exp2
-rwxr-xr-xtest/environment/zsh.exp2
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 @@
4# License GPL v2 4# License GPL v2
5 5
6set timeout 10 6set timeout 10
7cd /home 7#cd /home
8spawn $env(SHELL) 8spawn $env(SHELL)
9match_max 100000 9match_max 100000
10 10
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 @@
1#!/usr/bin/expect -f 1#!/usr/bin/expect -f
2 2
3set timeout 10 3set timeout 10
4cd /home 4#cd /home
5spawn $env(SHELL) 5spawn $env(SHELL)
6match_max 100000 6match_max 100000
7 7
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 @@
4# License GPL v2 4# License GPL v2
5 5
6set timeout 10 6set timeout 10
7cd /home 7#cd /home
8spawn $env(SHELL) 8spawn $env(SHELL)
9match_max 100000 9match_max 100000
10 10