diff options
Diffstat (limited to 'tests/du/move-dir-while-traversing')
-rwxr-xr-x | tests/du/move-dir-while-traversing | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/move-dir-while-traversing b/tests/du/move-dir-while-traversing index 0270389a6..68302b8ff 100755 --- a/tests/du/move-dir-while-traversing +++ b/tests/du/move-dir-while-traversing @@ -21,7 +21,7 @@ print_ver_ du # We use a python-inotify script, so... python -m pyinotify -h > /dev/null \ - || skip_test_ 'python inotify package not installed' + || skip_ 'python inotify package not installed' # Move a directory "up" while du is processing its sub-directories. # While du is processing a hierarchy .../B/C/D/... this script |