aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/vc/vc-git-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/vc/vc-git-tests.el')
-rw-r--r--test/lisp/vc/vc-git-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/vc/vc-git-tests.el b/test/lisp/vc/vc-git-tests.el
index e93ee72210d..96fa3d65c05 100644
--- a/test/lisp/vc/vc-git-tests.el
+++ b/test/lisp/vc/vc-git-tests.el
@@ -111,7 +111,7 @@ If the exit status is non-zero, log the command output and re-throw."
111 (apply 'vc-git-command t 0 nil args) 111 (apply 'vc-git-command t 0 nil args)
112 (t (message "Error running Git: %s" err) 112 (t (message "Error running Git: %s" err)
113 (message "(buffer-string:\n%s\n)" (buffer-string)) 113 (message "(buffer-string:\n%s\n)" (buffer-string))
114 (signal (car err) (cdr err)))) 114 (signal err)))
115 (buffer-string))) 115 (buffer-string)))
116 116
117(defun vc-git-test--start-branch () 117(defun vc-git-test--start-branch ()