X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/06464f55e26e1f26e10c04f4a11a4d85fadbd5f7..fb6e0ea120672aad1ecd2aebb8535d95be49ff8c:/testsuite/devices.test diff --git a/testsuite/devices.test b/testsuite/devices.test index 21ad10ab..70f4f948 100644 --- a/testsuite/devices.test +++ b/testsuite/devices.test @@ -21,6 +21,8 @@ todir="$scratchdir/to" mkdir "$fromdir" mknod "$fromdir/char" c 42 69 || test_skipped "Can't create char device node unless root" mknod "$fromdir/block" b 42 69 || test_skipped "Can't create block device node unless root" +mknod "$fromdir/block2" b 42 73 || test_skipped "Can't create block device node unless root" +mknod "$fromdir/block3" b 105 73 || test_skipped "Can't create block device node unless root" checkit "$RSYNC -aHvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"