Browse Source

Add back write permissions on dir

Sergey Poznyakoff 17 năm trước cách đây
mục cha
commit
bd13e18a63
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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