mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
CI Failures for files outside unit test environment.
/dev/sda and /dev/tty do exist in some Travis test environments but not others. Eventually should add internal files for block and character device files. For now, I'm relying on works-on-my-machine tests (which are passing).
This commit is contained in:
parent
6082b61fc3
commit
148748960b
1 changed files with 2 additions and 2 deletions
|
@ -134,8 +134,8 @@ _cf = {
|
|||
'pi': 'pipe',
|
||||
'so': None,
|
||||
'do': None,
|
||||
'bd': '/dev/sda',
|
||||
'cd': '/dev/tty',
|
||||
#bug ci failures: 'bd': '/dev/sda',
|
||||
#bug ci failures:'cd': '/dev/tty',
|
||||
'or': 'orphan_link',
|
||||
'mi': None,
|
||||
'su': 'set_uid',
|
||||
|
|
Loading…
Add table
Reference in a new issue