commit 42caecaddcfd08eb67fd7314b5fe70f7f8a87acf
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Jul 16 22:28:11 2018 +0200

    Fix testing non-xml export
    
    lstopo wouldn't overwrite existing file

diff --git a/utils/lstopo/test-hwloc-ls.sh.in b/utils/lstopo/test-hwloc-ls.sh.in
index 02c83ea2..7d9d65bc 100755
--- a/utils/lstopo/test-hwloc-ls.sh.in
+++ b/utils/lstopo/test-hwloc-ls.sh.in
@@ -4,7 +4,7 @@
 #
 # Copyright © 2009 CNRS
 # Copyright © 2009-2017 Inria.  All rights reserved.
-# Copyright © 2009, 2011 Université Bordeaux
+# Copyright © 2009, 2011, 2018 Université Bordeaux
 # See COPYING in top-level directory.
 #
 
@@ -48,7 +48,7 @@ $ls
   $ls $tmp/test.txt
   $ls $tmp/test.fig
   $ls $tmp/test.xml
-  HWLOC_LIBXML_EXPORT=0 $ls $tmp/test.xml
+  HWLOC_LIBXML_EXPORT=0 $ls $tmp/test.mini.xml
   $ls --input "ma:1 no:2 so:1 ca:2 2" $tmp/test.synthetic
 ) > "$file"
 diff @HWLOC_DIFF_U@ $HWLOC_top_srcdir/utils/lstopo/test-hwloc-ls.output "$file"
