Browse Source

Zero on success

Bob Mottram 8 years ago
parent
commit
2fd24df9a1
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      tests/check-uniq-names.sh

+ 1
- 0
tests/check-uniq-names.sh View File

@@ -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