]> Dogcows Code - chaz/tar/blobdiff - tests/owner.at
Update copyright years.
[chaz/tar] / tests / owner.at
index 799bd43d8220811da24571ae7e4476be72114d01..9c04223d5c1d98a87eb78351994e2b5562b54601 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright 2011 Free Software Foundation, Inc.
+# Copyright 2011, 2013-2014 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -14,9 +14,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Check the --owner and --group options.
 
@@ -31,6 +29,7 @@ genfile --file a
 tar --owner="Joe the Plumber:1234" \
     --group="Plumber's Union:5678" \
     --mtime='@0' \
+    --mode='u=rw,go=r' \
     -cf arc a
 
 tar -tvf arc
This page took 0.023407 seconds and 4 git commands to generate.