diff --git a/test/lisp/vc/vc-tests/vc-test-misc.el b/test/lisp/vc/vc-tests/vc-test-misc.el index 94fc227ba77..ba29266fb2f 100644 --- a/test/lisp/vc/vc-tests/vc-test-misc.el +++ b/test/lisp/vc/vc-tests/vc-test-misc.el @@ -111,7 +111,6 @@ (with-temp-buffer (let ((proc (start-process-shell-command "test" (current-buffer) "false")) - (fails (start-process "test2" nil "false")) success) (vc-exec-after (lambda () (setq success t)) 0) (vc-test--exec-after-wait)