more portable permission test

pull/93/head
Dave Vasilevsky 3 years ago
parent 3c7e8bc68c
commit 0829c7315c

@ -10,4 +10,4 @@ echo foo > $INPUT
$PIXZ $INPUT
[ "$(stat -c "%a" $INPUT.xz)" = 600 ]
[ "$(find $INPUT.xz -perm 0600)" = "$INPUT.xz" ]

Loading…
Cancel
Save