test/sim: fix null to 0 in show dnodes;

This commit is contained in:
Minglei Jin 2021-05-14 11:55:49 +08:00
parent 8c06d5952a
commit 70213e6526
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ print dnode3 openVnodes $data2_3
if $data2_1 != 1 then
goto show4
endi
if $data2_2 != null then
if $data2_2 != 0 then
goto show4
endi
if $data2_3 != 3 then