packages feed

shelltestrunner-1.10: tests/bash/process-substitution.test

# Test bash-only <( ... ) syntax.
# This only works when run with --shell /bin/bash
diff <( echo foo ) <( echo bar )
>>>
1c1
< foo
---
> bar
>>>= 1