fix a typo causing the testsuite not to run

This commit is contained in:
Sylvestre Ledru 2017-01-07 10:24:31 +00:00
parent f6d87b0d5d
commit b0c28d110c

2
debian/rules vendored
View File

@ -84,7 +84,7 @@ ifeq (,$(filter-out $(DEB_HOST_ARCH), powerpc s390x))
endif
RUN_TEST=yes
ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
RUN_TEST=no
endif