Skip to content

Commit

Permalink
test: shorten long gdb test core file name so tar doesn't croak on it
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Apr 22, 2019
1 parent 8a74451 commit e83bf9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/t/test_gdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ def test_1(self, completion):
def test_2(self, completion):
assert completion == sorted(
"core core.12345 "
"core.weston.1000.bc46148827504908898ad152f43bffb2.5308."
"1555362132000000".split()
"core.weston.1000.deadbeef.5308.1555362132000000".split()
)

0 comments on commit e83bf9b

Please sign in to comment.