From: Sergey Poznyakoff Date: Sat, 16 Jun 2007 12:10:14 +0000 (+0000) Subject: Add back write permissions on dir X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=bd13e18a63c98e0ff4d4831312352f497eaccf3f Add back write permissions on dir --- diff --git a/tests/extrac07.at b/tests/extrac07.at index 1919a2a..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