2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +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; \ diff $$toke $(srcdir)/$$toke.ok || true; \
fi; \ fi; \
total=`expr $$total + 1`; \ total=`expr $$total + 1`; \
./cvtsudoers -o $$json $$t 2>/dev/null || true; \ ./cvtsudoers $$t >$$json 2>/dev/null || true; \
total=`expr $$total + 1`; \ total=`expr $$total + 1`; \
if cmp $$json $(srcdir)/$$json.ok >/dev/null; then \ if cmp $$json $(srcdir)/$$json.ok >/dev/null; then \
passed=`expr $$passed + 1`; \ passed=`expr $$passed + 1`; \