summaryrefslogtreecommitdiffstats
path: root/tests/exe/ob-installdocs.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-07-04 22:45:49 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-07-04 22:45:49 (EDT)
commita87167806219bb536c86e603e9e38f68a54d654b (patch)
treeddfc820d8e466231a6d5fb26d0275721fbde2260 /tests/exe/ob-installdocs.sh
parent39fc6829125a795e34b356f1490b61442b516cfb (diff)
tests: Verify arch-qualification
Diffstat (limited to 'tests/exe/ob-installdocs.sh')
-rwxr-xr-xtests/exe/ob-installdocs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/exe/ob-installdocs.sh b/tests/exe/ob-installdocs.sh
index 96c3244..fe54b8a 100755
--- a/tests/exe/ob-installdocs.sh
+++ b/tests/exe/ob-installdocs.sh
@@ -29,13 +29,13 @@ rm -Rf *'.data/'
command_ok_ 'ob-installdocs first run exit status' -- ob-installdocs
for f in 'copyright' 'changelog.dist' 'README.upstream'; do
command_ok_ "${f} file installed" -- \
- [ -f "foo.data/usr/share/doc/foo/${f}" ]
+ [ -f "foo.data/usr/share/doc/foo:i686-linux-glibc/${f}" ]
done
command_ok_ 'link created' -- [ -L 'bar.data/usr/share/doc/bar' ]
command_ok_ 'ob-installdocs second run exit status' -- ob-installdocs
for f in 'copyright' 'changelog.dist' 'README.upstream'; do
command_ok_ "${f} file installed" -- \
- [ -f "foo.data/usr/share/doc/foo/${f}" ]
+ [ -f "foo.data/usr/share/doc/foo:i686-linux-glibc/${f}" ]
done
command_ok_ 'link created' -- [ -L 'bar.data/usr/share/doc/bar' ]