##// END OF EJS Templates
tests: use an absolute path to get around '..' being invalid on a dead CWD...
Augie Fackler -
r30849:763031a7 stable
parent child Browse files
Show More
@@ -770,9 +770,13 b' Test that rebase is not confused by $CWD'
770 770 saved backup bundle to $TESTTMP/cwd-vanish/.hg/strip-backup/779a07b1b7a0-853e0073-backup.hg (glob)
771 771 #endif
772 772
773 Get back to the root of cwd-vanish. Note that even though `cd ..`
774 works on most systems, it does not work on FreeBSD 10, so we use an
775 absolute path to get back to the repository.
776 $ cd $TESTTMP/cwd-vanish
777
773 778 Test that rebase is done in topo order (issue5370)
774 779
775 $ cd ..
776 780 $ hg init order
777 781 $ cd order
778 782 $ touch a && hg add a && hg ci -m A
General Comments 0
You need to be logged in to leave comments. Login now