diff options
Diffstat (limited to 'tests/misc/ls-time')
-rwxr-xr-x | tests/misc/ls-time | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/misc/ls-time b/tests/misc/ls-time index 7aee5809f..b3f0ca2e5 100755 --- a/tests/misc/ls-time +++ b/tests/misc/ls-time @@ -1,8 +1,7 @@ #!/bin/sh # Test some of ls's sorting options. -# Copyright (C) 1998, 1999, 2000, 2001, 2004, 2007 Free Software Foundation, -# Inc. +# Copyright (C) 1998-2001, 2004, 2007-2008 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -124,4 +123,4 @@ EOF fail=1 fi -exit $fail +(exit $fail); exit $fail |