From 37a5a3545ef6d8d03dad8bbd888f53e13274c9e5 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 5 May 2016 10:22:18 -0400 Subject: testing --- test/option_blacklist.exp | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100755 test/option_blacklist.exp (limited to 'test/option_blacklist.exp') diff --git a/test/option_blacklist.exp b/test/option_blacklist.exp deleted file mode 100755 index b80d0cc60..000000000 --- a/test/option_blacklist.exp +++ /dev/null @@ -1,35 +0,0 @@ -#!/usr/bin/expect -f - -set timeout 10 -spawn $env(SHELL) -match_max 100000 - -send -- "firejail --blacklist=/var\r" -expect { - timeout {puts "TESTING ERROR 0\n";exit} - "Child process initialized" -} -sleep 1 - -send -- "ls -l /var;pwd\r" -expect { - timeout {puts "TESTING ERROR 1\n";exit} - "Permission denied" -} -expect { - timeout {puts "TESTING ERROR 2\n";exit} - "home" -} -send -- "cd /var;pwd\r" -expect { - timeout {puts "TESTING ERROR 3\n";exit} - "Permission denied" -} -expect { - timeout {puts "TESTING ERROR 4\n";exit} - "home" -} -sleep 1 - -puts "\n" - -- cgit v1.2.3-54-g00ecf