#! /bin/bash
# SPDX-License-Identifier: GPL-2.0
#
# FS QA Test No. 006
#
# A test that hangs
#

. ./common/preamble
_begin_fstest dangerous_selftest

while :
do
    sleep 1d
done

echo "I should still be sleeping"
status=0
exit
