fix EPICS_HOST_ARCH=linux-x86 problem in pvDataCPP/test

add auxFd in testLinkedList.cpp so that test dopes not show extra info
This commit is contained in:
Marty Kraimer
2010-11-10 06:37:18 -05:00
parent 2b3701ab1c
commit 8f082c5ea6
9 changed files with 58 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
eval 'exec perl -S $0 ${1+"$@"}' # -*- Mode: perl -*-
if $running_under_some_shell; # testPVStructureArray.pl
$EPICS_HOST_ARCH = "linux-x86";
use Env;
system ("rm testPVStructureArray");
system ("rm testPVStructureArrayDiff");
system ("../bin/${EPICS_HOST_ARCH}/testPVStructureArray testPVStructureArray");