mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-06 01:40:28 +00:00
Add TODO in test
We should be measuring the AT_FLAGS of the child process, since it may be true even if it is false for the parent process.
This commit is contained in:
parent
b77a3d5c67
commit
f6cc903c0d
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ void SetUpOnce(void) {
|
||||||
skiptests = IsOpenbsd() || (IsXnu() && !IsXnuSilicon());
|
skiptests = IsOpenbsd() || (IsXnu() && !IsXnuSilicon());
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
// TODO(mrdomino): test skiparg0 in child
|
||||||
skiparg0 = !(getauxval(AT_FLAGS) & AT_FLAGS_PRESERVE_ARGV0);
|
skiparg0 = !(getauxval(AT_FLAGS) & AT_FLAGS_PRESERVE_ARGV0);
|
||||||
}
|
}
|
||||||
fprintf(stderr, loaded ? "loaded\n" : "not loaded\n");
|
fprintf(stderr, loaded ? "loaded\n" : "not loaded\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue