5261563507
Update sos to the 3.1 upstream release and add post-release patches from the development tree.
28 lines
888 B
Diff
28 lines
888 B
Diff
From 01ef1eaed6f1228fcb8f3d6bc1746396d638282d Mon Sep 17 00:00:00 2001
|
|
From: "Bryn M. Reeves" <bmr@redhat.com>
|
|
Date: Thu, 27 Mar 2014 13:59:14 +0000
|
|
Subject: [PATCH 52/61] Remove obsolete checksum reference from
|
|
utilities_tests.py
|
|
|
|
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
|
|
---
|
|
tests/utilities_tests.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tests/utilities_tests.py b/tests/utilities_tests.py
|
|
index f3b1629..22b2bbe 100644
|
|
--- a/tests/utilities_tests.py
|
|
+++ b/tests/utilities_tests.py
|
|
@@ -5,7 +5,7 @@ import unittest
|
|
import six
|
|
from six import StringIO
|
|
|
|
-from sos.utilities import grep, checksum, get_hash_name, is_executable, sos_get_command_output, find, tail, shell_out
|
|
+from sos.utilities import grep, get_hash_name, is_executable, sos_get_command_output, find, tail, shell_out
|
|
import sos
|
|
|
|
TEST_DIR = os.path.dirname(__file__)
|
|
--
|
|
1.7.11.7
|
|
|