tests.makeBinaryWrapper: avoid lib.fileset
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user