p This tests that TESH accepts any order for the input/output p Order: in, out, cmd < < TOTO < > TOTO < $ cat $ ../tesh --log="log.thresh:info tesh.fmt:%m%n" p Order: out, in, cmd < > TOTO < < TOTO < $ cat $ ../tesh --log="log.thresh:info tesh.fmt:%m%n" p Order: out, cmd, in < > TOTO < $ cat < < TOTO $ ../tesh --log="log.thresh:info tesh.fmt:%m%n" p Order: in, cmd, out < < TOTO < $ cat < > TOTO $ ../tesh --log="log.thresh:info tesh.fmt:%m%n" p Order: cmd, out, in < $ cat < > TOTO < < TOTO $ ../tesh --log="log.thresh:info tesh.fmt:%m%n" p Order: cmd, in, out < $ cat < < TOTO < > TOTO $ ../tesh --log="log.thresh:info tesh.fmt:%m%n"