Skip to content

Commit

Permalink
fixup! libpriv/util: add precondition to catch potential trap
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon committed Dec 7, 2017
1 parent 2f7e722 commit acee00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compose-tests/libbasic-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ echo "ok no leftover files"

ostree --repo=${repobuild} show ${treeref} \
--print-metadata-key rpmostree.rpmdb.pkglist > pkglist.txt
assert_file_has_content pkglist.txt 'rpm-ostree'
assert_file_has_content pkglist.txt 'systemd'
echo "ok pkglist"
}

0 comments on commit acee00c

Please sign in to comment.