From 7f8bacca4c2b1d35bb65ddf8cbf70fadf1adf66e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 5 Nov 2017 11:02:27 -0500 Subject: parse: Support -perm +7777, for compatibility with BSD and old GNU find --- tests/test_perm_222_plus.out | 5 +++++ tests/test_perm_644_plus.out | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 tests/test_perm_222_plus.out create mode 100644 tests/test_perm_644_plus.out (limited to 'tests') diff --git a/tests/test_perm_222_plus.out b/tests/test_perm_222_plus.out new file mode 100644 index 0000000..9a5b95a --- /dev/null +++ b/tests/test_perm_222_plus.out @@ -0,0 +1,5 @@ +perms +perms/rw +perms/rwx +perms/w +perms/wx diff --git a/tests/test_perm_644_plus.out b/tests/test_perm_644_plus.out new file mode 100644 index 0000000..7e5ae98 --- /dev/null +++ b/tests/test_perm_644_plus.out @@ -0,0 +1,7 @@ +perms +perms/r +perms/rw +perms/rwx +perms/rx +perms/w +perms/wx -- cgit v1.2.3