ladybird/Userland/Tests
Lenny Maiorani a34939bcd5
Tests/Kernel: Remove redundant if (#4111)
Problem:

- If `fork()` fails the system tries to call `execl()`. That will
  either succeed and replace the running process image or it will fail
  and it needs to try again. The `if` is redundant because it will
  only be evaluated if `execl()` fails.

Solution:
- Remove the `if`.
2020-11-29 10:41:02 +01:00
..
Kernel Tests/Kernel: Remove redundant if (#4111) 2020-11-29 10:41:02 +01:00
LibC CMake: Use CONFIGURE_DEPENDS in existing globs. 2020-10-29 11:52:47 +01:00
CMakeLists.txt Tests: Build automatically, fix compilation errors 2020-08-02 17:15:36 +02:00