add test case lsdef_t_h_i

This commit is contained in:
ligc 2013-08-08 16:00:49 +08:00
parent fcd5f2fc45
commit 00861c3455

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