libhttpseverywhere: fix build

run tests in correct directory
This commit is contained in:
xeji 2018-03-21 11:02:37 +01:00 committed by Tuomas Tynkkynen
parent e58624a877
commit fa50e903cf
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
doCheck = true;
checkPhase = "./httpseverywhere_test";
checkPhase = "(cd test && ./httpseverywhere_test)";
outputs = [ "out" "devdoc" ];