From d310794687289257778f1918382a8fa84d6e29f7 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 15 Dec 2008 22:20:29 +0000 Subject: [PATCH 1/1] b=17935 missed a couple --- lustre/tests/sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index b8b9b44..b585240 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -5918,13 +5918,13 @@ test_160() { awk '{print $5}') fidf=$($LFS path2fid $DIR/$tdir/pics/zach/timestamp) [ "$fidc" == "t=$fidf" ] || \ - error "fid in changelog $fidc != file fid $fidf" + err17935 "fid in changelog $fidc != file fid $fidf" # check parent fid fidc=$($LFS changelog $FSNAME | grep timestamp | grep "CREAT" | tail -1 | \ awk '{print $6}') fidf=$($LFS path2fid $DIR/$tdir/pics/zach) [ "$fidc" == "p=$fidf" ] || \ - error "pfid in changelog $fidc != dir fid $fidf" + err17935 "pfid in changelog $fidc != dir fid $fidf" # verify purge FIRST_REC=$($LFS changelog $FSNAME | head -1 | awk '{print $1}') -- 1.8.3.1