From 2905b9f9ab5c5ed6f9210d1d843a8bcf41451854 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 23 Apr 2016 08:53:07 -0400 Subject: make test-utils --- test/option_list.exp | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100755 test/option_list.exp (limited to 'test/option_list.exp') diff --git a/test/option_list.exp b/test/option_list.exp deleted file mode 100755 index b9c73e52b..000000000 --- a/test/option_list.exp +++ /dev/null @@ -1,48 +0,0 @@ -#!/usr/bin/expect -f - -set timeout 10 -spawn $env(SHELL) -match_max 100000 - -send -- "firejail\r" -expect { - timeout {puts "TESTING ERROR 0\n";exit} - "Child process initialized" -} -after 100 - -spawn $env(SHELL) -send -- "firejail\r" -expect { - timeout {puts "TESTING ERROR 1\n";exit} - "Child process initialized" -} -after 100 - -spawn $env(SHELL) -send -- "firejail\r" -expect { - timeout {puts "TESTING ERROR 2\n";exit} - "Child process initialized" -} -sleep 1 - -spawn $env(SHELL) -send -- "firejail --list\r" -expect { - timeout {puts "TESTING ERROR 3\n";exit} - ":firejail" -} -expect { - timeout {puts "TESTING ERROR 4\n";exit} - ":firejail" -} -expect { - timeout {puts "TESTING ERROR 5\n";exit} - ":firejail" -} -after 100 - - -puts "\n" - -- cgit v1.2.3-54-g00ecf