Skip to content

Commit

Permalink
Fix tests broken after #910. (#915)
Browse files Browse the repository at this point in the history
The test was incorrect, but was passing becuase the test harness was
broken. pr/910 fixed the harness, but did not follow up and fix the
broken tests.
  • Loading branch information
meteorcloudy authored Jan 13, 2025
2 parents c5c6879 + 0c59c91 commit 99da771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tar/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ verify_archive_test(
"can_i_repackage_a_file_with_a_long_name/file_with_a_ridiculously_long_name_consectetur_adipiscing_elit_fusce_laoreet_lorem_neque_sed_pharetra_erat.txt",
],
must_contain_regex = [
".*can_i_repackage_a_file_with_a_long_name/$",
".*can_i_repackage_a_file_with_a_long_name/",
],
# there is really no need for these cases. I just want to use all the test capabilities.
must_not_contain = [
Expand Down

0 comments on commit 99da771

Please sign in to comment.