add testcase lsdef_t_h_i

This commit is contained in:
ligc 2013-08-08 16:02:18 +08:00
parent 92ec068fe4
commit fbd772e8cd

View File

@ -189,3 +189,10 @@ cmd:lsdef -t wrongtype -o test
check:rc!=0
check:output=~Error
end
start:lsdef_t_h_i
description:lsdef -t node -h -i status
cmd:lsdef -t node -h -i status
check:rc==0
check:output=~status
end