mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-11 22:21:14 -03:00
Remove oopsies while pasting.
(also, last commit log had a typo. "3.4.0-Microsoft" is the string we should check for. Actual string in my code was correct.)
This commit is contained in:
@@ -2255,8 +2255,7 @@ static int test_universal_helper(int *x) {
|
||||
|
||||
static void test_universal() {
|
||||
say(L"Testing universal variables");
|
||||
if (system("mkdir -p /tmp/fish_uvars_test/"))
|
||||
err(L"mkdir failed");
|
||||
if (system("mkdir -p /tmp/fish_uvars_test/")) err(L"mkdir failed");
|
||||
|
||||
const int threads = 16;
|
||||
static int ctx[threads];
|
||||
@@ -2732,7 +2731,6 @@ void history_tests_t::test_history_merge(void) {
|
||||
do_test(string_rep == string_rep2);
|
||||
}
|
||||
|
||||
|
||||
// Add some more per-history items.
|
||||
for (size_t i = 0; i < count; i++) {
|
||||
hists[i]->add(alt_texts[i]);
|
||||
|
||||
Reference in New Issue
Block a user