aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/private.exp
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2017-04-16 22:40:12 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2017-04-16 22:54:04 +0200
commit473467580b0387eaaa685446b88ffe363a8c8aa7 (patch)
tree33761f4a68604b07415a03f7b4a72a4cd91f879a /test/fs/private.exp
parentdon't fail after mkdir when directory exists (diff)
downloadfirejail-473467580b0387eaaa685446b88ffe363a8c8aa7.tar.gz
firejail-473467580b0387eaaa685446b88ffe363a8c8aa7.tar.zst
firejail-473467580b0387eaaa685446b88ffe363a8c8aa7.zip
test: sort output or the order is readdir() dependent
Diffstat (limited to 'test/fs/private.exp')
-rwxr-xr-xtest/fs/private.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/fs/private.exp b/test/fs/private.exp
index c7059079d..e522ca5a1 100755
--- a/test/fs/private.exp
+++ b/test/fs/private.exp
@@ -37,18 +37,18 @@ expect {
37} 37}
38after 100 38after 100
39 39
40send -- "ls -al ~\r" 40send -- "find ~ | LC_ALL=C sort\r"
41expect { 41expect {
42 timeout {puts "TESTING ERROR 2\n";exit} 42 timeout {puts "TESTING ERROR 2\n";exit}
43 ".asoundrc" 43 ".Xauthority"
44} 44}
45expect { 45expect {
46 timeout {puts "TESTING ERROR 3\n";exit} 46 timeout {puts "TESTING ERROR 3\n";exit}
47 ".bashrc" 47 ".asoundrc"
48} 48}
49expect { 49expect {
50 timeout {puts "TESTING ERROR 4\n";exit} 50 timeout {puts "TESTING ERROR 4\n";exit}
51 ".Xauthority" 51 ".bashrc"
52} 52}
53after 100 53after 100
54 54