summaryrefslogtreecommitdiffstats
path: root/tests/ob_reduce_deps.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-16 23:06:49 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-16 23:06:49 (EDT)
commitd43006a506a34b7700d554b5cf8c4a9f5ec9e188 (patch)
treeb11bd6619bcbc780aafac169ea15435fbf740fe1 /tests/ob_reduce_deps.sh
parentef6455d8d03b0b999968ab6f8444baa14f68bb02 (diff)
tests/*.sh: set -u
Diffstat (limited to 'tests/ob_reduce_deps.sh')
-rwxr-xr-xtests/ob_reduce_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ob_reduce_deps.sh b/tests/ob_reduce_deps.sh
index 7030f07..b1e8609 100755
--- a/tests/ob_reduce_deps.sh
+++ b/tests/ob_reduce_deps.sh
@@ -17,7 +17,7 @@
# 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
+set -eu
. "${TOP_SRCDIR}/tests/aux/tap-functions.sh"
. "${TOP_BUILDDIR}/lib/libopkbuild.${SHSOEXT}.${LIBOPKBUILD_SHSOVERSION}"