tests/posixacl: rm duplicated test
authorJoe Guo <joeg@catalyst.net.nz>
Wed, 4 Jul 2018 03:50:40 +0000 (15:50 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 12 Jul 2018 02:32:03 +0000 (04:32 +0200)
commit6875f4354a356ccdf11b8a08aa9e197e51a3c40f
tree6b38250cb7147a23f2942222cd6354f40e0f8398
parent002987ab3d49a20d96b8318f8cfa1ca78c2a280e
tests/posixacl: rm duplicated test

There are 2 copy of `test_setposixacl_getposixacl`, this patch removed
the first copy, which was overwritten by the second one.

They are 99% the same except in the last line a_perm is 6 vs 7, and 7 is
the correct number.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13521

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
python/samba/tests/posixacl.py