From fc116c063938d5e141d5fbc38e8013d9832ef315 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 15 Sep 2016 09:59:11 -0400 Subject: testing --- test/option_bind_directory.exp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 test/option_bind_directory.exp (limited to 'test/option_bind_directory.exp') diff --git a/test/option_bind_directory.exp b/test/option_bind_directory.exp deleted file mode 100755 index 3233c68de..000000000 --- a/test/option_bind_directory.exp +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/expect -f - -set timeout 10 -spawn $env(SHELL) -match_max 100000 - -send -- "firejail --bind=/tmp/chroot,mntpoint\r" -expect { - timeout {puts "TESTING ERROR 0\n";exit} - "Child process initialized" -} -sleep 1 - -send -- "ls mntpoint;pwd\r" -expect { - timeout {puts "TESTING ERROR 1\n";exit} - "root" -} -sleep 1 - -puts "\n" - -- cgit v1.2.3-54-g00ecf