From 12d64e7151e633f50e86b283c24cf85db7f1db41 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 30 Aug 2017 11:08:37 -0400 Subject: removed zsh from travis test suite, fixed handling of /dev/shm whitelist for Debian wheezy and Ubuntu 14.04 --- test/fs/whitelist-dev.exp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/fs/whitelist-dev.exp b/test/fs/whitelist-dev.exp index b064671b6..b6ae6319f 100755 --- a/test/fs/whitelist-dev.exp +++ b/test/fs/whitelist-dev.exp @@ -25,14 +25,14 @@ sleep 1 send -- "firejail --whitelist=/dev/null --whitelist=/dev/shm --whitelist=/dev/random\r" expect { - timeout {puts "TESTING ERROR 0\n";exit} + timeout {puts "TESTING ERROR 2\n";exit} "Child process initialized" } sleep 1 send -- "find /dev | wc -l\r" expect { - timeout {puts "TESTING ERROR 0.1\n";exit} + timeout {puts "TESTING ERROR 3\n";exit} "4" } after 100 @@ -41,14 +41,14 @@ sleep 1 send -- "firejail --private-dev --debug\r" expect { - timeout {puts "TESTING ERROR 2\n";exit} + timeout {puts "TESTING ERROR 4\n";exit} "Child process initialized" } sleep 1 send -- "ls -l /dev | wc -l\r" expect { - timeout {puts "TESTING ERROR 3\n";exit} + timeout {puts "TESTING ERROR 5\n";exit} "12" {puts "OK\n"} "13" {puts "OK\n"} "14" {puts "OK\n"} -- cgit v1.2.3-54-g00ecf