diff options
-rwxr-xr-x | tests/misc/pwd-long | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/misc/pwd-long b/tests/misc/pwd-long index d931d3462..37b552c4c 100755 --- a/tests/misc/pwd-long +++ b/tests/misc/pwd-long @@ -1,4 +1,5 @@ #!/bin/sh +# -*- perl -*- # Ensure that pwd works even when run from a very deep directory. # Copyright (C) 2006-2008 Free Software Foundation, Inc. @@ -112,3 +113,7 @@ if ($expected ne $actual) exit 1; } EOF + +fail=$? + +(exit $fail); exit $fail |