Explorar el Código

Zero on success

Bob Mottram hace 8 años
padre
commit
2fd24df9a1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      tests/check-uniq-names.sh

+ 1
- 0
tests/check-uniq-names.sh Ver fichero

@@ -3,3 +3,4 @@
3 3
 if [ $(pwck -r | sed '/nonexist/d' | sed '/\/home\//d' | sed '/\/run\//d' | sed '/no changes/d' | wc -l ) -ne 0 ];then
4 4
         exit 1
5 5
 fi
6
+exit 0