Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update t/80_vppreproc.t typo
Co-authored-by: Wilson Snyder <[email protected]>
  • Loading branch information
piecea and wsnyder authored May 17, 2022
commit 3141ee4270b82357f78c16c2629eabff0b4e7539
6 changes: 3 additions & 3 deletions t/80_vppreproc.t
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ sub vppreproc {
ok(-r $out, "vppreproc output from: $cmd");
ok(files_identical ($out, $checkname), "diff");
} else {
fail ("run command");
fail ("no output file created");
fail ("no output file to compare");
fail("run command");
fail("no output file created");
fail("no output file to compare");
}
}

Expand Down