diff options
Diffstat (limited to 'tests/ln')
-rwxr-xr-x | tests/ln/sf-1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ln/sf-1 b/tests/ln/sf-1 index 1532b622e..4d6989382 100755 --- a/tests/ln/sf-1 +++ b/tests/ln/sf-1 @@ -1,7 +1,7 @@ #!/bin/sh # Test "ln -sf". -# Copyright (C) 1997-2000, 2007 Free Software Foundation, Inc. +# Copyright (C) 1997-2000, 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 @@ -35,4 +35,4 @@ case `cat err` in *) fail=1 ;; esac -exit $fail +(exit $fail); exit $fail |