Hello, the test 'owner.at' should have been probably insensitive to local
umask. Possible fix is attached.
$ ./testsuite -k owner # returns something like that
@@ -1,3 +1,3 @@
--rw-r--r-- Joe the Plumber/Plumber's Union 0 1970-01-01 00:00 a
--rw-r--r-- 1234/5678 0 1970-01-01 00:00 a
+-rw-rw-r-- Joe the Plumber/Plumber's Union 0 1970-01-01 00:00 a
+-rw-rw-r-- 1234/5678 0 1970-01-01 00:00 a
Pavel
diff --git a/tests/owner.at b/tests/owner.at
index 799bd43..291e291 100644
--- a/tests/owner.at
+++ b/tests/owner.at
@@ -31,6 +31,7 @@ genfile --file a
tar --owner="Joe the Plumber:1234" \
--group="Plumber's Union:5678" \
--mtime='@0' \
+ --mode='0644' \
-cf arc a
tar -tvf arc