From 66d3133cc7c1d02f3a89481df71340ace4cb7fc6 Mon Sep 17 00:00:00 2001 From: Andrew Perepechko Date: Thu, 18 Nov 2010 15:40:18 +0300 Subject: [PATCH] fixed a typo from previous commit --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index e771b1d..e52fa21 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -6820,7 +6820,7 @@ test_203() { cancel_lru_locks osc cancel_lru_locks mdc time2=`stat -c "%X" $DIR/$tfile` - loh "new atime is $time2" + log "new atime is $time2" [ "$time2" -ge "$time1" ] || error "atime was not updated" } run_test 203 " atime should be updated on the MDS when closing file ====" -- 1.8.3.1