From 19b8ec07cd5fb0f9474fcc96127c34b503b2ac40 Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Thu, 15 Nov 2007 20:52:36 +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 33b33d41f0..a0175e7808 100644
--- a/lustre/tests/sanityN.sh
+++ b/lustre/tests/sanityN.sh
@@ -238,7 +238,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