Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test-0cf405b0 for newer versions of glibc.
Newer versions of glibc apparently enforce argv to contain at least one argument, regardless of what what passed to execlp(). This behavioral change resulted in test-0cf405b0 performing an endless loop. This commit addresses this problem by setting an environment variable to indicate, whether the execlp() call has already been performed.
- Loading branch information