From e75396b8d36066339978f50aa76637a630c3e09a Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 14 May 2018 20:20:52 -0400 Subject: [PATCH] Remove GNUism in make check How embarassing --- Makefile | 2 +- diff --git a/Makefile b/Makefile index ed9a58c06f475798dc009aab4d8500b872a99edc..c38247108b8adf7230b2ba545b14fc24878e2e58 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,6 @@ install -Dm755 scdoc $(BINDIR)/scdoc install -Dm644 scdoc.1 $(MANDIR)/man1/scdoc.1 check: scdoc scdoc.1 - @find test -executable -exec '{}' \; + @find test -perm -111 -exec '{}' \; .PHONY: all clean install check -- 2.48.1