From 68897b9e37b7dbe182aca5be75883604f328f065 Mon Sep 17 00:00:00 2001 From: Eric Scheidemantle Date: Wed, 6 Aug 2014 11:05:06 -0700 Subject: [PATCH] Fix expected output to match actual output for setuptools and pip installation progress. The progress line has been one line for a while but the expected output was looking for two lines. --- tests/test_activate_expected.output | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_activate_expected.output b/tests/test_activate_expected.output index fdf9c7b46..35bf7f70f 100644 --- a/tests/test_activate_expected.output +++ b/tests/test_activate_expected.output @@ -1,3 +1,2 @@ New python executable in /tmp/test_virtualenv_activate.venv/bin/python -Installing setuptools............done. -Installing pip...............done. +Installing setuptools, pip...done.