diff options
| author | Stefan Kangas | 2020-10-24 20:22:33 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-10-24 20:23:27 +0200 |
| commit | dd16e46bb9d0099baea06d780ad8f62728addc2e (patch) | |
| tree | 11cdd1aa9078700dab40855d90e690ca292fa16f /test/lisp/vc | |
| parent | 10e7c76ee3e263a7691745d9384bae475c2f5c86 (diff) | |
| download | emacs-dd16e46bb9d0099baea06d780ad8f62728addc2e.tar.gz emacs-dd16e46bb9d0099baea06d780ad8f62728addc2e.zip | |
; Prefer https to http in more URLs
These were all tested and confirmed working.
Diffstat (limited to 'test/lisp/vc')
| -rw-r--r-- | test/lisp/vc/vc-bzr-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/vc/vc-bzr-tests.el b/test/lisp/vc/vc-bzr-tests.el index d922e98348e..bd26f7979dc 100644 --- a/test/lisp/vc/vc-bzr-tests.el +++ b/test/lisp/vc/vc-bzr-tests.el | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | ;; commands (eg `bzr status') want to access ~/.bazaar, and will | 37 | ;; commands (eg `bzr status') want to access ~/.bazaar, and will |
| 38 | ;; abort if they cannot. I could not figure out how to stop bzr | 38 | ;; abort if they cannot. I could not figure out how to stop bzr |
| 39 | ;; doing that, so just give it a temporary homedir for the duration. | 39 | ;; doing that, so just give it a temporary homedir for the duration. |
| 40 | ;; http://bugs.launchpad.net/bzr/+bug/137407 ? | 40 | ;; https://bugs.launchpad.net/bzr/+bug/137407 ? |
| 41 | ;; | 41 | ;; |
| 42 | ;; Note that with bzr 2.x, this works: | 42 | ;; Note that with bzr 2.x, this works: |
| 43 | ;; mkdir /tmp/bzr | 43 | ;; mkdir /tmp/bzr |