summaryrefslogtreecommitdiff
path: root/libvxi11client/perlbits
diff options
context:
space:
mode:
authordaniel <danieruru@gmail.com>2013-01-29 01:21:57 +0900
committerdaniel <danieruru@gmail.com>2013-01-29 01:21:57 +0900
commitee487e4a6e3f62fc24a030a3b9ed1d6a72c4c611 (patch)
tree6f995634ee40206e81db9d335e3c78b638a80578 /libvxi11client/perlbits
parent7233131b3787a6fc326e959629c1b8f4109ea40f (diff)
Make the perl test script pass on the BB server
Diffstat (limited to 'libvxi11client/perlbits')
-rw-r--r--libvxi11client/perlbits/VXI11-Client.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvxi11client/perlbits/VXI11-Client.t b/libvxi11client/perlbits/VXI11-Client.t
index 695540e..bbb6f3b 100644
--- a/libvxi11client/perlbits/VXI11-Client.t
+++ b/libvxi11client/perlbits/VXI11-Client.t
@@ -38,7 +38,7 @@ is($instr->vxi_disable_srq(), 1, "Disable interrupts");
is($instr->vxi_destroy_intr_chan(), 1, "Destroy intr channel");
is($instr->vxi_abort(), 1, "Abort");
is($instr->vxi_clear(), 1, "Clear");
-is($instr->vxi_trigger(), 1, "Trigger");
+is($instr->vxi_trigger(), -8, "Trigger"); #Not supported by the bb
is($instr->vxi_local(), 1, "Local");
is($instr->vxi_remote(), 1, "Remote");
my ($ret, $dataout, $dataoutlen) = $instr->vxi_docmd(1);