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
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./remove-tools-1.5.patch
|
./remove-tools-1.5.patch
|
||||||
|
./creds-test.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
GOOS = if stdenv.isDarwin then "darwin" else "linux";
|
GOOS = if stdenv.isDarwin then "darwin" else "linux";
|
||||||
|
|
Loading…
Reference in a new issue