From f3d548ca370c32c1df97628a2117cd79aae6f710 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 19 Jan 2023 07:56:13 -0500 Subject: cleanup --- test/fs/whitelist-dev.exp | 2 +- test/fs/whitelist.exp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/fs') diff --git a/test/fs/whitelist-dev.exp b/test/fs/whitelist-dev.exp index 049698b99..fb91c4678 100755 --- a/test/fs/whitelist-dev.exp +++ b/test/fs/whitelist-dev.exp @@ -39,7 +39,7 @@ after 100 send -- "exit\r" sleep 1 -send -- "firejail --private-dev --debug\r" +send -- "firejail --private-dev\r" expect { timeout {puts "TESTING ERROR 4\n";exit} -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" diff --git a/test/fs/whitelist.exp b/test/fs/whitelist.exp index 8e98b9dfa..f35744a9c 100755 --- a/test/fs/whitelist.exp +++ b/test/fs/whitelist.exp @@ -33,7 +33,7 @@ after 200 send -- "ln -s ~/fjtest-dir ~/fjtest-dir-lnk\r" after 200 -send -- "firejail --whitelist=~/fjtest-file --whitelist=~/fjtest-dir --debug\r" +send -- "firejail --whitelist=~/fjtest-file --whitelist=~/fjtest-dir\r" expect { timeout {puts "TESTING ERROR 0\n";exit} -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" -- cgit v1.2.3-54-g00ecf