gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/tests


From: gsasl-commit
Subject: CVS gsasl/tests
Date: Sat, 18 Sep 2004 21:13:29 +0200

Update of /home/cvs/gsasl/tests
In directory dopio:/tmp/cvs-serv890

Modified Files:
        threadsafety 
Log Message:
Fix.


--- /home/cvs/gsasl/tests/threadsafety  2004/09/18 18:54:16     1.2
+++ /home/cvs/gsasl/tests/threadsafety  2004/09/18 19:13:29     1.3
@@ -37,4 +37,8 @@
 done
 cmd="${cmd})[^_0-9a-z]*\("
 
-! egrep $cmd $FILES
+if egrep $cmd $FILES; then
+    exit 1
+fi
+
+exit 0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]