sapling/eden/scm/tests/test-ssh-hang.t
Mark Thomas a25521a48b tests: remove uses of $PYTHON -c
Reviewed By: quark-zju, ikostia

Differential Revision: D23151936

fbshipit-source-id: f5dc1bf1e2007fe82c8ea67fa94c7b5aa3fd9a0c
2020-08-19 00:32:19 -07:00

13 lines
362 B
Perl

#chg-compatible
$ configure modern
$ newserver repo
$ clone repo localrepo
$ switchrepo localrepo
$ hg pull --config ui.ssh="hg debugsh -c \"import time; time.sleep(30)\"" --config ui.sshsetuptimeout=1
pulling from ssh://user@dummy/repo
timed out establishing the ssh connection, killing ssh
abort: no suitable response from remote hg!
[255]