Resolve testsuite failures 40-42 on cygwin.

This commit is contained in:
Sergey Poznyakoff
2007-06-21 07:12:09 +00:00
parent 6e98015774
commit 8b5f10a6c4
2 changed files with 7 additions and 1 deletions

View File

@@ -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

View 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])