aboutsummaryrefslogtreecommitdiffstats
path: root/test/ignore.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-13 07:50:40 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-13 07:50:40 -0500
commit4a8a6eff0ee1633b28f0302e5bd356790110b28b (patch)
treea6a2dccce6f7ca30cb1dc144cb224243f5903f59 /test/ignore.exp
parentremoved exclude-token from profile include (diff)
downloadfirejail-4a8a6eff0ee1633b28f0302e5bd356790110b28b.tar.gz
firejail-4a8a6eff0ee1633b28f0302e5bd356790110b28b.tar.zst
firejail-4a8a6eff0ee1633b28f0302e5bd356790110b28b.zip
support for kde and server programs
Diffstat (limited to 'test/ignore.exp')
-rwxr-xr-xtest/ignore.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ignore.exp b/test/ignore.exp
index ab7f0655f..8f8076fb3 100755
--- a/test/ignore.exp
+++ b/test/ignore.exp
@@ -30,7 +30,7 @@ sleep 1
30send -- "ps aux | wc -l\r" 30send -- "ps aux | wc -l\r"
31expect { 31expect {
32 timeout {puts "TESTING ERROR 4\n";exit} 32 timeout {puts "TESTING ERROR 4\n";exit}
33 "4" 33 "5"
34} 34}
35sleep 1 35sleep 1
36send -- "exit\r" 36send -- "exit\r"