comparison tests/test-convert.t @ 40219:7ba6b880b09a

py3: glob some difference between py2 and py3 output On py2, the directory names are under quotes and on py3 they are not and I don't know why. Differential Revision: https://phab.mercurial-scm.org/D5030
author Pulkit Goyal <pulkit@yandex-team.ru>
date Sat, 13 Oct 2018 04:21:02 +0300
parents 5abc47d4ca6b
children d98ec36be808
comparison
equal deleted inserted replaced
40218:b27bcf81071b 40219:7ba6b880b09a
444 444
445 $ mkdir bogusdir 445 $ mkdir bogusdir
446 $ chmod 000 bogusdir 446 $ chmod 000 bogusdir
447 447
448 $ hg convert a bogusdir 448 $ hg convert a bogusdir
449 abort: Permission denied: 'bogusdir' 449 abort: Permission denied: *bogusdir* (glob)
450 [255] 450 [255]
451 451
452 user permissions should succeed 452 user permissions should succeed
453 453
454 $ chmod 700 bogusdir 454 $ chmod 700 bogusdir