]> Dogcows Code - chaz/tar/blobdiff - tests/extrac07.at
Add back write permissions on dir
[chaz/tar] / tests / extrac07.at
index 1919a2a98843f15fae680f05003a5a8274d10fad..2efc2f410f9a4d599db140493f229cb244c4b89d 100644 (file)
@@ -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
This page took 0.019875 seconds and 4 git commands to generate.