diff options
author | holger krekel <holger@merlinux.eu> | 2014-07-15 09:53:42 +0200 |
---|---|---|
committer | holger krekel <holger@merlinux.eu> | 2014-07-15 09:53:42 +0200 |
commit | 115b02478074b554b8475fc60694007df7e9639b (patch) | |
tree | 5a2af2550121128765343ba4c3110758c607988d /tests | |
parent | d93a65559fcb8eb2b01a9b58afcef49e9592d27c (diff) | |
download | tox-git-1.7.2.tar.gz |
bump version and release 1.7.21.7.2
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_venv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_venv.py b/tests/test_venv.py index dbfec415..6482e09c 100644 --- a/tests/test_venv.py +++ b/tests/test_venv.py @@ -584,7 +584,7 @@ def test_command_relative_issue26(newmocksession, tmpdir, monkeypatch): mocksession.report.not_expect("warning", "*test command found but not*") monkeypatch.setenv("PATH", str(tmpdir)) x4 = venv.getcommandpath("x", cwd=tmpdir) - assert x4.endswith('/x') + assert x4.endswith(os.sep + 'x') mocksession.report.expect("warning", "*test command found but not*") def test_sethome_only_on_option(newmocksession, monkeypatch): |