]> arthur.barton.de Git - bup.git/commitdiff
prep-for-debianish-build: add dosfstools for vfat in (root) tests
authorRob Browning <rlb@defaultvalue.org>
Sat, 4 Jan 2020 18:51:03 +0000 (12:51 -0600)
committerRob Browning <rlb@defaultvalue.org>
Thu, 9 Jan 2020 05:46:28 +0000 (23:46 -0600)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
dev/prep-for-debianish-build

index d91a1a03ba169a7970ca6447d4fa43cdeb197be3..bb371f3014bf3cf53a132e99e5255ff21aa9f17e 100755 (executable)
@@ -11,11 +11,13 @@ export DEBIAN_FRONTEND=noninteractive
 apt-get update
 
 common_debs='gcc make linux-libc-dev git rsync eatmydata acl attr par2'
-common_debs="$common_debs duplicity rdiff-backup rsnapshot"
+common_debs="$common_debs duplicity rdiff-backup rsnapshot dosfstools"
 
 pyver="${1:-python2}"
 xattr="${2:-pyxattr}"
 
+# dosfstools: for vfat for the (root) tests
+
 case "$pyver" in
     python2)
         apt-get install -y \