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 4117d8ee0..99677f96c 100755 --- a/tests/du/slink +++ b/tests/du/slink @@ -27,7 +27,7 @@ require_local_dir_ if df --type=xfs . >/dev/null 2>&1; then # At least on Irix-6.5.19, when using an xfs file system, # each created symlink (name lengths up to 255) would have a size of `0'. - skip_ "\`.' is on an XFS file system" + skip_ "'.' is on an XFS file system" fi symlink_name_lengths='1 15 16 31 32 59 60 63 64 127 128 255 256 511 512 1024' |