diff options
| author | Sean Whitton | 2025-12-07 15:04:34 +0000 |
|---|---|---|
| committer | Sean Whitton | 2025-12-07 15:04:34 +0000 |
| commit | 459ecb3d268fa52e5387ee0c515bcf5825cd6e61 (patch) | |
| tree | c7c037a55ed8ad946e078cf82402ad055cf081ac | |
| parent | 0391b3f94ecf57536c068611c12ae776d7382962 (diff) | |
| download | emacs-459ecb3d268fa52e5387ee0c515bcf5825cd6e61.tar.gz emacs-459ecb3d268fa52e5387ee0c515bcf5825cd6e61.zip | |
; vc-test-exec-after-3: Delete unused FAILS local value.
| -rw-r--r-- | test/lisp/vc/vc-tests/vc-test-misc.el | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ | |||
| 111 | 111 | ||
| 112 | (with-temp-buffer | 112 | (with-temp-buffer |
| 113 | (let ((proc (start-process-shell-command "test" (current-buffer) "false")) | 113 | (let ((proc (start-process-shell-command "test" (current-buffer) "false")) |
| 114 | (fails (start-process "test2" nil "false")) | ||
| 115 | success) | 114 | success) |
| 116 | (vc-exec-after (lambda () (setq success t)) 0) | 115 | (vc-exec-after (lambda () (setq success t)) 0) |
| 117 | (vc-test--exec-after-wait) | 116 | (vc-test--exec-after-wait) |