Meta/Dothem: honor --force
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Jun 2012 02:08:02 +0000 (19:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Jun 2012 02:08:02 +0000 (19:08 -0700)
commita109a1a56f7d5e8d2e56381435d276ac4eccc48b
tree7cf1c4f29f32fccb59305de7fed7cbba21768c23
parent5321cb29c8f709669c5e4a04f502cd984623592c
Meta/Dothem: honor --force

Disable "A version with the same tree already is installed
somewhere" optimization when the script is run with --force.

Also be careful when crafting "--root=/dev/shm/testpen" option to
the test scripts; on Ubuntu, /dev/shm may be a symbolic link that
points at /run/shm, and "$TRASH_DIRECTORY" and $(pwd) may not match,
causing poorly written tests to fail.
Dothem