diff options
Diffstat (limited to 'tests/du/long-sloop')
-rwxr-xr-x | tests/du/long-sloop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/long-sloop b/tests/du/long-sloop index 117e9da14..1f46a4a40 100755 --- a/tests/du/long-sloop +++ b/tests/du/long-sloop @@ -54,7 +54,7 @@ echo foo > $i # name traversal exceeds MAXSYMLINKS'. cat $file > /dev/null 2> err && - skip_test_ 'Your system appears to be able to handle more than $n symlinks + skip_ 'Your system appears to be able to handle more than $n symlinks in file name resolution' too_many=`sed 's/.*: //' err` |