Fix go_1_6 test
In a user namespace, sending credentials for an unmapped user return EINVAL instead of EPERM. So handle that case.
This commit is contained in:
parent
2c03037450
commit
adc2a8f648
@ -110,6 +110,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = [
|
||||
./remove-tools-1.5.patch
|
||||
./creds-test.patch
|
||||
];
|
||||
|
||||
GOOS = if stdenv.isDarwin then "darwin" else "linux";
|
||||
|
Loading…
Reference in New Issue
Block a user