tests: fix 'distcheck-override-infodir.test' on Cygwin
commita7983a0f81d2135387138b563acac6ad0fb0f5f8
authorPeter Rosin <peda@lysator.liu.se>
Sat, 26 Nov 2011 13:54:00 +0000 (26 14:54 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 28 Nov 2011 19:41:10 +0000 (28 20:41 +0100)
treecc90218d893126644fa2b207be3387d39a06c6fa
parent39a0fd0267ca5aab3d7c4677586181c355233eef
tests: fix 'distcheck-override-infodir.test' on Cygwin

* tests/distcheck-override-infodir.test (Makefile.am): Do not add
any `/' between $(DESTDIR) and the following paths.  Otherwise,
when $(DESTDIR) is empty, the recipes will try to access files
with a leading double slash, which have an implementation-defined
interpretation (e.g., for Cygwin, they mean UNC paths).
ChangeLog
tests/distcheck-override-infodir.test