mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-29 13:23:53 +08:00
b2ef44a277
This test wants to generate a U+FDD2 to see it is not mishandled. To do so, we tried to use sh, which on my system is bash and can do `$'\ufdd2'`. Unfortunately on other systems it might be dash, which won't do that. Since I don't know of a good no-dependency portable way to generate this (I dimly remember python3 being a shim on some systems, so I do not want to invoke it here), we'll just use our own printf. Which is a worse test, we control both parts, but it'll do. Fixes #10134 |
||
---|---|---|
.. | ||
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_driver.sh | ||
test_env.sh | ||
test_util.fish | ||
test.fish |