comparison tests/test-ssh-repoerror.t @ 47921:0c92cd9286ee

tests: manual cleanup now that dummyssh usage is implied Differential Revision: https://phab.mercurial-scm.org/D11246
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
date Mon, 02 Aug 2021 23:43:40 -0400
parents 9c4204b7f3e4
children adecb1ab4a0d
comparison
equal deleted inserted replaced
47920:9c4204b7f3e4 47921:0c92cd9286ee
1 #require unix-permissions no-root no-windows no-rhg 1 #require unix-permissions no-root no-windows no-rhg
2 2
3 XXX-RHG this test hangs if `hg` is really `rhg`. This was hidden by the use of 3 XXX-RHG this test hangs if `hg` is really `rhg`. This was hidden by the use of
4 `alias hg=rhg` by run-tests.py. With such alias removed, this test is revealed 4 `alias hg=rhg` by run-tests.py. With such alias removed, this test is revealed
5 buggy. This need to be resolved sooner than later. 5 buggy. This need to be resolved sooner than later.
6
7 initial setup
8
9 $ cat << EOF >> $HGRCPATH
10 > [ui]
11 > EOF
12 6
13 repository itself is non-readable 7 repository itself is non-readable
14 --------------------------------- 8 ---------------------------------
15 9
16 $ hg init no-read 10 $ hg init no-read