From 6f4da149a2aff4f2ac42dc8a488eeef5642beb11 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 1 Aug 2016 14:40:36 -0400 Subject: fixed make test-profile broken by previous commit --- test/profiles/test-profile.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/profiles/test-profile.exp') diff --git a/test/profiles/test-profile.exp b/test/profiles/test-profile.exp index 590b42652..a6b4a5aad 100755 --- a/test/profiles/test-profile.exp +++ b/test/profiles/test-profile.exp @@ -13,10 +13,10 @@ if { $argc != 1 } { exit } -send -- "firejail --profile=$argv /bin/bash\r" +send -- "firejail --profile=$argv echo done\r" expect { timeout {puts "TESTING ERROR 0\n";exit} - "Child process initialized" + "done" } send -- "exit\r" after 100 -- cgit v1.2.3-54-g00ecf