From 5f6fb4e4e77f121e0756744df8498520d4deddb8 Mon Sep 17 00:00:00 2001
From: "Suren A. Chilingaryan" <csa@suren.me>
Date: Mon, 20 Apr 2015 23:14:03 +0200
Subject: Fix scripts

---
 tests/ipedma/ipecamera-frame.sh | 2 +-
 tests/ipedma/ipecamera-test.sh  | 4 ++--
 tests/ipedma/test.sh            | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/ipedma/ipecamera-frame.sh b/tests/ipedma/ipecamera-frame.sh
index f34fe93..9862432 100755
--- a/tests/ipedma/ipecamera-frame.sh
+++ b/tests/ipedma/ipecamera-frame.sh
@@ -4,7 +4,7 @@ TESTS_PATH="`dirname \"$0\"`"
 TESTS_PATH="`( cd \"$TESTS_PATH\" && pwd )`"
 
 function pci {
-    PCILIB_PATH=$TESTS_PATH/../../..
+    PCILIB_PATH=$TESTS_PATH/../..
     LD_LIBRARY_PATH="$PCILIB_PATH" $PCILIB_PATH/pci -m ipedma $*
 }
 
diff --git a/tests/ipedma/ipecamera-test.sh b/tests/ipedma/ipecamera-test.sh
index e700884..3984c82 100755
--- a/tests/ipedma/ipecamera-test.sh
+++ b/tests/ipedma/ipecamera-test.sh
@@ -3,7 +3,7 @@
 size=65536
 
 function pci {
-    PCILIB_PATH=`pwd`/../../..
+    PCILIB_PATH=`pwd`/../..
     LD_LIBRARY_PATH="$PCILIB_PATH" $PCILIB_PATH/pci -m ipedma $*
 }
 
@@ -37,4 +37,4 @@ done
 
 pci --stop-dma dma0r
 
-../../../apps/check_counter bench.out
+../../apps/check_counter bench.out
diff --git a/tests/ipedma/test.sh b/tests/ipedma/test.sh
index 497e101..4054f8a 100755
--- a/tests/ipedma/test.sh
+++ b/tests/ipedma/test.sh
@@ -3,7 +3,7 @@
 size=65536
 
 function pci {
-    PCILIB_PATH=`pwd`/../../..
+    PCILIB_PATH=`pwd`/../..
     LD_LIBRARY_PATH="$PCILIB_PATH" $PCILIB_PATH/pci -m ipedma $*
 }
 
@@ -35,6 +35,6 @@ done
 echo "Stopping DMA..."
 pci --stop-dma dma0r
 
-../../../apps/check_counter bench.out
+../../apps/check_counter bench.out
 
 #pci -r 0 -s 32
-- 
cgit v1.2.3