From bb14c205b562f6162aadff969540a956aacc0bd1 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 19 Jun 2022 20:03:14 -0400 Subject: shell none set as default (6) --- test/environment/zsh.exp | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100755 test/environment/zsh.exp (limited to 'test/environment/zsh.exp') diff --git a/test/environment/zsh.exp b/test/environment/zsh.exp deleted file mode 100755 index 9f871ea54..000000000 --- a/test/environment/zsh.exp +++ /dev/null @@ -1,34 +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 --private --shell=/bin/zsh\r" -expect { - timeout {puts "TESTING ERROR 0\n";exit} - -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" -} -sleep 1 - -send -- "env | grep SHELL;pwd\r" -expect { - timeout {puts "TESTING ERROR 1\n";exit} - "SHELL" -} -expect { - timeout {puts "TESTING ERROR 2\n";exit} - "/bin/zsh" -} -expect { - timeout {puts "TESTING ERROR 3\n";exit} - "home" -} -send -- "exit\r" -after 100 - -puts "\nall done\n" -- cgit v1.2.3-70-g09d2