diff options
Diffstat (limited to 'tests/ipedma/test.sh')
-rwxr-xr-x | tests/ipedma/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ipedma/test.sh b/tests/ipedma/test.sh index 4054f8a..62c391a 100755 --- a/tests/ipedma/test.sh +++ b/tests/ipedma/test.sh @@ -4,7 +4,7 @@ size=65536 function pci { PCILIB_PATH=`pwd`/../.. - LD_LIBRARY_PATH="$PCILIB_PATH" $PCILIB_PATH/pci -m ipedma $* + LD_LIBRARY_PATH="$PCILIB_PATH/pcilib" $PCILIB_PATH/pcitool/pci -m ipedma $* } |