Fix tests on aarch64

This commit is contained in:
Justine Tunney 2023-07-29 19:02:25 -07:00
parent 18bb5888e1
commit bd49ea1c3a
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
5 changed files with 12 additions and 4 deletions

View file

@ -73,6 +73,7 @@ TEST(siocgifconf, test) {
ASSERT_NE(-1, close(socketfd));
}
#ifdef __x86_64__
TEST(siocgifconf, mkntenvblock_systemroot) {
if (__argc != 1) return;
SPAWN(fork);
@ -81,3 +82,4 @@ TEST(siocgifconf, mkntenvblock_systemroot) {
abort();
EXITS(0);
}
#endif