aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2023-08-13 12:01:22 +0100
committerZorro Lang <zlang@kernel.org>2023-08-19 02:44:23 +0800
commit4a78fc26ab16e4fce6f4bc0e8293c70551942792 (patch)
tree9284a7ed9fc4b9f0e4a47b947d83e681fffea25c
parent0ca1d4fbb2e9a492968f2951df101f24477f7991 (diff)
downloadxfstests-dev-4a78fc26ab16e4fce6f4bc0e8293c70551942792.tar.gz
btrfs/213: fix failure due to misspelled function name
The test is calling _not_run but it should be _notrun, so fix that. Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rwxr-xr-xtests/btrfs/2132
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/btrfs/213 b/tests/btrfs/213
index 5666d9b912..6def4f6ef7 100755
--- a/tests/btrfs/213
+++ b/tests/btrfs/213
@@ -55,7 +55,7 @@ sleep $(($runtime / 4))
# any error about no balance currently running.
$BTRFS_UTIL_PROG balance cancel "$SCRATCH_MNT" 2>&1 | grep -iq 'not in progress'
if [ $? -eq 0 ]; then
- _not_run "balance finished before we could cancel it"
+ _notrun "balance finished before we could cancel it"
fi
# Now check if we can finish relocating metadata, which should finish very