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

This reverts commit 70213e6526.
This commit is contained in:
Minglei Jin 2021-05-15 15:32:31 +08:00
parent 4fd37ea2a1
commit 198485c6f4
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 != 0 then
if $data2_2 != null then
goto show4
endi
if $data2_3 != 3 then