diff options
author | Daiki Ueno <dueno@redhat.com> | 2019-06-01 12:51:39 +0200 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2019-06-18 14:17:28 +0200 |
commit | 084347319f6e832ec2c36d7b27a64c8f2614f084 (patch) | |
tree | 921d6c9167843414446aad70ef23cd0a898e1243 /common/test-compat.c | |
parent | 6bebd5747aa49d4a124d23d4967f65a771799fe5 (diff) |
build: Move check_PROGRAMS into subdirectories
Diffstat (limited to 'common/test-compat.c')
-rw-r--r-- | common/test-compat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/test-compat.c b/common/test-compat.c index e1deac8..4e76a7d 100644 --- a/common/test-compat.c +++ b/common/test-compat.c @@ -63,7 +63,7 @@ static void test_getauxval (void) { /* 23 is AT_SECURE */ - const char *args[] = { BUILDDIR "/frob-getauxval", "23", NULL }; + const char *args[] = { BUILDDIR "/common/frob-getauxval", "23", NULL }; char *path; int ret; @@ -86,7 +86,7 @@ test_getauxval (void) static void test_secure_getenv (void) { - const char *args[] = { BUILDDIR "/frob-getenv", "BLAH", NULL }; + const char *args[] = { BUILDDIR "/common/frob-getenv", "BLAH", NULL }; char *path; int ret; |