]> Dogcows Code - chaz/tar/commitdiff
Skip test if genfile is unable to create the file
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 21 Jun 2007 08:51:03 +0000 (08:51 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 21 Jun 2007 08:51:03 +0000 (08:51 +0000)
tests/lustar01.at

index 436536c8aa69a3ee5216737ba0ad39116770c3e5..7c7bc770343d249362b005747fb657daabda6cf4 100644 (file)
@@ -25,7 +25,7 @@ m4_define([LONGNAME],
           [this_is_a_very_long_name_for_a_file_designed_to_test_generation_of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_between_name_and_prefix])
 
 AT_TAR_CHECK([
-genfile --file=LONGNAME
+genfile --file=LONGNAME || AT_SKIP_TEST
 tar cf archive LONGNAME
 ],
 [2],
This page took 0.023505 seconds and 4 git commands to generate.