Browse Source

Make an exception for prosody

Bob Mottram 7 years ago
parent
commit
622b3af99f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/output.sh

+ 1
- 1
tests/output.sh View File

@@ -487,7 +487,7 @@ time, are stored in the following directories by default:\n\n/lib\n/lib64\n/usr/
487 487
               fi
488 488
               find -L /lib  \! -user root  -exec ls -l {} \; | grep -v '> /dev/null'
489 489
               find -L /lib64  \! -user root  -exec ls -l {} \;
490
-              find -L /usr/lib  \! -user root  -exec ls -l {} \;
490
+              find -L /usr/lib -path /usr/lib/prosody -prune -o \! -user root  -exec ls -l {} \;
491 491
               if [ -d /usr/lib64 ]; then
492 492
                   find -L /usr/lib64  \! -user root  -exec ls -l {} \;
493 493
               fi