coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

Android CI: regression on `test_chmod::test_mode_after_dash_dash`

Open niyaznigmatullin opened this issue 2 years ago • 0 comments

  • Didn't fail before merging #3910, fails everytime after on Android CI. I can't undestand how chmod and this test is related to the change in PR
---- test_chmod::test_mode_after_dash_dash stdout ----
current_directory_resolved: 
run: /data/data/com.termux/files/home/coreutils/target/debug/coreutils chmod -- -r file
chmod: file: new permissions are -wxrwxrwx, not -wx-wx-wx

thread 'test_chmod::test_mode_after_dash_dash' panicked at '"/data/data/com.termux/files/home/coreutils/target/debug/coreutils" "chmod" "--" "-r" "file": failed', /data/data/com.termux/files/home/coreutils/tests/by-util/test_chmod.rs:51:9

niyaznigmatullin avatar Sep 14 '22 09:09 niyaznigmatullin