From 56e952b7c137f641983333ce200c445946def257 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 28 Jul 2003 19:37:12 +0000 Subject: r1086: * Several man pae typo fixes by Ruben Porras. Closes: #202819 * Now in a subversion repository, some minor changes for that. * dh_link test should expect results in debian/debhelper, not debian/tmp. --- t/dh_link | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 t/dh_link (limited to 't/dh_link') diff --git a/t/dh_link b/t/dh_link old mode 100644 new mode 100755 index 9f644e78..3ab345e8 --- a/t/dh_link +++ b/t/dh_link @@ -5,12 +5,12 @@ plan(tests => 3); # It used to not make absolute links in this situation, and it should. # #37774 system("./dh_link","etc/foo","usr/lib/bar"); -ok("/etc/foo",readlink("debian/tmp/usr/lib/bar")); +ok("/etc/foo",readlink("debian/debhelper/usr/lib/bar")); # let's make sure it makes simple relative links ok. system("./dh_link","usr/bin/foo","usr/bin/bar"); -ok("foo",readlink("debian/tmp/usr/bin/bar")); +ok("foo",readlink("debian/debhelper/usr/bin/bar")); # ok, more complex relative links. system("./dh_link","usr/lib/1","usr/bin/2"); -ok("../lib/1",readlink("debian/tmp/usr/bin/2")); +ok("../lib/1",readlink("debian/debhelper/usr/bin/2")); -- cgit v1.2.3