1 #!/usr/bin/env bash
2 #
3 # Miscellaneous tests for the command language.
4
5 ### Command block
6 { which ls; }
7 ## stdout: /bin/ls
8