diff options
Diffstat (limited to 'tests/misc/sort-rand')
-rwxr-xr-x | tests/misc/sort-rand | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/sort-rand b/tests/misc/sort-rand index f675c956c..47d4d8527 100755 --- a/tests/misc/sort-rand +++ b/tests/misc/sort-rand @@ -52,4 +52,4 @@ if (locale --version) > /dev/null 2>&1; then compare in out1 || { fail=1; echo "not a permutation with LC_ALL=$locale" 1>&2; } fi -(exit $fail); exit $fail +Exit $fail |