Commit a656995
tests: small fix for import-orig-rpm component test
Merge behaviour in newer git versions (> v2.16) is slightly different.
This broke one test with an error something like:
Traceback (most recent call last):
File "tests/component/rpm/test_import_orig_rpm.py", line 243, in test_misc_options
eq_(len(repo.get_commits(until='pack')), 3)
AssertionError: 2 != 3
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>1 parent 2f6a432 commit a656995
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
225 | 229 | | |
226 | 230 | | |
227 | 231 | | |
| |||
0 commit comments