bug 2628: fixing test script to deal with DESTDIR in Makefile.PL
authorAndrew Moore <andrew.moore@liblime.com>
Fri, 19 Sep 2008 15:42:54 +0000 (10:42 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 12 Nov 2008 13:29:32 +0000 (14:29 +0100)
commitff0c8d1f31cf0a9e3e49df57500c60fa658ba164
tree8b07a660524be0f0dc9fdf4416565c355b569cd0
parentf2c1fc57931db1a46f8871b295d68849b055e497
bug 2628: fixing test script to deal with DESTDIR in Makefile.PL

Recently, there were changes to the Makefile.PL to make it install in a
DESTDIR that the OS (debian) may choose. This broke the test suite.
Since we're not installing the stuff in the t/ directory, we need to
ignore the DESTDIR specifiation before we write the test-config.txt.
So, this patch adds a call to the _strip_destdir function for all
directories written to the t/test-config.txt file.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Makefile.PL