From 3cc86927c990f85326d4b6f6b8b9d8ee9d8613e5 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 13 Jun 2016 12:04:35 -0400 Subject: testing --- test/extract_command.exp | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 test/extract_command.exp (limited to 'test/extract_command.exp') diff --git a/test/extract_command.exp b/test/extract_command.exp deleted file mode 100755 index 851b793c9..000000000 --- a/test/extract_command.exp +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/expect -f - -set timeout 10 -spawn $env(SHELL) -match_max 100000 - -send -- "firejail --debug ls -al\r" -expect { - timeout {puts "TESTING ERROR 0\n";exit} - "Reading profile /etc/firejail/default.profile" -} -expect { - timeout {puts "TESTING ERROR 2\n";exit} - "Child process initialized" -} -expect { - timeout {puts "TESTING ERROR 2\n";exit} - "Parent is shutting down, bye" -} -sleep 1 - -puts "\nall done\n" - -- cgit v1.2.3-70-g09d2