comparison tests/farray-array.t @ 587:dab62498e69c

Tests: activate the shell's "-u" for all the cram tests
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 18 Sep 2024 03:21:55 +0200
parents f536f6ac44bf
children f29f53749a1c
comparison
equal deleted inserted replaced
586:f536f6ac44bf 587:dab62498e69c
3 Shell is /bin/sh. 3 Shell is /bin/sh.
4 4
5 Setup 5 Setup
6 ===== 6 =====
7 7
8 $ set -u
8 $ . "${TESTDIR}/testsetup.sh" 9 $ . "${TESTDIR}/testsetup.sh"
9 $ _p_datadir="${TESTDIR}/../share/local-bsdtools" 10 $ _p_datadir="${TESTDIR}/../share/local-bsdtools"
10 $ . "${_p_datadir}/farray.sh" 11 $ . "${_p_datadir}/farray.sh"
11 12
12 13