diff options
Diffstat (limited to 'tests/du/no-deref')
-rwxr-xr-x | tests/du/no-deref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/no-deref b/tests/du/no-deref index 8d8bc6c68..d1ce5931d 100755 --- a/tests/du/no-deref +++ b/tests/du/no-deref @@ -35,4 +35,4 @@ EOF compare out exp || fail=1 -(exit $fail); exit $fail +Exit $fail |