update testcase

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11111 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
amy0701 2011-12-02 06:20:52 +00:00
parent 6da6adfade
commit d888f6d3f7

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