summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-18 01:05:40 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-18 01:05:40 (EDT)
commit423d9ad92b9b9bb0fee7b2a07650cd4a5b3d6796 (patch)
treecbf38f1656d7594982dcfae7a70bd7ad2e558995
parentbd2becc5734e30ca94d66ac5c716cd5b452739dc (diff)
Revert "tests/exe/ob-buildopk.sh: Remove directories from test results"
This reverts commit 48cce14340195450b945d737abffc18fda5c20a3.
-rwxr-xr-xtests/exe/ob-buildopk.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/exe/ob-buildopk.sh b/tests/exe/ob-buildopk.sh
index ddf0734..3b211f2 100755
--- a/tests/exe/ob-buildopk.sh
+++ b/tests/exe/ob-buildopk.sh
@@ -58,14 +58,19 @@ 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