test-appliance: add libzstd1 to backport-packages-stretch

The btrfs-progs package in stretch-backports recently started depending
on libzstd1, so add libzstd1 to the backport-packages-stretch file.
This fixes the following error when building test appliances:

    dpkg: dependency problems prevent configuration of btrfs-progs:
     btrfs-progs depends on libzstd1 (>= 1.3.8); however:
      Package libzstd1 is not installed.

    dpkg: error processing package btrfs-progs (--install):
     dependency problems - leaving unconfigured

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
1 file changed
tree: b2b19802321577d179533ab6aad2c445a45091b6
  1. acl/
  2. android-compat/
  3. attr/
  4. dbench/
  5. Documentation/
  6. e2fsprogs-libs/
  7. kernel-configs/
  8. kvm-xfstests/
  9. libaio/
  10. misc/
  11. popt/
  12. .dockerignore
  13. .gitignore
  14. .travis.yml
  15. build-all
  16. config
  17. config.docker
  18. COPYING
  19. do-all
  20. do-update
  21. Dockerfile
  22. gen-tarball
  23. get-all
  24. get-versions
  25. Makefile
  26. README.md
  27. setup-buildchroot
  28. update-all
README.md

xfstests-bld

The xfstests-bld project was originally designed as system to make it easy to build xfstests in way that isolated it from the versions of various libraries such as libaio, xfsprogs, that were available in a particular distribution. It has since evolved to have four primary functions:

More details about how to use xfstests-bld to carry out these three functions can be found in the Documentation directory.

If you are first getting started using xfstests, you should probably read the Quickstart guide first. If you don't know much about xfstests, you may also want to read this introduction to xfstests.

License

The xfstests-bld project has been made available under the terms of the GNU General Public License, version 2. A copy can be found in the file named COPYING in the distribution.