From 0d2a2d3db3c7eaf6268f9a49dfb318768b695fe6 Mon Sep 17 00:00:00 2001 From: wangdi Date: Sat, 9 Jul 2005 03:19:27 +0000 Subject: [PATCH] Branch HEAD fix a typo in sanity-cmobd.sh --- lustre/tests/sanity-cmobd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity-cmobd.sh b/lustre/tests/sanity-cmobd.sh index 35818fe..f8afcf9 100644 --- a/lustre/tests/sanity-cmobd.sh +++ b/lustre/tests/sanity-cmobd.sh @@ -130,7 +130,7 @@ test_1a() { echo "ln $DIR/1a0/f01 $DIR/1a0/f01h" ln $DIR/1a0/f01 $DIR/1a0/f01h || error echo "cache flush on $NAME" - lsync $CMOBD_NAMEN >/dev/null || error + lsync $CMOBD_NAME >/dev/null || error echo "ln -s $DIR/1a0/f01 $DIR/1a0/f01s" ln -s $DIR/1a0/f01 $DIR/1a0/f01s || error -- 1.8.3.1