Skip to content

Commit 4091b25

Browse files
committed
#26 test_workspacefreezer don't use /var/log for osx
1 parent bd1bec4 commit 4091b25

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tmuxp/testsuite/test_workspacefreezer.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from __future__ import absolute_import, division, print_function, with_statement
1313

1414
import os
15-
import sys
1615
import logging
1716
import time
1817
import kaptan
@@ -43,8 +42,8 @@ class FreezeTest(TmuxTestCase):
4342
window_name: editor
4443
- panes:
4544
- shell_command:
46-
- tail -F /var/log/syslog
47-
start_directory: /var/log
45+
- pane
46+
start_directory: /usr/bin
4847
window_name: logging
4948
- window_name: test
5049
panes:
@@ -86,6 +85,3 @@ def test_freeze_config(self):
8685
default_flow_style=False,
8786
safe=True
8887
)
89-
90-
#logger.error(json)
91-
#logger.error(yaml)

0 commit comments

Comments
 (0)