Sfoglia il codice sorgente

Add back write permissions on dir

Sergey Poznyakoff 18 anni fa
parent
commit
bd13e18a63
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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