diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 22:22:58 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 22:22:58 (EDT) |
commit | 32d618524ce3deecbf85f730f70feb343057eaea (patch) | |
tree | 3c05af36dc44bf82b841c5172afdf25c5e3a9e02 /tests/src | |
parent | 1d7b271602319a1ed941d87944723c2e4fcabe42 (diff) |
tests/pkg/, tests/src/: Add
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/src/foo.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/src/foo.sh b/tests/src/src/foo.sh new file mode 100644 index 0000000..aedab81 --- /dev/null +++ b/tests/src/src/foo.sh @@ -0,0 +1,2 @@ +#!/bin/sh +printf 'Hello, world!\n' |