diff options
author | David Kalnischkies <david@kalnischkies.de> | 2020-07-07 19:08:29 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2020-07-07 19:13:38 +0200 |
commit | d9b9484b4af2a21c3f5dea6ec10a3128e7304d07 (patch) | |
tree | cdb716d90dfd12091bce4938b1fdcfec364c4927 /apt-pkg/contrib/extracttar.cc | |
parent | 1bfc0907c987758529bcdc4ebfb34364702a2d8b (diff) |
Fix test due to display change in ls (coreutils 8.32)
The test runs ls on the opened fds and greps the result for 'root root'
which is how ls (<= 8.30) used to report user and group for these. Now
that Debian contains 8.32 it reports user and group of the process
owning them (supposedly). grepping for both unbreaks the test.
lr-x------ 1 root root 64 Jul 7 19:07 0 -> 'pipe:[10458045]'
lrwx------ 1 root root 64 Jul 7 19:07 1 -> /dev/pts/12
lrwx------ 1 root root 64 Jul 7 19:07 2 -> /dev/pts/12
lr-x------ 1 root root 64 Jul 7 19:07 3 -> /proc/1266484/fd
vs (assuming user:group is david:david)
lr-x------ 1 david david 64 Jul 7 19:07 0 -> 'pipe:[10458045]'
lrwx------ 1 david david 64 Jul 7 19:07 1 -> /dev/pts/12
lrwx------ 1 david david 64 Jul 7 19:07 2 -> /dev/pts/12
lr-x------ 1 david david 64 Jul 7 19:07 3 -> /proc/1266484/fd
Diffstat (limited to 'apt-pkg/contrib/extracttar.cc')
0 files changed, 0 insertions, 0 deletions