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
fish 3.1 beta1 test suite compiled with GCC 6.5 fails on OpenIndiana with:
Testing file checks/wildcard.fish ... Failure in checks/wildcard.fish:
There were no remaining checks left to match stderr:1:
rm: Cannot remove any directory in the path of the current working directory
when running command:
../test/root/bin/fish checks/wildcard.fish
The text was updated successfully, but these errors were encountered:
Solaris/OpenIndiana/Illumos `rm` checks that and errors out.
In these cases we don't actually need it to be a part of $PWD as
it's just for cleanup, so we `cd` out before.
See #5472
See 1ee57e9Fixes#6555Fixes#6558
(cherry picked from commit 9cbd3d5)
fish 3.1 beta1 test suite compiled with GCC 6.5 fails on OpenIndiana with:
The text was updated successfully, but these errors were encountered: