comparison tests/test-subrepo-svn.t @ 21930:a5168eb9b2bc stable

tests: cat error messages are different on Solaris
author Danek Duvall <danek.duvall@oracle.com>
date Mon, 21 Jul 2014 11:27:24 -0700
parents 652e07debf10
children 7a9cbb315d84
comparison
equal deleted inserted replaced
21929:5bd11162c0a4 21930:a5168eb9b2bc
670 warning: removing potentially hostile 'hgrc' in '$TESTTMP/sub/tc/s/.hg' (glob) 670 warning: removing potentially hostile 'hgrc' in '$TESTTMP/sub/tc/s/.hg' (glob)
671 warning: removing potentially hostile 'hgrc' in '$TESTTMP/sub/tc/s/sub/.hg' (glob) 671 warning: removing potentially hostile 'hgrc' in '$TESTTMP/sub/tc/s/sub/.hg' (glob)
672 $ cd tc 672 $ cd tc
673 $ grep ' s$' .hgsubstate 673 $ grep ' s$' .hgsubstate
674 16 s 674 16 s
675 $ cat s/.hg/hgrc 675 $ test -f s/.hg/hgrc
676 cat: s/.hg/hgrc: No such file or directory
677 [1] 676 [1]
678 $ cat s/sub/.hg/hgrc 677 $ test -f s/sub/.hg/hgrc
679 cat: s/sub/.hg/hgrc: No such file or directory
680 [1] 678 [1]
681 679
682 Test that sanitizing is omitted in meta data area: 680 Test that sanitizing is omitted in meta data area:
683 681
684 $ mkdir s/.svn/.hg 682 $ mkdir s/.svn/.hg