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 43ef60dfb..92cd3788c 100755 --- a/tests/du/long-from-unreadable +++ b/tests/du/long-from-unreadable @@ -33,7 +33,7 @@ print_ver_ du proc_file=/proc/self/fd if test ! -d $proc_file; then - skip_test_ 'This test would fail, since your system lacks /proc support.' + skip_ 'This test would fail, since your system lacks /proc support.' fi dir=`printf '%200s\n' ' '|tr ' ' x` |