[Groonga-mysql-commit] mroonga/mroonga [master] test: fix mismatch between condition and error message

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed Oct 24 11:04:02 JST 2012


HAYASHI Kentaro	2012-10-24 11:04:02 +0900 (Wed, 24 Oct 2012)

  New Revision: 559d9f75838860dce7665fb607fbc80f2ddb5572
  https://github.com/mroonga/mroonga/commit/559d9f75838860dce7665fb607fbc80f2ddb5572

  Log:
    test: fix mismatch between condition and error message

  Modified files:
    test/sql/Makefile.am

  Modified: test/sql/Makefile.am (+1 -1)
===================================================================
--- test/sql/Makefile.am    2012-10-24 10:59:27 +0900 (9720686)
+++ test/sql/Makefile.am    2012-10-24 11:04:02 +0900 (d3f0a51)
@@ -1,5 +1,5 @@
 dist-hook:
-	if [ -z "`find suite -name '*.reject'`" ]; then		\
+	if [ -n "`find suite -name '*.reject'`" ]; then		\
 	  echo "reject files exist";				\
 	  exit 1;						\
 	fi
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index