From 7180f26466a2186ed7b0ccddc7133591feb97518 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Thu, 2 Jan 2020 14:05:18 +0100 Subject: tests: drop shm from whitelist-dev test as it can contain many files --- test/fs/whitelist-dev.exp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/fs') diff --git a/test/fs/whitelist-dev.exp b/test/fs/whitelist-dev.exp index 1df8c361c..09448e03a 100755 --- a/test/fs/whitelist-dev.exp +++ b/test/fs/whitelist-dev.exp @@ -23,17 +23,17 @@ after 100 send -- "exit\r" sleep 1 -send -- "firejail --whitelist=/dev/null --whitelist=/dev/shm --whitelist=/dev/random\r" +send -- "firejail --whitelist=/dev/null --whitelist=/dev/random\r" expect { timeout {puts "TESTING ERROR 2\n";exit} "Child process initialized" } sleep 1 -send -- "find /dev | wc -l\r" +send -- "ls /dev | wc -l\r" expect { timeout {puts "TESTING ERROR 3\n";exit} - "1" + "2" } after 100 send -- "exit\r" -- cgit v1.2.3-54-g00ecf