update test cases chdef_t_o_error rmdef_t_err mkdef_t_o_error

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9133 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ellen56 2011-03-23 05:27:40 +00:00
parent 0fbae63ab9
commit 5f1236d412
3 changed files with 3 additions and 3 deletions

View File

@ -181,5 +181,5 @@ end
start:chdef_t_o_error
cmd:chdef -t testtype -o testnode groups=all,aix
check:rc!=0
check:output=~Usage
check:output=~Error
end

View File

@ -136,7 +136,7 @@ end
start:mkdef_t_o_error
cmd:mkdef -t testtype -o testnode groups=all,aix
check:rc!=0
check:output=~Usage
check:output=~Error
end

View File

@ -121,5 +121,5 @@ end
start:rmdef_t_err
cmd:rmdef -t testtype -o testnode
check:rc!=0
check:output=~Usage
check:output=~Error
end