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)
committerGalen Charlton <galen.charlton@liblime.com>
Fri, 26 Sep 2008 14:08:35 +0000 (09:08 -0500)
commit4d0b03eabe03defe3734b80573b82542089fc643
tree651e003006c5cabd93a93eb7549775f22fb01813
parent9c811d13bef745b0843a22d6e3e7a7df6183851f
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