X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fextrac07.at;h=2efc2f410f9a4d599db140493f229cb244c4b89d;hb=89a91c7b440ae92d1cfda33ec391a255573b3814;hp=1fd252636e1f83d8d18c2e42cbd3343e3765396d;hpb=2504e7d3ae123079e7883b8c23175b1a26a5e077;p=chaz%2Ftar diff --git a/tests/extrac07.at b/tests/extrac07.at index 1fd2526..2efc2f4 100644 --- a/tests/extrac07.at +++ b/tests/extrac07.at @@ -39,6 +39,8 @@ chmod -w dir echo Create the archive tar cf archive dir || exit 1 +chmod +w dir + echo Extract mkdir out tar -C out -xvf archive @@ -49,7 +51,8 @@ Create the archive Extract dir/ dir/foo -],[],[],[ustar]) # Testing one format is enough +], +[],[],[ustar]) # Testing one format is enough AT_CLEANUP