test: update usrsocktest script

Signed-off-by: nietingting <nietingting@xiaomi.com>
This commit is contained in:
nietingting 2022-11-24 21:26:09 +08:00 committed by Xiang Xiao
parent 4b87a8b079
commit 6368b29751
1 changed files with 1 additions and 1 deletions

View File

@ -29,5 +29,5 @@ def test_popen(p):
def test_usrsocktest(p):
ret = p.sendCommand("usrsocktest", "HEAP AFTER TESTS", 60)
ret = p.sendCommand("usrsocktest", "FAILED:0", 60)
assert ret == 0