]> Dogcows Code - chaz/tar/commitdiff
Resolve testsuite failures 40-42 on cygwin.
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 21 Jun 2007 07:12:09 +0000 (07:12 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 21 Jun 2007 07:12:09 +0000 (07:12 +0000)
ChangeLog
tests/testsuite.at

index 8b303d67be184471dcf2698811f7d2d879ad23b5..72e1b10a6fd7bd36c44564f81707fff49f255a71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-06-21  Eric Blake  <ebb9@byu.net>
+
+        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  <gray@gnu.org.ua>
 
        * doc/Makefile.am (tar_TEXINFOS): Add tar-snapshot-edit.texi
index 86dfe9afdb18c4087aece2762867da36cb0bc216..41eba528269fbe70899722632aef3f0d511b4515 100644 (file)
@@ -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])
This page took 0.025908 seconds and 4 git commands to generate.