Skip to content

Commit

Permalink
Merge pull request #44 from lsst/tickets/DM-12724
Browse files Browse the repository at this point in the history
Add dir slash to /proc to be more specific
  • Loading branch information
kennywlo committed Nov 18, 2017
2 parents 3f634b8 + 80b11fb commit 4f52afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/utils/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def testFileDescriptorLeaks(self):

# Some files are opened out of the control of the stack.
now_open = set(f for f in now_open if not f.endswith(".car") and
not f.startswith("/proc") and
not f.startswith("/proc/") and
not f.endswith(".ttf") and
f != "/var/lib/sss/mc/passwd" and
not f.endswith("astropy.log"))
Expand Down

0 comments on commit 4f52afe

Please sign in to comment.