]> sourceware.org Git - automake.git/commitdiff
* tests/man2.test: Exercize `make uninstall', to test
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 4 Dec 2002 17:45:25 +0000 (17:45 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 4 Dec 2002 17:45:25 +0000 (17:45 +0000)
the previous change.

ChangeLog
tests/man2.test

index 3631d16b3bafd1a6e391819795ba5bf7f115d6c7..41273a97b7497a60a8f8eeb39e5d871401e244b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-04  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * tests/man2.test: Exercize `make uninstall', to test
+       the previous change.
+
 2002-12-03  Nicolas Joly  <njoly@pasteur.fr>
 
        * lib/am/mans.am (uninstall-man%SECTION%): Change the extension of
index 0db5a34cf89787d906f6f78ae3c989a9d1139775..e8318d38f2655d150582552bbf27e5dc46ffa2ce 100755 (executable)
@@ -47,3 +47,9 @@ DESTDIR="`pwd`/=inst" $MAKE -e SHELL=/bin/sh install
 test -f ./=inst/man/man2/foo.2
 test -f ./=inst/man/man4/foo.4
 test -f ./=inst/man/man4/bar.4
+
+DESTDIR="`pwd`/=inst" $MAKE -e SHELL=/bin/sh uninstall
+
+test ! -f ./=inst/man/man2/foo.2
+test ! -f ./=inst/man/man4/foo.4
+test ! -f ./=inst/man/man4/bar.4
This page took 0.035818 seconds and 5 git commands to generate.