Skip to content

Commit dc92ac3

Browse files
committed
Make special format character compatible with csh
1 parent 56fe8dc commit dc92ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binconvert/tests/test_convert.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def read_binary_file(self, source, **kwargs):
3939

4040
def setUp(self):
4141
self.fmt = '3s3si3si'
42-
self.formats = ['3s', '3si:*']
42+
self.formats = ['3s', '3si:#']
4343
self.lsource = 'l.bin'
4444
self.bsource = 'b.bin'
4545
self.content = ('foo', 'bar', 26, 'baz', 32)

0 commit comments

Comments
 (0)