| #! /bin/bash | |
| # SPDX-License-Identifier: GPL-2.0 | |
| # Copyright (c) 2008 Eric Sandeen. All Rights Reserved. | |
| # | |
| # FS QA Test No. 198 | |
| # | |
| # Test that aio+dio into holes does completion at the proper offsets | |
| # See also https://bugzilla.redhat.com/show_bug.cgi?id=217098 | |
| # | |
| . ./common/preamble | |
| _begin_fstest auto aio quick | |
| # Import common functions. | |
| . ./common/filter | |
| _require_aiodio aiodio_sparse2 | |
| _require_test | |
| echo "Silence is golden." | |
| rm -f "$TEST_DIR/aiodio_sparse*" | |
| $AIO_TEST "$TEST_DIR/aiodio_sparse" | |
| status=$? | |
| exit |