diff options
Diffstat (limited to 'tests/dd/not-rewound')
-rwxr-xr-x | tests/dd/not-rewound | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dd/not-rewound b/tests/dd/not-rewound index 814d03815..42780863b 100755 --- a/tests/dd/not-rewound +++ b/tests/dd/not-rewound @@ -30,4 +30,4 @@ case `cat out` in *) fail=1 ;; esac -(exit $fail); exit +(exit $fail); exit $fail |