fix testcase tabprune_i_auditlog for result check

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14654 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
amy0701 2012-12-14 07:45:15 +00:00
parent 59a3beafdb
commit 6acf400ea9

View File

@ -42,7 +42,7 @@ description:remove the records whose recid is less than the input recid number
cmd:n1=`lsdef -t auditlog|sed -n 2p|awk '{print $1}'`;tabprune auditlog -i $n1;n1=$(($n1-1));lsdef -t auditlog -l $n1
check:rc=0
check:output=~tabprune of auditlog complete
check:output=~Could not find an object named
check:output=~Could not get xCAT object definitions
end
start:tabprune_V_n_auditlog