aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2018-10-09 08:35:25 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2018-10-09 08:35:25 -0400
commit572d8af48b0618e5cdbed95a5adcc6d01a69a499 (patch)
treedf79b3053e71ef3fa888838347767fbf07f98ef6
parentmainline merge: AppArmor: Allow writing to removable media (diff)
downloadfirejail-572d8af48b0618e5cdbed95a5adcc6d01a69a499.tar.gz
firejail-572d8af48b0618e5cdbed95a5adcc6d01a69a499.tar.zst
firejail-572d8af48b0618e5cdbed95a5adcc6d01a69a499.zip
mainline merge: tests: skip audit.exp if tests are already running in a pid namespace
-rw-r--r--status5
-rwxr-xr-xtest/utils/shutdown.exp8
2 files changed, 6 insertions, 7 deletions
diff --git a/status b/status
index a0772b14c..f82a9b5bc 100644
--- a/status
+++ b/status
@@ -3,10 +3,9 @@ done: regression: fix whitelisting of symlinks to other home dirs, small improve
3done: tiny memleaks 3done: tiny memleaks
4done: incomplete fix: whitelisting of symlinks to other home dirs 4done: incomplete fix: whitelisting of symlinks to other home dirs
5done: mount empty home if macro can't be whitelisted 5done: mount empty home if macro can't be whitelisted
6done: AppArmor: Allow writing to removable media
7done: tests: skip audit.exp if tests are already running in a pid namespace
6 8
7todo: tests: skip audit.exp if tests are already running in a pid namespace (renerh)
8
9todo: AppArmor: Allow writing to removable media
10 9
11todo: configure.ac: set sysconfdir only if none was specified manually 10todo: configure.ac: set sysconfdir only if none was specified manually
12 11
diff --git a/test/utils/shutdown.exp b/test/utils/shutdown.exp
index 1d4dc9ae4..15a74f8c8 100755
--- a/test/utils/shutdown.exp
+++ b/test/utils/shutdown.exp
@@ -20,7 +20,7 @@ send -- "stty -echo\r"
20after 100 20after 100
21send -- "firejail --shutdown=shutdowntesting; echo done\r" 21send -- "firejail --shutdown=shutdowntesting; echo done\r"
22expect { 22expect {
23 timeout {puts "TESTING ERROR 4\n";exit} 23 timeout {puts "TESTING ERROR 1\n";exit}
24 "done" 24 "done"
25} 25}
26sleep 5 26sleep 5
@@ -28,15 +28,15 @@ sleep 5
28spawn $env(SHELL) 28spawn $env(SHELL)
29send -- "firejail --list;echo done\r" 29send -- "firejail --list;echo done\r"
30expect { 30expect {
31 timeout {puts "TESTING ERROR 5\n";exit} 31 timeout {puts "TESTING ERROR 2\n";exit}
32 "shutdowntesting" {puts "TESTING ERROR 6\n";exit} 32 "shutdowntesting" {puts "TESTING ERROR 3\n";exit}
33 "done" 33 "done"
34} 34}
35sleep 1 35sleep 1
36 36
37send -- "firejail --shutdown=sutdowntesting\r" 37send -- "firejail --shutdown=sutdowntesting\r"
38expect { 38expect {
39 timeout {puts "TESTING ERROR 5\n";exit} 39 timeout {puts "TESTING ERROR 4\n";exit}
40 "cannot find sandbox sutdowntesting" 40 "cannot find sandbox sutdowntesting"
41} 41}
42after 100 42after 100