Unverified Commit 71770c17 authored by Artturin's avatar Artturin Committed by GitHub
Browse files

Merge pull request #329253 from trofi/autoprefixer.tests-fix-eval

autoprefixer.tests: fix the eval
parents b12aaa9f 93d84f95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ runCommand, autoprefixer }:

let
  inherit (autoprefixer) packageName version;
  inherit (autoprefixer) pname version;
in

runCommand "${packageName}-tests" { meta.timeout = 60; }
runCommand "${pname}-tests" { meta.timeout = 60; }
  ''
    # get version of installed program and compare with package version
    claimed_version="$(${autoprefixer}/bin/autoprefixer --version | awk '{print $2}')"