#!/bin/sh
#
# Simple smoketest of aptfs

set -eu

modprobe fuse
mkdir target
mount.aptfs target
ls -l target
find target/bash
fusermount -u target
