Avoid -u option to id since solaris doesn't support it.
[rsync/rsync.git] / testsuite / devices.test
index 5140055..bb73aad 100644 (file)
@@ -51,7 +51,7 @@ case $0 in
     esac
     ;;
 *)
-    case `id -u` in
+    case `get_testuid` in
     '') ;; # If "id" failed, try to continue...
     0)  ;;
     *)  if [ -f /usr/bin/fakeroot ]; then