summaryrefslogtreecommitdiffstats
path: root/tests/ob_parse_dep.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 04:03:27 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 04:03:27 (EDT)
commit90c36e26defc2f56b8db1294b857a4028b197437 (patch)
tree348163f598cb8363191fd1dca16df8e5348badec /tests/ob_parse_dep.sh
parent8173bcbcc3a05333979b0da0a765b4dedde7448e (diff)
tests/*.sh: set -e
Diffstat (limited to 'tests/ob_parse_dep.sh')
-rwxr-xr-xtests/ob_parse_dep.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ob_parse_dep.sh b/tests/ob_parse_dep.sh
index 77351d0..2ee6cbf 100755
--- a/tests/ob_parse_dep.sh
+++ b/tests/ob_parse_dep.sh
@@ -17,6 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with opkbuild. If not, see <http://www.gnu.org/licenses/>.
+set -e
+
. "${TOP_SRCDIR}/tests/aux/tap-functions.sh"
. "${TOP_BUILDDIR}/lib/libopkbuild.${SHSOEXT}.${LIBOPKBUILD_SHSOVERSION}"