From: Andrew Perepechko Date: Thu, 18 Nov 2010 12:40:18 +0000 (+0300) Subject: fixed a typo from previous commit X-Git-Tag: 1.8.5.51~38 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=66d3133cc7c1d02f3a89481df71340ace4cb7fc6;p=fs%2Flustre-release.git fixed a typo from previous commit --- 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 ===="