comparison tests/test-largefiles.t @ 15554:0c0ed2b3082d stable

tests: test-largefiles.t should not try to escape from $TESTTMP
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 22 Nov 2011 19:56:26 +0100
parents e89385e4ef8d
children cea62936b39a 4a4a95029b31
comparison
equal deleted inserted replaced
15553:e89385e4ef8d 15554:0c0ed2b3082d
789 searching for changes 789 searching for changes
790 abort: http://localhost:$HGPORT/ does not appear to be a largefile store 790 abort: http://localhost:$HGPORT/ does not appear to be a largefile store
791 [255] 791 [255]
792 $ cd .. 792 $ cd ..
793 793
794 $ cd ..
795
796 Clone a local repository owned by another user 794 Clone a local repository owned by another user
797 We have to simulate that here by setting $HOME and removing write permissions 795 We have to simulate that here by setting $HOME and removing write permissions
798 $ ORIGHOME="$HOME" 796 $ ORIGHOME="$HOME"
799 $ mkdir alice 797 $ mkdir alice
800 $ HOME="`pwd`/alice" 798 $ HOME="`pwd`/alice"