mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 18:27:14 +08:00
Remove inadvertent change in fish_tests.cpp
This commit is contained in:
parent
fa78a7101c
commit
6122ae83a6
|
@ -2255,7 +2255,6 @@ 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");
|
||||
|
||||
const int threads = 16;
|
||||
|
@ -2293,7 +2292,7 @@ static void test_universal() {
|
|||
}
|
||||
}
|
||||
|
||||
if (system("rm -d /tmp/fish_uvars_test")) err(L"rm failed");
|
||||
if (system("rm -Rf /tmp/fish_uvars_test")) err(L"rm failed");
|
||||
putc('\n', stderr);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user