Fix test suite

This commit is contained in:
Carlo Nucera
2020-06-23 17:16:20 -04:00
parent ec3a857307
commit 8d51d38e4c
+1 -1
View File
@@ -46,7 +46,7 @@ struct CmdAddToStore : MixDryRun, StoreCommand
auto narHash = hashString(htSHA256, *sink.s);
ValidPathInfo info(store->makeFixedOutputPath(FileIngestionMethod::Recursive, narHash, *namePart));
*info.narHash = narHash;
info.narHash = narHash;
info.narSize = sink.s->size();
info.ca = std::optional { FixedOutputHash {
.method = FileIngestionMethod::Recursive,