Commit a7a6356c authored by David McFarland's avatar David McFarland
Browse files

tests.dotnet.project-references: use dir instead of file output

This fixes an error in nixpkgs-review when it tries to pass this to
buildEnv:

error: The store path [...]project-references-test is a file and can't
be merged into an environment using pkgs.buildEnv! at [...]-builder.pl
line 122.
parent f44b27ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,5 +34,5 @@ in

runCommand "project-references-test" { } ''
  ${application}/bin/Application
  touch $out
  mkdir $out
''