summaryrefslogtreecommitdiff
path: root/libvxi11client/perlbits/VXI11-Client.t
diff options
context:
space:
mode:
Diffstat (limited to 'libvxi11client/perlbits/VXI11-Client.t')
-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);