tests.makeBinaryWrapper: avoid lib.fileset

This commit is contained in:
Emily
2024-12-31 02:30:18 +00:00
parent f6ce575a03
commit 6ff076b1b1
33 changed files with 1 additions and 10 deletions
@@ -0,0 +1,7 @@
#include <unistd.h>
#include <stdlib.h>
int main(int argc, char **argv) {
argv[0] = "/send/me/flags";
return execv("/send/me/flags", argv);
}
@@ -0,0 +1,2 @@
CWD=SUBST_CWD
SUBST_ARGV0