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:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user