diff options
Diffstat (limited to 'tests/du/inacc-dest')
-rwxr-xr-x | tests/du/inacc-dest | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/du/inacc-dest b/tests/du/inacc-dest index 337319583..fe65fca02 100755 --- a/tests/du/inacc-dest +++ b/tests/du/inacc-dest @@ -28,7 +28,6 @@ skip_if_root_ mkdir f && cd f && mkdir a b c d e && touch c/j && chmod a-x c \ || framework_failure -fail=0 du > ../t 2>&1 && fail=1 # Accept either of the following outputs. |