summaryrefslogtreecommitdiff
path: root/tests/setup
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-22 15:42:27 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-22 15:42:27 +0000
commit25dc9fb774ca365e3fce939871ebcae53639e9a1 (patch)
tree3fbb7fd289efd641d27afcb91bca0b8b755440d1 /tests/setup
parentfb6116243063b9fd8aca31b0daa1676bb9158cc1 (diff)
downloadmorph-25dc9fb774ca365e3fce939871ebcae53639e9a1.tar.gz
use "set -eu" in scripts
Except in the missing-ref script, since that one breaks with -e.
Diffstat (limited to 'tests/setup')
-rwxr-xr-xtests/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/setup b/tests/setup
index f20f6892..004c0ceb 100755
--- a/tests/setup
+++ b/tests/setup
@@ -26,7 +26,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-set -e
+set -eu
# The $DATADIR should be empty at the beginnig of each test.
find "$DATADIR" -mindepth 1 -delete