diff options
Diffstat (limited to 'tests/du/long-from-unreadable')
-rwxr-xr-x | tests/du/long-from-unreadable | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/long-from-unreadable b/tests/du/long-from-unreadable index 16f00e8ec..f43a6dbb6 100755 --- a/tests/du/long-from-unreadable +++ b/tests/du/long-from-unreadable @@ -84,6 +84,6 @@ if test $framework_failure = 1; then fi fail=0 -du -s "$pwd"/$tmp/$dir > /dev/null || fail=1 +du -s "$pwd/$tmp/$dir" > /dev/null || fail=1 (exit $fail); exit $fail |