comparison tests/test-subrepo-relative-path.t @ 16350:4f795f5fbb0b stable

tests: make tests work if directory contains special characters With this quoting tests will work e.g. in "/tmp/foo bar/mercurial/".
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 03 Apr 2012 19:06:35 +0200
parents 90f8b8dd0326
children d6a4cfefafb3
comparison
equal deleted inserted replaced
16349:425f1fbcfb94 16350:4f795f5fbb0b
70 70
71 $ "$TESTDIR/killdaemons.py" 71 $ "$TESTDIR/killdaemons.py"
72 72
73 subrepo paths with ssh urls 73 subrepo paths with ssh urls
74 74
75 $ cp $TESTDIR/dummyssh $BINDIR/ssh 75 $ cp "$TESTDIR/dummyssh" "$BINDIR/ssh"
76 76
77 $ hg clone ssh://user@dummy/cloned sshclone 77 $ hg clone ssh://user@dummy/cloned sshclone
78 requesting all changes 78 requesting all changes
79 adding changesets 79 adding changesets
80 adding manifests 80 adding manifests
101 $ cat dummylog 101 $ cat dummylog
102 Got arguments 1:user@dummy 2:hg -R cloned serve --stdio 102 Got arguments 1:user@dummy 2:hg -R cloned serve --stdio
103 Got arguments 1:user@dummy 2:hg -R sub serve --stdio 103 Got arguments 1:user@dummy 2:hg -R sub serve --stdio
104 Got arguments 1:user@dummy 2:hg -R $TESTTMP/cloned serve --stdio 104 Got arguments 1:user@dummy 2:hg -R $TESTTMP/cloned serve --stdio
105 Got arguments 1:user@dummy 2:hg -R $TESTTMP/sub serve --stdio 105 Got arguments 1:user@dummy 2:hg -R $TESTTMP/sub serve --stdio
106 $ rm $BINDIR/ssh 106 $ rm "$BINDIR/ssh"