Navigation Menu

Skip to content

Commit

Permalink
test: fix mismatch between condition and error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Oct 24, 2012
1 parent 6bddaa7 commit 559d9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sql/Makefile.am
@@ -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
Expand Down

0 comments on commit 559d9f7

Please sign in to comment.