commit | edd329dbcda3e25a8d21636c2d69a102fb1eb65a | [log] [tgz] |
---|---|---|
author | Andrew G. Morgan <[email protected]> | Mon Nov 09 22:47:15 2020 -0800 |
committer | Andrew G. Morgan <[email protected]> | Mon Nov 09 22:47:15 2020 -0800 |
tree | f06d08ab4ecd45887e7f43144280c3b78aeca596 | |
parent | cf8fb28e420d7b54e856cd30cef18ac732f24d2c [diff] |
Remove the golang POSIX semantics validation tests. These were here as a commentary mostly, and now that the golang upstream sources (targeted for 1.16 release) contain my patch that enables POSIX semantics, [ https://go-review.googlesource.com/c/go/+/210639 ], and the syscall.TestSetuidEtc() test code has been enhanced to run on all Go supported Linux architectures, there is no need to keep a seed copy of it here. Signed-off-by: Andrew G. Morgan <[email protected]>