From 104287ebe359df4ece3fffc4b2cdbcc25528bdf8 Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Thu, 15 Nov 2007 20:47:52 +0000
Subject: [PATCH] b=13628 i=nathan.rutman

pass DIR and DIR2 to lockorder.sh
---
 lustre/tests/sanityN.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/tests/sanityN.sh b/lustre/tests/sanityN.sh
index d7daf0b4c2..454b644b50 100644
--- a/lustre/tests/sanityN.sh
+++ b/lustre/tests/sanityN.sh
@@ -232,7 +232,7 @@ test_11() {
 run_test 11 "execution of file opened for write should return error ===="
 
 test_12() {
-       sh lockorder.sh
+       DIR=$DIR DIR2=$DIR2 sh lockorder.sh
 }
 run_test 12 "test lock ordering (link, stat, unlink) ==========="
 
-- 
GitLab