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_help.exp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 test/option_help.exp (limited to 'test/option_help.exp') diff --git a/test/option_help.exp b/test/option_help.exp deleted file mode 100755 index f4518219c..000000000 --- a/test/option_help.exp +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/expect -f - -set timeout 10 -spawn $env(SHELL) -match_max 100000 - -send -- "firejail --help\r" -expect { - timeout {puts "TESTING ERROR 0\n";exit} - "License GPL version 2 or later" -} -after 100 - -send -- "firejail -?\r" -expect { - timeout {puts "TESTING ERROR 0\n";exit} - "License GPL version 2 or later" -} -after 100 - -puts "\n" - -- cgit v1.2.3-70-g09d2