Adjust tests run for OpenILS.
authordjfiander <djfiander>
Fri, 28 Jul 2006 23:05:35 +0000 (23:05 +0000)
committerdjfiander <djfiander>
Fri, 28 Jul 2006 23:05:35 +0000 (23:05 +0000)
t/Makefile

index 57be00e..9f2e248 100644 (file)
@@ -7,9 +7,10 @@ TESTS = 00sc_status.t 01patron_status.t 02patron_info.t 03checkout.t \
        08checkin.t 09renew.t 10renew_all.t 11item_info.t
 
 OILS_TESTS = 00sc_status.t 01patron_status.t 02patron_info.t 03checkout.t \
-       06patron_enable.t 08checkin.t 09renew.t 11item_info.t 05block_patron.t
+       08checkin.t 09renew.t 11item_info.t 05block_patron.t
 
 test-openils:
        prove -I.. $(OILS_TESTS)
+
 test:
        prove -I.. $(TESTS)