gnulib-tool: Fix handling of inctests variable.
authorBruno Haible <bruno@clisp.org>
Tue, 24 Jul 2012 21:35:41 +0000 (23:35 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 24 Jul 2012 21:35:41 +0000 (23:35 +0200)
* gnulib-tool: Canonicalize $inctests also in 'update' mode.
Reported by Nick Bowler <nbowler@elliptictech.com>.

ChangeLog
gnulib-tool

index 713c022..c41549f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-24  Bruno Haible  <bruno@clisp.org>
+
+       gnulib-tool: Fix handling of inctests variable.
+       * gnulib-tool: Canonicalize $inctests also in 'update' mode.
+       Reported by Nick Bowler <nbowler@elliptictech.com>.
+
 2012-07-22  Bruno Haible  <bruno@clisp.org>
 
        getpass: Assume AC_CHECK_DECLS_ONCE invocation, like in getpass.m4.
index cbe2ee9..b295818 100755 (executable)
@@ -1349,7 +1349,7 @@ fi
   fi
   # Canonicalize the inctests variable.
   case "$mode" in
-    import | add-import | remove-import)
+    import | add-import | remove-import | update)
       if test -z "$inctests"; then
         inctests=false
       fi