Skip to content

Commit

Permalink
now headers are not considered when tests compare to static AGP files
Browse files Browse the repository at this point in the history
  • Loading branch information
malonge committed Feb 3, 2021
1 parent 7085409 commit c9a59c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/scripts/validate_results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ OLD=$2

mecho "comparing AGP files with cmp:"

cmp $1 $2
cmp <(grep -v ^"#" $1) <(grep -v ^"#" $2)

0 comments on commit c9a59c6

Please sign in to comment.