diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-16 10:02:45 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-16 10:02:45 (EDT) |
commit | 48cce14340195450b945d737abffc18fda5c20a3 (patch) | |
tree | 24bec8570bffd95d06234df5a8b3c9bd01df8c52 /tests/exe | |
parent | a18237987e6b197339b1b97e5ec76da313c6e694 (diff) |
tests/exe/ob-buildopk.sh: Remove directories from test results
Diffstat (limited to 'tests/exe')
-rwxr-xr-x | tests/exe/ob-buildopk.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/exe/ob-buildopk.sh b/tests/exe/ob-buildopk.sh index a847ef1..005f639 100755 --- a/tests/exe/ob-buildopk.sh +++ b/tests/exe/ob-buildopk.sh @@ -59,19 +59,14 @@ for opk in '../../foo_1.0-1_i686-linux-glibc_all.opk' \ data.tar.gz EOF cmd_is 'control.tar.gz contents' ls_inner "${opk}" control.tar.gz <<-EOF - ./ ./control ./md5sums EOF done cmd_is 'data.tar.gz contents' \ ls_inner '../../foo_1.0-1_i686-linux-glibc_all.opk' data.tar.gz <<-EOF - ./ - ./usr/ - ./usr/bin/ ./usr/bin/foo.sh EOF cmd_is 'data.tar.gz contents' \ ls_inner '../../bar_1.0-1_all_all.opk' data.tar.gz <<-EOF - ./ EOF |