From 89a91c7b440ae92d1cfda33ec391a255573b3814 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 21 Jun 2007 08:51:03 +0000 Subject: [PATCH] Skip test if genfile is unable to create the file --- tests/lustar01.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lustar01.at b/tests/lustar01.at index 436536c..7c7bc77 100644 --- a/tests/lustar01.at +++ b/tests/lustar01.at @@ -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], -- 2.44.0