update testcase

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@11110 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
amy0701
2011-12-02 06:19:16 +00:00
parent 2d1ce8d415
commit 97a17e00d3
+3 -3
View File
@@ -51,11 +51,11 @@ description:tabprune auditlog -V -n 3
cmd:lsdef -t site
cmd:lsdef -t site
cmd:lsdef -t site
cmd:tabprune auditlog -V -n 3|tee result|wc -l
cmd:tabprune auditlog -V -n 3|tee /tmp/result.tmp|wc -l
check:rc=0
check:output=~4
cmd:cat result
cmd:cat /tmp/result.tmp
check:output=~recid,audittime
cmd:rm result
cmd:rm /tmp/result.tmp
end