These three wrappers all pointed at the quota test.  This patch
updates the wrappers to run the appropriate tests.

Signed-off-by: Eric B Munson <[email protected]>
---
 tests/fadvise_reserve.sh   |    2 +-
 tests/madvise_reserve.sh   |    2 +-
 tests/readahead_reserve.sh |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/fadvise_reserve.sh b/tests/fadvise_reserve.sh
index f24944c..74496ec 100755
--- a/tests/fadvise_reserve.sh
+++ b/tests/fadvise_reserve.sh
@@ -9,6 +9,6 @@ if [ $? -eq 1 ]; then
        exit $RC_FAIL
 else
        EXP_RC=$RC_PASS
-       exec_and_check $EXP_RC quota "$@"
+       exec_and_check $EXP_RC fadvise_reserve "$@"
 fi
 
diff --git a/tests/madvise_reserve.sh b/tests/madvise_reserve.sh
index 4a88ade..cfe582d 100755
--- a/tests/madvise_reserve.sh
+++ b/tests/madvise_reserve.sh
@@ -9,6 +9,6 @@ if [ $? -eq 1 ]; then
        exit $RC_FAIL
 else
        EXP_RC=$RC_PASS
-       exec_and_check $EXP_RC quota "$@"
+       exec_and_check $EXP_RC madvise_reserve "$@"
 fi
 
diff --git a/tests/readahead_reserve.sh b/tests/readahead_reserve.sh
index 831cceb..5ab7400 100755
--- a/tests/readahead_reserve.sh
+++ b/tests/readahead_reserve.sh
@@ -9,6 +9,6 @@ if [ $? -eq 1 ]; then
        exit $RC_FAIL
 else
        EXP_RC=$RC_PASS
-       exec_and_check $EXP_RC quota "$@"
+       exec_and_check $EXP_RC readahead_reserve "$@"
 fi
 
-- 
1.6.3.3


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Libhugetlbfs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel

Reply via email to