]> granicus.if.org Git - sudo/commitdiff
fix make check
authorTodd C. Miller <Todd.Miller@sudo.ws>
Sun, 28 Jan 2018 02:52:20 +0000 (19:52 -0700)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Sun, 28 Jan 2018 02:52:20 +0000 (19:52 -0700)
plugins/sudoers/Makefile.in

index 76d5f30615a10c6ccb62b873b766f3ceb605d4b7..50a5d0d9ee409eaea98aa5257bc83e71176d377f 100644 (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`; \