From 115b02478074b554b8475fc60694007df7e9639b Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 15 Jul 2014 09:53:42 +0200 Subject: bump version and release 1.7.2 --- tests/test_venv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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): -- cgit v1.2.1