From 18a4af4f770ab100e3e755647d38b04d68357082 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 14 Feb 2023 16:11:39 -0500 Subject: testing --name --- test/utils/join2.exp | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100755 test/utils/join2.exp (limited to 'test/utils/join2.exp') diff --git a/test/utils/join2.exp b/test/utils/join2.exp deleted file mode 100755 index 5f5a6bfe0..000000000 --- a/test/utils/join2.exp +++ /dev/null @@ -1,42 +0,0 @@ -#!/usr/bin/expect -f -# This file is part of Firejail project -# Copyright (C) 2014-2022 Firejail Authors -# License GPL v2 - -set timeout 10 -cd /home -spawn $env(SHELL) -match_max 100000 - -send -- "firejail --name=\"join testing\"\r" -expect { - timeout {puts "TESTING ERROR 0\n";exit} - -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" -} -sleep 2 - -spawn $env(SHELL) -send -- "firejail --join=\"join testing\"\r" -expect { - timeout {puts "TESTING ERROR 1\n";exit} - "Switching to pid" -} -expect { - timeout {puts "TESTING ERROR 2\n";exit} - -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" -} -sleep 1 -send -- "ps aux\r" -expect { - timeout {puts "TESTING ERROR 3\n";exit} - "/bin/bash" -} -expect { - timeout {puts "TESTING ERROR 4\n";exit} - "/bin/bash" -} - -send -- "exit\r" -after 100 - -puts "\nall done\n" -- cgit v1.2.3-70-g09d2