urchin/tests/TAP/.testsuite/a
2016-01-28 15:23:14 +00:00

5 lines
100 B
Bash
Executable File

#!/bin/sh
echo This is stderr from a. > /dev/stderr
echo This is stdout from a. > /dev/stdout
false