aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/private-cache.exp
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-09-26 01:22:59 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2019-09-26 01:22:59 +0200
commit7be7e2d326540135273b221f594cd22057ac04dc (patch)
treef71f7cc696d922462183744588a0154c736e5227 /test/fs/private-cache.exp
parenttesting (diff)
downloadfirejail-7be7e2d326540135273b221f594cd22057ac04dc.tar.gz
firejail-7be7e2d326540135273b221f594cd22057ac04dc.tar.zst
firejail-7be7e2d326540135273b221f594cd22057ac04dc.zip
testing: rename and simplify
Diffstat (limited to 'test/fs/private-cache.exp')
-rwxr-xr-xtest/fs/private-cache.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fs/private-cache.exp b/test/fs/private-cache.exp
index 0a1f00eb5..ddff2d02d 100755
--- a/test/fs/private-cache.exp
+++ b/test/fs/private-cache.exp
@@ -21,10 +21,10 @@ expect {
21} 21}
22sleep 1 22sleep 1
23 23
24send -- "ls ~/.cache | wc -l\r" 24send -- "ls -l ~/.cache\r"
25expect { 25expect {
26 timeout {puts "TESTING ERROR 2\n";exit} 26 timeout {puts "TESTING ERROR 2\n";exit}
27 "\n0" 27 "total 0"
28} 28}
29after 100 29after 100
30 30
@@ -43,7 +43,7 @@ after 100
43send -- "firejail --noprofile --private --private-cache\r" 43send -- "firejail --noprofile --private --private-cache\r"
44expect { 44expect {
45 timeout {puts "TESTING ERROR 4\n";exit} 45 timeout {puts "TESTING ERROR 4\n";exit}
46 "tmpfs not mounted" 46 "Warning"
47} 47}
48sleep 1 48sleep 1
49 49