aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2022-04-19 10:32:06 -0700
committerZorro Lang <zlang@kernel.org>2022-04-27 02:54:00 +0800
commitad5f89ef3013d0ce8459cce364d60ec957ea2556 (patch)
treefcfeaaa9152f68165f87d5b55a02c3111aafa98f
parentaf8aeeea48d0d876f8f9ecda307b45b655aea6a7 (diff)
downloadxfstests-dev-ad5f89ef3013d0ce8459cce364d60ec957ea2556.tar.gz
generic/019: fix incorrect unset statements
Fix incorrect usage of unset -- one passes the name of the variable, not the *value* contained within it. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rwxr-xr-xtests/generic/0194
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/generic/019 b/tests/generic/019
index 854ba57de0..45c91624d3 100755
--- a/tests/generic/019
+++ b/tests/generic/019
@@ -140,8 +140,8 @@ _workout()
kill $fs_pid &> /dev/null
wait $fs_pid
wait $fio_pid
- unset $fs_pid
- unset $fio_pid
+ unset fs_pid
+ unset fio_pid
# We expect that broken FS still can be umounted
run_check _scratch_unmount