Bob Mottram hace 8 años
padre
commit
22a7378852
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      tests/check-gids.sh

+ 1
- 1
tests/check-gids.sh Ver fichero

@@ -1,5 +1,5 @@
1 1
 #!/bin/bash
2 2
 
3
-if [ $(pwck -r | grep "no group" | wc -l) -ne 0 ];then
3
+if [ $(pwck -r | sed '/nonexist/d' | sed '/\/home\//d' | sed '/\/run\//d' | sed '/no changes/d' | grep "no group" | wc -l) -ne 0 ];then
4 4
         exit 1
5 5
 fi