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

ChangeLog
tests/man2.test

index 3631d16..41273a9 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 0db5a34..e8318d3 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