summaryrefslogtreecommitdiff
blob: 217a4408e2ff902ff4d0696ca387675bccaec0f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
do not let the tests try reading/locking usb hardware.  we also disable
this because the test will abort() if no usb support is found at all.

--- a/testsuite/sanei/sanei_usb_test.c
+++ b/testsuite/sanei/sanei_usb_test.c
@@ -832,6 +832,8 @@ main (int argc, char **argv)
   int detected, opened, i;
   SANE_Int dn[MAX_DEVICES];
 
+  return 77;
+
 #ifdef HAVE_LIBUSB
   printf ("\n%s built with old libusb\n\n", argv[0]);
 #endif