From ee487e4a6e3f62fc24a030a3b9ed1d6a72c4c611 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 29 Jan 2013 01:21:57 +0900 Subject: Make the perl test script pass on the BB server --- libvxi11client/perlbits/VXI11-Client.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit