Skip to content

Commit 3f6373c

Browse files
committed
Fix failing build
1 parent 2feb65c commit 3f6373c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test-libfuzzer.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dotnet publish src/SharpFuzz.CommandLine/SharpFuzz.CommandLine.csproj `
2222
-command out/SharpFuzz.CommandLine
2323

2424
$crasher = "Whoopsie"
25-
$output = Get-ChildItem -Path "timeout-*"
25+
$output = Get-ChildItem -Path "crash-*"
2626
$content = Get-Content -Path $output.FullName -Raw
2727

2828
if (-not $content.Contains($crasher)) {

0 commit comments

Comments
 (0)