Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
needs-restarting tests: Can't discriminate block devices any more
We can no longer detect that block devices like /dev/dri/card0 are not "regular files", since they have device IDs matching 00:xx, just like other legitimate files on some systems. This should be fine since no package should provide a file like /dev/dri/card0. Instead, we add a test that smap entries like ``` 556d60d52000-556d60e1c000 rw-p 00000000 00:00 0 [heap] ``` are not treated as regular files (since the file path doesn't contain a /).
- Loading branch information