comparison tests/test-convert.t @ 39189:2dfc22620a54

tests: conditionalize out tests that msys is mangling This was exposed by ac0a87160012. The paths for convert and ssh respectively are being turned into: $TESTTMP\bzr+ssh:\foobar@selenic.com\baz\.hg 'C:\\C:\\Users\\Matt\\AppData\\Local\\Temp\\hgtests.8awa9x\\child1\\test-ssh-bundle1.t-sshv2\\nonexistent\\.hg The errno value raised is 123, and the message is The filename, directory name, or volume label syntax is incorrect
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 18 Aug 2018 14:03:11 -0400
parents 85da230c316a
children 5abc47d4ca6b
comparison
equal deleted inserted replaced
39188:3fa9058f4f79 39189:2dfc22620a54
531 data/b.i (reporevlogstore !) 531 data/b.i (reporevlogstore !)
532 #endif 532 #endif
533 533
534 test bogus URL 534 test bogus URL
535 535
536 #if no-msys
536 $ hg convert -q bzr+ssh://foobar@selenic.com/baz baz 537 $ hg convert -q bzr+ssh://foobar@selenic.com/baz baz
537 abort: bzr+ssh://foobar@selenic.com/baz: missing or unsupported repository 538 abort: bzr+ssh://foobar@selenic.com/baz: missing or unsupported repository
538 [255] 539 [255]
540 #endif
539 541
540 test revset converted() lookup 542 test revset converted() lookup
541 543
542 $ hg --config convert.hg.saverev=True convert a c 544 $ hg --config convert.hg.saverev=True convert a c
543 initializing destination c repository 545 initializing destination c repository