diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 02:31:57 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 02:31:57 (EDT) |
commit | dffd7a47fbdcac799b4ada5253eab42807d12324 (patch) | |
tree | e3cad090a574005137c5ec64bf120045df8b0a5b /tests/src | |
parent | 1c86be26ca78ad0a227fea3cfc64a4c5641118dc (diff) |
tests/aux/common.sh: Copy test package files to build directory
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/src/foo.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/src/src/foo.sh b/tests/src/src/foo.sh deleted file mode 100644 index aedab81..0000000 --- a/tests/src/src/foo.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -printf 'Hello, world!\n' |