You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is for the Gnu test case capability.sh for util. This test case is used to check whether ls correctly colors the files with the Linux capabilities with ca color indicator.
Example
touch file1 file2
sudo setcap 'cap_net_bind_service=ep' file1
LS_COLORS="ca=30;41" ls --color=always
should produce output like this
^[[0m^[[30;41mfile1^[[0m <-------------- correctly colors file with the capabilities set
file2
but uu_ls produce output like this
file1 <-------------- no color for the same file
file2
This test also checks that, whether the ex indicator is given or not, the ca indicator should be used to color the file with the capabilities.
The text was updated successfully, but these errors were encountered:
This issue is for the Gnu test case
capability.sh
for util. This test case is used to check whetherls
correctly colors the files with the Linux capabilities withca
color indicator.Example
should produce output like this
but uu_ls produce output like this
This test also checks that, whether the
ex
indicator is given or not, theca
indicator should be used to color the file with the capabilities.The text was updated successfully, but these errors were encountered: