mirror of
https://github.com/aaru-dps/AaruBenchmark.git
synced 2025-12-16 19:24:36 +00:00
Fix path for spamsum test.
This commit is contained in:
@@ -256,7 +256,7 @@ namespace AaruBenchmark.Checksums
|
||||
proc.StartInfo.UseShellExecute = false;
|
||||
proc.StartInfo.FileName = "/usr/bin/ssdeep";
|
||||
proc.StartInfo.CreateNoWindow = true;
|
||||
proc.StartInfo.ArgumentList.Add("/mnt/DiscImageChef/Checksum test files/random");
|
||||
proc.StartInfo.ArgumentList.Add(Path.Combine(Program.Folder, "random"));
|
||||
proc.StartInfo.RedirectStandardOutput = true;
|
||||
proc.Start();
|
||||
proc.StandardOutput.ReadToEnd();
|
||||
|
||||
Reference in New Issue
Block a user