From 2626263c69d8b0e9628da7cbc06b635b4bf2ef06 Mon Sep 17 00:00:00 2001 From: startx2017 Date: Mon, 14 May 2018 09:34:21 -0400 Subject: remove unused files --- test/fscheck-shell.exp | 69 -------------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100755 test/fscheck-shell.exp (limited to 'test/fscheck-shell.exp') diff --git a/test/fscheck-shell.exp b/test/fscheck-shell.exp deleted file mode 100755 index 6a3b5829c..000000000 --- a/test/fscheck-shell.exp +++ /dev/null @@ -1,69 +0,0 @@ -#!/usr/bin/expect -f - -set timeout 10 -spawn $env(SHELL) -match_max 100000 - -# dir -send -- "firejail --net=br0 --shell=fscheck-dir\r" -expect { - timeout {puts "TESTING ERROR 0\n";exit} - "Error" -} -after 100 - -# .. -send -- "firejail --net=br0 --shell=../test/fscheck-dir\r" -expect { - timeout {puts "TESTING ERROR 1\n";exit} - "Error" -} -after 100 - -# dir link -send -- "firejail --net=br0 --shell=fscheck-dir-link\r" -expect { - timeout {puts "TESTING ERROR 2\n";exit} - "Error" -} -after 100 - -# .. -send -- "firejail --net=br0 --shell=../test/fscheck-dir-link\r" -expect { - timeout {puts "TESTING ERROR 3\n";exit} - "Error" -} -after 100 - -# file link -#send -- "firejail --net=br0 --shell=fscheck-file-link\r" -#expect { -# timeout {puts "TESTING ERROR 4\n";exit} -# "Error" -#} -#after 100 - -# .. -send -- "firejail --net=br0 --shell=../test/fscheck-file-link\r" -expect { - timeout {puts "TESTING ERROR 5\n";exit} - "Error" -} -after 100 - -# no file -send -- "firejail --net=br0 --shell=../test/nofile\r" -expect { - timeout {puts "TESTING ERROR 6\n";exit} - "Error" -} -after 100 - -# real GID/UID -send -- "firejail --net=br0 --shell=/etc/shadow\r" -expect { - timeout {puts "TESTING ERROR 7\n";exit} - "Error" -} -after 100 -- cgit v1.2.3-54-g00ecf