fix pipe:X in test

pull/1203/head
disconnect3d 3 years ago committed by Disconnect3d
parent e728fa8614
commit 55ab0ae091

@ -32,7 +32,7 @@ def test_context_disasm_show_fd_filepath(start_binary):
assert "call read@plt" in line_call_read
line_fd = line_fd.strip()
assert re.match(r"fd:\s+0x1 \((/dev/pts/\d+|\[pipe:\d+\])\)", line_fd)
assert re.match(r"fd:\s+0x1 \((/dev/pts/\d+|pipe:\[\d+\])\)", line_fd)
line_buf = line_buf.strip()
assert re.match(r"buf:\s+0x[0-9a-f]+ ◂— 0x0", line_buf)

Loading…
Cancel
Save