]> granicus.if.org Git - python/commit
Fix test_huntrleaks_fd_leak() of test_regrtest
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 18 Sep 2016 22:11:30 +0000 (00:11 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 18 Sep 2016 22:11:30 +0000 (00:11 +0200)
commit254ad58c0790f3bcf4ca510ba0e8a7c0f1546301
treef906a773422e3d6910a09f2a68177f22c1aac890
parent3515dcce80ca51d29a7100ce0c2ac2a50ba46af8
Fix test_huntrleaks_fd_leak() of test_regrtest

Issue #28195: Don't expect the fd leak message to be on a specific line number,
just make sure that the line is present in the output.
Lib/test/test_regrtest.py