[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS gss/tests
From: |
gss-commit |
Subject: |
CVS gss/tests |
Date: |
Fri, 15 Oct 2004 15:03:14 +0200 |
Update of /home/cvs/gss/tests
In directory dopio:/tmp/cvs-serv6842
Modified Files:
threadsafety
Log Message:
Fix.
--- /home/cvs/gss/tests/threadsafety 2004/09/16 23:04:28 1.1
+++ /home/cvs/gss/tests/threadsafety 2004/10/15 13:03:14 1.2
@@ -37,4 +37,8 @@
done
cmd="${cmd})[^_0-9a-z]*\("
-! egrep $cmd $FILES
+if egrep $cmd $FILES; then
+ exit 1
+fi
+
+exit 0