#!/usr/bin/env bash
echo text > a
touch b
expect -2 "SED:*-i with stdin*" -i s/text// a < b
