summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--test/Makefile1
2 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 2061148..805a671 100755
--- a/configure
+++ b/configure
@@ -471,7 +471,7 @@ else cat >> $compat_h << EOF
EOF
fi
-if test "$glibc_statx" = "no" && "$statx" = "yes"; then
+if [ "$glibc_statx" = "no" ] && [ "$statx" = "yes" ]; then
cat >> $compat_h << EOF
#include <sys/stat.h>
diff --git a/test/Makefile b/test/Makefile
index 1d3dc13..b74ba06 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -138,7 +138,6 @@ test_srcs := \
sq-poll-share.c \
sqpoll-sleep.c \
sq-space_left.c \
- statx.c \
stdout.c \
submit-link-fail.c \
submit-reuse.c \