Browse Source

Add back write permissions on dir

Sergey Poznyakoff 18 years ago
parent
commit
bd13e18a63
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/extrac07.at

+ 2 - 0
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