From: Rafael Laboissiere <rafael@debian.org>
Subject: Make one of the tests work with a recent version of nomencl.sty

Origin: Debian

---
 testsuite/texfiles/nomencl.tex |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/testsuite/texfiles/nomencl.tex
+++ b/testsuite/texfiles/nomencl.tex
@@ -14,7 +14,7 @@
 \rhead{Doc with Nomenclatures}
 \usepackage{hyperref}
 
-\makeglossary
+\makenomenclature
 
 \begin{document}
 \maketitle
@@ -27,7 +27,7 @@
 \nomenclature{$m$}{Mass}%
 \nomenclature{$c$}{Speed of light}%
 
-\printglossary
+\printnomenclature
 
 \end{document}
 
