mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-31 23:28:45 +00:00
472fc3ec10
I forgot `stat` is non-portable. There's no great way to portably get a machine-readable representation of stat(2) for a file. I don't want to ship our own lstat(2) wrapper executable just for this test and don't want to fork out to python or perl for this either - I just wanted to get the tests to pass under WSL :'( Anyway, just give up and make it skip just for WSL. If another OS fails this test in the future, the comments and existing workaround will make it easy to figure out what the problem is and what needs to be done. We'll cross that bridge when we get there. |
||
---|---|---|
.. | ||
checks | ||
pexpects | ||
test_functions | ||
.gitignore | ||
history_sample_bash | ||
history_sample_corrupt1 | ||
history_sample_fish_1_x | ||
history_sample_fish_2_0 | ||
interactive.config | ||
interactive.fish | ||
test.fish | ||
test_driver.sh | ||
test_env.sh | ||
test_util.fish |