diff options
Diffstat (limited to 'test/rust/hello/test_hello.sh')
-rw-r--r-- | test/rust/hello/test_hello.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/rust/hello/test_hello.sh b/test/rust/hello/test_hello.sh new file mode 100644 index 0000000..531f888 --- /dev/null +++ b/test/rust/hello/test_hello.sh @@ -0,0 +1,3 @@ +set -e + +./hello | grep -i world |