On Mon, Oct 23, 2023 at 06:13:15PM +0200, Thomas Haller wrote: > The file "optimizations/dumps/single_anon_set.nft.input" was laying > around, and it was unclear how it was used. > > Let's extend "check-patch.sh" to flag all unused files. But the script > cannot understand how "single_anon_set.nft.input" is used (aside allow > listing it). > > Instead, inline the script to keep it inside the test (script). > > We still write the data to a separate file and don't use `nft -f -` > (because reading stdin uses a different code path we want to cover). Series applied, thanks