mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 06:06:02 -06:00
tests: fix check for modules directory
'modules' can also be seen as a sub-directory, e.g.
./powerpc64le-linux-gnu/gio/modules/libgiolibproxy.so
(cherry picked from commit 78e8d3834a)
This commit is contained in:
parent
018a2f589a
commit
51ba949ab5
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ after 100
|
|||
send -- "cd /lib; find .\r"
|
||||
expect {
|
||||
timeout {puts "TESTING ERROR 5\n";exit}
|
||||
"/modules" {puts "TESTING ERROR 6\n";exit}
|
||||
"/firmware" {puts "TESTING ERROR 7\n";exit}
|
||||
"./modules" {puts "TESTING ERROR 6\n";exit}
|
||||
"./firmware" {puts "TESTING ERROR 7\n";exit}
|
||||
"libc.so"
|
||||
}
|
||||
after 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue