On 6/11/26 5:37 AM, Waldek Hebisch wrote: > > One possibility is to allow this test to fail. IIUC this currently > causes CI failure but I hope it is possibile to ignore this test in CI. > > I used file in root directory in hope of getting test independent > of operating system. So another way is to use test depending on > OS (on Unix using touch + chmod to get desired permissions) and use > assertions to activate it or choose correct version. >
OK, two workarounds: 1. open an existing directory as file will fail. 2. open a file which parent directory does not exist will fail. - Qian -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/fricas-devel/b81a120f-fef0-455b-a513-ec2ef49f480c%40gmail.com.
