2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

fix make check

This commit is contained in:
Todd C. Miller 2018-01-27 19:52:20 -07:00
parent cc31b3fd40
commit 7638e71730

View File

@ -447,7 +447,7 @@ check: $(TEST_PROGS) visudo testsudoers
diff $$toke $(srcdir)/$$toke.ok || true; \
fi; \
total=`expr $$total + 1`; \
./cvtsudoers -o $$json $$t 2>/dev/null || true; \
./cvtsudoers $$t >$$json 2>/dev/null || true; \
total=`expr $$total + 1`; \
if cmp $$json $(srcdir)/$$json.ok >/dev/null; then \
passed=`expr $$passed + 1`; \