lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 24.05-pre 20 lines 823 B view raw
1diff --git a/testing/functional/test_restart.py b/testing/functional/test_restart.py 2index 6d972c82..e8435fd5 100644 3--- a/testing/functional/test_restart.py 4+++ b/testing/functional/test_restart.py 5@@ -350,14 +350,7 @@ class RestartTestWithoutEncryption(RestartTest): 6 https://launchpad.net/bugs/929067 7 """ 8 9- if platform.system().startswith(u'Linux'): 10- tarcmd = u"tar" 11- elif platform.system().startswith(u'Darwin'): 12- tarcmd = u"gtar" 13- elif platform.system().endswith(u'BSD'): 14- tarcmd = u"gtar" 15- else: 16- raise Exception(u"Platform %s not supported by tar/gtar." % platform.platform()) 17+ tarcmd = u"tar" 18 19 # Intial normal backup 20 self.backup(u"full", u"{0}/testfiles/blocktartest".format(_runtest_dir))