diff --git a/src/lib/Test/Smoke/Executable.hs b/src/lib/Test/Smoke/Executable.hs index 8b42ff35..fbcf218d 100644 --- a/src/lib/Test/Smoke/Executable.hs +++ b/src/lib/Test/Smoke/Executable.hs @@ -28,7 +28,7 @@ runExecutable (ExecutableProgram executablePath executableArgs) args (StdIn stdI (Vector.toList (unArgs (executableArgs <> args))) ) { cwd = toFilePath . unWorkingDirectory <$> workingDirectory, - env = fmap Map.toList (unEnvVars <$> env) + env = Map.toList . unEnvVars <$> env } ) stdIn