2021-07-11 13:00:00 +01:00
|
|
|
diff --git a/testing/functional/test_restart.py b/testing/functional/test_restart.py
|
|
|
|
index 6d972c82..e8435fd5 100644
|
2019-05-04 01:16:54 +01:00
|
|
|
--- a/testing/functional/test_restart.py
|
|
|
|
+++ b/testing/functional/test_restart.py
|
2021-07-11 13:00:00 +01:00
|
|
|
@@ -350,14 +350,7 @@ class RestartTestWithoutEncryption(RestartTest):
|
2019-05-04 01:16:54 +01:00
|
|
|
https://launchpad.net/bugs/929067
|
|
|
|
"""
|
2021-07-11 13:00:00 +01:00
|
|
|
|
2020-01-05 16:01:50 +00:00
|
|
|
- if platform.system().startswith(u'Linux'):
|
|
|
|
- tarcmd = u"tar"
|
|
|
|
- elif platform.system().startswith(u'Darwin'):
|
|
|
|
- tarcmd = u"gtar"
|
|
|
|
- elif platform.system().endswith(u'BSD'):
|
|
|
|
- tarcmd = u"gtar"
|
2019-05-04 01:16:54 +01:00
|
|
|
- else:
|
2020-01-05 16:01:50 +00:00
|
|
|
- raise Exception(u"Platform %s not supported by tar/gtar." % platform.platform())
|
|
|
|
+ tarcmd = u"tar"
|
2021-07-11 13:00:00 +01:00
|
|
|
|
2019-05-04 01:16:54 +01:00
|
|
|
# Intial normal backup
|
2021-07-11 13:00:00 +01:00
|
|
|
self.backup(u"full", u"{0}/testfiles/blocktartest".format(_runtest_dir))
|