diff --git a/tests/test-remotefilelog-clone.t b/tests/test-remotefilelog-clone.t --- a/tests/test-remotefilelog-clone.t +++ b/tests/test-remotefilelog-clone.t @@ -76,11 +76,14 @@ # full clone from shallow - $ hg clone --noupdate ssh://user@dummy/shallow full + $ export TEMP_STDERR=full-clone-from-shallow.stderr.tmp + $ hg clone --noupdate ssh://user@dummy/shallow full 2>$TEMP_STDERR streaming all changes remote: abort: Cannot clone from a shallow repo to a full repo. + [255] + $ cat $TEMP_STDERR abort: unexpected response from remote server: empty string - [255] + $ rm $TEMP_STDERR # getbundle full clone