From a3bf167404043700ec3b561c3c9b1f7a10f35632 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 5 Oct 2020 11:20:43 -0400 Subject: testing --- test/appimage/appimage-args.exp | 4 ++-- test/appimage/appimage-v1.exp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test/appimage') diff --git a/test/appimage/appimage-args.exp b/test/appimage/appimage-args.exp index 03c7218ac..cee01d509 100755 --- a/test/appimage/appimage-args.exp +++ b/test/appimage/appimage-args.exp @@ -56,7 +56,7 @@ expect { sleep 2 spawn $env(SHELL) -send -- "firemon --seccomp --nowrap\r" +send -- "firemon --seccomp --wrap\r" expect { timeout {puts "TESTING ERROR 8\n";exit} "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit} @@ -71,7 +71,7 @@ expect { "name=blablabla" } after 100 -send -- "firemon --caps --nowrap\r" +send -- "firemon --caps --wrap\r" expect { timeout {puts "TESTING ERROR 11\n";exit} "appimage Leafpad" diff --git a/test/appimage/appimage-v1.exp b/test/appimage/appimage-v1.exp index 7b6fa2120..80e228145 100755 --- a/test/appimage/appimage-v1.exp +++ b/test/appimage/appimage-v1.exp @@ -44,7 +44,7 @@ expect { sleep 2 spawn $env(SHELL) -send -- "firemon --seccomp --nowrap\r" +send -- "firemon --seccomp --wrap\r" expect { timeout {puts "TESTING ERROR 5\n";exit} "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit} @@ -59,7 +59,7 @@ expect { "name=blablabla" } after 100 -send -- "firemon --caps --nowrap\r" +send -- "firemon --caps --wrap\r" expect { timeout {puts "TESTING ERROR 6\n";exit} "appimage Leafpad" -- cgit v1.2.3-54-g00ecf