From 6acf400ea910052114dab4bb0c08dc6c9d53c90c Mon Sep 17 00:00:00 2001 From: amy0701 Date: Fri, 14 Dec 2012 07:45:15 +0000 Subject: [PATCH] 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 --- xCAT-test/autotest/testcase/tabprune/cases0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-test/autotest/testcase/tabprune/cases0 b/xCAT-test/autotest/testcase/tabprune/cases0 index 8d63793e0..3ca869536 100644 --- a/xCAT-test/autotest/testcase/tabprune/cases0 +++ b/xCAT-test/autotest/testcase/tabprune/cases0 @@ -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