diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-05-30 12:04:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-05-30 12:04:05 +0200 |
commit | 760d75fad0148a053bae06905e46fe99e641135d (patch) | |
tree | 8c65804359669760497f77e4089f8714a648a4f2 /tests/remote-git.testscript | |
parent | 3c8e389347445913fb3329a53decf04e0af87735 (diff) |
Explicitly pass -z during .tar.gz extraction in tests for OpenBSD tar
Diffstat (limited to 'tests/remote-git.testscript')
-rw-r--r-- | tests/remote-git.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/remote-git.testscript b/tests/remote-git.testscript index 308c067..0885abd 100644 --- a/tests/remote-git.testscript +++ b/tests/remote-git.testscript @@ -66,7 +66,7 @@ else end # Command for extracting the git repository from a tarball into the output -# directory (see above). +# directory (see above). Note: should only be used for .tar, not .tar.gz. # # Note that we can expect that the tar program is present on the platform. We # will use the same options as we do for unpacking of package archives (see |