From 1724b3bd7fd86876b244cbaf3e4e3a1d005b843d Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 24 Apr 2016 06:37:12 -0400 Subject: testing --- test/option-trace.exp | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100755 test/option-trace.exp (limited to 'test/option-trace.exp') diff --git a/test/option-trace.exp b/test/option-trace.exp deleted file mode 100755 index 38038b58e..000000000 --- a/test/option-trace.exp +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/expect -f - -set timeout 10 -spawn $env(SHELL) -match_max 100000 - -send -- "firejail --trace\r" -expect { - timeout {puts "TESTING ERROR 0\n";exit} - "Child process initialized" -} -expect { - timeout {puts "TESTING ERROR 1\n";exit} - "bash:open /dev/tty" {puts "64bit\n"} - "bash:open64 /dev/tty" {puts "32bit\n"} -} -expect { - timeout {puts "TESTING ERROR 3\n";exit} - "bash:access /etc/terminfo/x/xterm" {puts "debian\n"} - "bash:access /usr/share/terminfo/x/xterm" {puts "arch\n"} -} - -sleep 1 - -puts "\nall done\n" -- cgit v1.2.3-54-g00ecf