Public bug reported:

Steps to reproduce (on an amd64 machine):

    name=$(docker create --tty ubuntu:21.04 sleep inf)
    docker start $name
    docker exec $name apt-get update -y
    docker exec $name apt-get install libc6 -y
    docker exec $name bash -c 'if [ ! -x /bin/cat ] ; then echo no ; fi'

This will print 'no' at the end, indicating /bin/cat fails to test as
executable.

Release: hirsute
Architecture: amd64
Package: libc6
Version: 2.33-0ubuntu2

** Affects: glibc (Ubuntu)
     Importance: Undecided
         Status: New

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

Title:
  Executable test [ -x file ] fails after upgrading libc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1917390/+subscriptions

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

Reply via email to