Skip to content

Commit

Permalink
refactor refspec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jan 13, 2025
1 parent 12f672f commit 2658464
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ fn push_to_empty() {

#[test]
fn fuzzed() {
let input = include_bytes!("../fixtures/fuzzed/clusterfuzz-testcase-minimized-gix-refspec-parse-4658733962887168");
let input =
include_bytes!("../../fixtures/fuzzed/clusterfuzz-testcase-minimized-gix-refspec-parse-4658733962887168");
drop(gix_refspec::parse(input.into(), gix_refspec::parse::Operation::Fetch).unwrap_err());
drop(gix_refspec::parse(input.into(), gix_refspec::parse::Operation::Push).unwrap_err());
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2658464

Please sign in to comment.