[LTP] [PATCH] isofs: Add ISO9660 kernel config requirement

Cyril Hrubis chrubis@suse.cz
Mon Oct 27 10:02:33 CET 2025


Hi!
>  TST_NEEDS_CMDS="mount umount"
>  TST_NEEDS_TMPDIR=1
> +TST_NEEDS_KCONFIGS="CONFIG_ISO9660_FS=y | CONFIG_ISO9660_FS=m"

If you add just TST_NEEDS_KCONFIGS="CONFIG_ISO9660_FS" it will match both
=y and =m I've added this shortcut to the library so that we do not need
to write it as you did above.

>  TST_TESTFUNC=do_test
>  TST_CNT=3
>  TST_SETUP="setup"
> -- 
> 2.51.0
> 

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list