From 57c69bef13298a3fbcedebf4c5fcecc690b75efb Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 24 Sep 2012 20:52:13 +0000 Subject: Set "fail on error" mode directly in testsuite shell scripts --- localedata/sort-test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'localedata/sort-test.sh') diff --git a/localedata/sort-test.sh b/localedata/sort-test.sh index 3abe802e8c..8f8be8f67b 100644 --- a/localedata/sort-test.sh +++ b/localedata/sort-test.sh @@ -1,6 +1,6 @@ #! /bin/sh # Test collation using xfrm-test. -# Copyright (C) 1997-2004 Free Software Foundation, Inc. +# Copyright (C) 1997-2012 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -17,6 +17,8 @@ # License along with the GNU C Library; if not, see # . +set -e + common_objpfx=$1; shift run_program_prefix=$1; shift lang=$* -- cgit v1.2.3