mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-30 06:03:49 +08:00
c5c5043d7e
- It is currently never set, but will be set once `main` is ported - `should_suppress_stderr_for_tests` used to be PROGRAM_NAME != TESTS_PROGRAM_NAME, but the equivalent C++ code was `!std::wcscmp(program_name, TESTS_PROGRAM_NAME)`, and `wcsmp` returns zero if they are equal, thus is equivalent to `==` in Rust |
||
---|---|---|
.. | ||
src | ||
widestring-suffix | ||
build.rs |