blob: 9ed5a511f2b4823df2128c5cf2ff66b4e8338101 [file] [log] [blame]
#! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2021 Christian Brauner. All Rights Reserved.
#
# FS QA Test 644
#
# Test that fscaps on idmapped mounts behave correctly.
#
. ./common/preamble
_begin_fstest auto quick cap idmapped mount
# get standard environment, filters and checks
. ./common/rc
. ./common/filter
# real QA test starts here
_supported_fs generic
_require_idmapped_mounts
_require_test
echo "Silence is golden"
$here/src/idmapped-mounts/idmapped-mounts --test-fscaps-regression \
--device "$TEST_DEV" --mount "$TEST_DIR" --fstype "$FSTYP"
status=$?
exit