diff options
| author | Nick Pope <nick.pope@flightdataservices.com> | 2019-02-05 22:00:56 +0000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-07-31 10:02:13 +0200 |
| commit | f618e033acd37d59b536d6e6126e6c5be18037f6 (patch) | |
| tree | 576985d9593733132f9eb6c362e1d04c6c206689 /tests | |
| parent | c95d063e776e849cf1a0bf616c654165cb89c706 (diff) | |
Fixed #30160 -- Added support for LZMA and XZ templates to startapp/startproject management commands.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/utils_tests/archives/foobar.tar.lzma | bin | 0 -> 271 bytes |
| -rw-r--r-- | tests/utils_tests/archives/foobar.tar.xz | bin | 0 -> 316 bytes |
| -rw-r--r-- | tests/utils_tests/archives/leadpath_foobar.tar.lzma | bin | 0 -> 212 bytes |
| -rw-r--r-- | tests/utils_tests/archives/leadpath_foobar.tar.xz | bin | 0 -> 260 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/tests/utils_tests/archives/foobar.tar.lzma b/tests/utils_tests/archives/foobar.tar.lzma Binary files differnew file mode 100644 index 0000000000..758518e1fd --- /dev/null +++ b/tests/utils_tests/archives/foobar.tar.lzma diff --git a/tests/utils_tests/archives/foobar.tar.xz b/tests/utils_tests/archives/foobar.tar.xz Binary files differnew file mode 100644 index 0000000000..f50d54371a --- /dev/null +++ b/tests/utils_tests/archives/foobar.tar.xz diff --git a/tests/utils_tests/archives/leadpath_foobar.tar.lzma b/tests/utils_tests/archives/leadpath_foobar.tar.lzma Binary files differnew file mode 100644 index 0000000000..bf1af30589 --- /dev/null +++ b/tests/utils_tests/archives/leadpath_foobar.tar.lzma diff --git a/tests/utils_tests/archives/leadpath_foobar.tar.xz b/tests/utils_tests/archives/leadpath_foobar.tar.xz Binary files differnew file mode 100644 index 0000000000..9fc7a1b82a --- /dev/null +++ b/tests/utils_tests/archives/leadpath_foobar.tar.xz |
