From 63e16bfcd9f79c63f3801f51df4840f74fa6f41b Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 13 Nov 2016 10:47:20 -0500 Subject: major cleanup and testing --- test/appimage/appimage-v1.exp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/appimage/appimage-v1.exp') diff --git a/test/appimage/appimage-v1.exp b/test/appimage/appimage-v1.exp index 88687ae2a..503da2b9b 100755 --- a/test/appimage/appimage-v1.exp +++ b/test/appimage/appimage-v1.exp @@ -7,7 +7,7 @@ set timeout 10 spawn $env(SHELL) match_max 100000 -send -- "firejail --appimage Leafpad-0.8.17-x86_64.AppImage\r" +send -- "firejail --name=appimage-test --appimage Leafpad-0.8.17-x86_64.AppImage\r" expect { timeout {puts "TESTING ERROR 1\n";exit} "Child process initialized" @@ -77,5 +77,9 @@ expect { } after 100 +spawn $env(SHELL) +send -- "firejail --shutdown=appimage-test\r" +sleep 3 + puts "\nall done\n" -- cgit v1.2.3-54-g00ecf