aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2017-04-16 22:41:34 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2017-04-16 22:54:05 +0200
commit2163f560232983c8e9d4520b1673a7181a1c64b3 (patch)
treec600fcf731c0c1fb335b7b73cda06f4d03d21648 /test
parenttest: sort output or the order is readdir() dependent (diff)
downloadfirejail-2163f560232983c8e9d4520b1673a7181a1c64b3.tar.gz
firejail-2163f560232983c8e9d4520b1673a7181a1c64b3.tar.zst
firejail-2163f560232983c8e9d4520b1673a7181a1c64b3.zip
test: use ~ instead of /home for non-/home homedirs
Diffstat (limited to 'test')
-rwxr-xr-xtest/environment/csh.exp2
-rwxr-xr-xtest/environment/zsh.exp2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/environment/csh.exp b/test/environment/csh.exp
index bd0cf8c86..89de94b3c 100755
--- a/test/environment/csh.exp
+++ b/test/environment/csh.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15sleep 1 15sleep 1
16 16
17send -- "find /home\r" 17send -- "find ~\r"
18expect { 18expect {
19 timeout {puts "TESTING ERROR 1\n";exit} 19 timeout {puts "TESTING ERROR 1\n";exit}
20 ".cshrc" 20 ".cshrc"
diff --git a/test/environment/zsh.exp b/test/environment/zsh.exp
index 4380f476c..1b6cdcdc5 100755
--- a/test/environment/zsh.exp
+++ b/test/environment/zsh.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15sleep 1 15sleep 1
16 16
17send -- "find /home\r" 17send -- "find ~\r"
18expect { 18expect {
19 timeout {puts "TESTING ERROR 1\n";exit} 19 timeout {puts "TESTING ERROR 1\n";exit}
20 ".zshrc" 20 ".zshrc"