diff options
Diffstat (limited to 'tests/du/one-file-system')
-rwxr-xr-x | tests/du/one-file-system | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/one-file-system b/tests/du/one-file-system index 8a57c9934..7195838bd 100755 --- a/tests/du/one-file-system +++ b/tests/du/one-file-system @@ -35,6 +35,6 @@ y/z y EOF -compare out exp || fail=1 +compare exp out || fail=1 Exit $fail |