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>
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