diff options
-rwxr-xr-x | tests/include.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/include.sh b/tests/include.sh index 8aeca50..055d193 100755 --- a/tests/include.sh +++ b/tests/include.sh @@ -20,7 +20,7 @@ . tap-functions.sh . opk.sh -plan_ 8 +plan_ 9 changes="$(make_opks_and_changes 'foo' 'foo bar' '1.0-1' 'arch' 'plat' 'trunk' \ 'base')" @@ -80,3 +80,9 @@ command_ok_ 'package "bar" SHA256sum OK' -- \ sed 's/ .*$//')" \ = "x$(sed -n 's/^SHA256sum: //p;' "${got_packages}" | \ sed -n '1{ p; q; }')" ] + +cat >'Manifest.exp' <<-EOF + arch/plat/base + EOF +command_ok_ 'suite manifest OK' -- \ + diff -u 'Manifest.exp' 'archive/feeds/dev/trunk/Manifest' |