diff options
Diffstat (limited to 'tests/du/slink')
-rwxr-xr-x | tests/du/slink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/slink b/tests/du/slink index 588c4df32..5bf0349cb 100755 --- a/tests/du/slink +++ b/tests/du/slink @@ -59,4 +59,4 @@ du -a $symlinks > out || fail=1 # Require that at least one of these symlinks has a non-zero size. grep '^[1-9]' out > /dev/null || fail=1 -(exit $fail); exit $fail +Exit $fail |