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/firemon-cgroup.exp | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100755 test/firemon-cgroup.exp (limited to 'test/firemon-cgroup.exp') diff --git a/test/firemon-cgroup.exp b/test/firemon-cgroup.exp deleted file mode 100755 index 482905bb3..000000000 --- a/test/firemon-cgroup.exp +++ /dev/null @@ -1,39 +0,0 @@ -#!/usr/bin/expect -f - -set timeout 10 -spawn $env(SHELL) -match_max 100000 - -send -- "firejail --name=bingo1 --cgroup=/sys/fs/cgroup/g1/tasks\r" -expect { - timeout {puts "TESTING ERROR 0\n";exit} - "Child process initialized" -} -sleep 1 - -spawn $env(SHELL) -send -- "firejail --name=bingo2\r" -expect { - timeout {puts "TESTING ERROR 0\n";exit} - "Child process initialized" -} -sleep 1 - - -spawn $env(SHELL) -send -- "firemon --cgroup\r" -expect { - timeout {puts "TESTING ERROR 1\n";exit} - "bingo1" -} -expect { - timeout {puts "TESTING ERROR 2\n";exit} - ":/g1" -} -expect { - timeout {puts "TESTING ERROR 3\n";exit} - "bingo2" -} -sleep 1 - -puts "\n" -- cgit v1.2.3-70-g09d2