diff options
-rwxr-xr-x | tests/mv/sticky-to-xpart | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/mv/sticky-to-xpart b/tests/mv/sticky-to-xpart index f0a3d817b..f689d9d0a 100755 --- a/tests/mv/sticky-to-xpart +++ b/tests/mv/sticky-to-xpart @@ -47,8 +47,7 @@ version=` ` case $version in $PACKAGE_VERSION) ;; - *) echo "$0: cannot access just-built mv as user $NON_ROOT_USERNAME" 1>&2 - fail=1 ;; + *) skip_ "cannot access just-built mv as user $NON_ROOT_USERNAME";; esac setuidgid $NON_ROOT_USERNAME env PATH="$PATH" \ |