diff options
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # ############################################################################ +set -e set -o physical umask 022 @@ -965,6 +966,7 @@ function inum() { cd "$TMP" +set +e # Test cases |