fix for mkdef,chdef,rmdef test cases

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9814 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2011-06-16 01:20:59 +00:00
parent 1ce7d0080f
commit 478f949e81
3 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,6 @@
start:chdef_null
description:chdef without any flag
cmd:chdef
check:rc!=0
check:output=~Usage
end
@ -204,5 +203,5 @@ start:chdef_t_o_error
description:chdef -t wrongtype
cmd:chdef -t wrongtype -o testnode groups=all,aix
check:rc!=0
check:output=~Usage
check:output=~not a valid
end

View File

@ -1,7 +1,6 @@
start:mkdef_null
description:mkdef without any flag
cmd:mkdef
check:rc!=0
check:output=~Usage
end
@ -156,7 +155,7 @@ start:mkdef_t_o_error
description:mkdef -t wrongtype
cmd:mkdef -t wrongtype -o testnode groups=all,aix
check:rc!=0
check:output=~Usage
check:output=~not a valid
end

View File

@ -1,7 +1,6 @@
start:rmdef_null
description:rmdef without any flag
cmd:rmdef
check:rc!=0
check:output=~Usage
end
@ -127,5 +126,5 @@ start:rmdef_t_err
description:rmdef -t wrongtype
cmd:rmdef -t wrongtype -o testnode
check:rc!=0
check:output=~Usage
check:output=~not a valid
end