From 7be7e2d326540135273b221f594cd22057ac04dc Mon Sep 17 00:00:00 2001 From: smitsohu Date: Thu, 26 Sep 2019 01:22:59 +0200 Subject: testing: rename and simplify cf. previous commits 5bb476f74efb4754b6f5f8d711c6b77898ef9385 and 4b1a6094d7f4d9c25ff4f0f9a31bcd83732910a1 --- test/fs/private-cache.exp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/fs/private-cache.exp') 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 { } sleep 1 -send -- "ls ~/.cache | wc -l\r" +send -- "ls -l ~/.cache\r" expect { timeout {puts "TESTING ERROR 2\n";exit} - "\n0" + "total 0" } after 100 @@ -43,7 +43,7 @@ after 100 send -- "firejail --noprofile --private --private-cache\r" expect { timeout {puts "TESTING ERROR 4\n";exit} - "tmpfs not mounted" + "Warning" } sleep 1 -- cgit v1.2.3-54-g00ecf