diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-17 17:55:18 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-17 17:55:18 (EDT) |
commit | dfb9fee82413a682f3c6ba7484bd80494c6df80e (patch) | |
tree | ade817d7f836dd23fb56abebe3116f2730805e23 /tests/exe | |
parent | ee2aef87d9bc356f29e0e6f3b3c6ad92ffafcf2d (diff) |
ob-installplatconf: Match upstream version patterns
Diffstat (limited to 'tests/exe')
-rwxr-xr-x | tests/exe/ob-installplatconf.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/exe/ob-installplatconf.sh b/tests/exe/ob-installplatconf.sh index f4d2c00..1279428 100755 --- a/tests/exe/ob-installplatconf.sh +++ b/tests/exe/ob-installplatconf.sh @@ -22,11 +22,11 @@ set -eu . "${TOP_SRCDIR}/tests/aux/tap-functions.sh" . "${TOP_SRCDIR}/tests/aux/common.sh" -plan_ 4 +plan_ 6 export OB_TEST_DATADIR= -for dir in 'foo' 'foo_1.0'; do +for dir in 'foo' 'foo_1.0' 'foo_1.'; do OB_TEST_DATADIR="${TOP_SRCDIR}/tests/data/platconf_${dir}" rm -f 'poem' command_ok_ 'ob-installplatconf exit status' -- \ |