summaryrefslogtreecommitdiffstats
path: root/tests/ipedma/ipecamera-frame.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ipedma/ipecamera-frame.sh')
-rwxr-xr-xtests/ipedma/ipecamera-frame.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ipedma/ipecamera-frame.sh b/tests/ipedma/ipecamera-frame.sh
index 9862432..5e72c6c 100755
--- a/tests/ipedma/ipecamera-frame.sh
+++ b/tests/ipedma/ipecamera-frame.sh
@@ -5,7 +5,7 @@ TESTS_PATH="`( cd \"$TESTS_PATH\" && pwd )`"
function pci {
PCILIB_PATH=$TESTS_PATH/../..
- LD_LIBRARY_PATH="$PCILIB_PATH" $PCILIB_PATH/pci -m ipedma $*
+ LD_LIBRARY_PATH="$PCILIB_PATH/pcilib" $PCILIB_PATH/pcitool/pci -m ipedma $*
}