Browse Source

Resolve testsuite failures 40-42 on cygwin.

Sergey Poznyakoff 17 years ago
parent
commit
8b5f10a6c4
2 changed files with 7 additions and 1 deletions
  1. 6 0
      ChangeLog
  2. 1 1
      tests/testsuite.at

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+2007-06-21  Eric Blake  <[email protected]>
+
+        Resolve testsuite failures 40-42 on cygwin.
+        * tests/testsuite.at (AT_TAR_MKHIER): Skip tests when long
+        file names cannot be created.
+
 2007-06-16  Sergey Poznyakoff  <[email protected]>
 
 	* doc/Makefile.am (tar_TEXINFOS): Add tar-snapshot-edit.texi

+ 1 - 1
tests/testsuite.at

@@ -84,7 +84,7 @@ test $result -eq 0 && AT_SKIP_TEST
 ])
 
 m4_define([AT_TAR_MKHIER],[
-install-sh -d $1 >/dev/null
+install-sh -d $1 >/dev/null || AT_SKIP_TEST
 m4_if([$2],,,genfile --file [$1]/[$2])])
 
 m4_include([sparsemvp.at])