#!/bin/sh # this creates duplicate tests for each event loop, and then deletes those # that fail due to bugs in them. # also patches MANIFEST. ( cat <t/"$base"_$t done done ( grep -v ^t/6._ MANIFEST for t in t/6?_*; do echo $t done ) >MANIFEST~ && mv MANIFEST~ MANIFEST