summaryrefslogtreecommitdiff
path: root/test/unistd/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/unistd/Makefile.in')
-rw-r--r--test/unistd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unistd/Makefile.in b/test/unistd/Makefile.in
index b383388..ee37ced 100644
--- a/test/unistd/Makefile.in
+++ b/test/unistd/Makefile.in
@@ -12,7 +12,7 @@ ifeq ($(UCLIBC_LINUX_SPECIFIC),)
TESTS_DISABLED += tst-fallocate
endif
-ifeq ($(TARGET_avr32),y)
+ifeq ($(TARGET_ARCH),avr32)
TESTS_DISABLED += tst-fallocate tst-posix_fallocate tst-fallocate64
endif