mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic/310: killall does not need pathnames
Only the executable name is required and this allows busybox killall to be used. Signed-off-by: Ari Sundholm <ari@tuxera.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
ea002f7e4e
commit
a4b6920548
+2
-2
@@ -103,7 +103,7 @@ _test_read()
|
||||
{
|
||||
src/t_readdir_1 $SEQ_DIR &
|
||||
sleep $RUN_TIME
|
||||
killall src/t_readdir_1
|
||||
killall t_readdir_1
|
||||
check_kernel_bug
|
||||
if [ $? -ne 0 ]; then
|
||||
_fatal "kernel bug detected, check dmesg for more infomation."
|
||||
@@ -114,7 +114,7 @@ _test_lseek()
|
||||
{
|
||||
src/t_readdir_2 $SEQ_DIR &
|
||||
sleep $RUN_TIME
|
||||
killall src/t_readdir_2
|
||||
killall t_readdir_2
|
||||
check_kernel_bug
|
||||
if [ $? -ne 0 ]; then
|
||||
_fatal "kernel bug detected, check dmesg for more infomation."
|
||||
|
||||
Reference in New Issue
Block a user