Replacing the perl construct
 open L, ">$default_log"; close L; # empty default log file
with the also more readable:
 truncate "$default_log", 0;
Fixes the issue in postgresql-common.

That might be a fix for this particular test, but (unfortunately) the
construct above is a common use-case in perl how did procps break that??

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1864423

Title:
  Failed test 'default log is not used' with new procps 3.3.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1864423/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to