From: J.W. Schultz Date: Fri, 9 Jan 2004 14:02:00 +0000 (+0000) Subject: Added a few more devices to the devices.test to hopefully X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/ab264c9e7956499f6c3058c29ad2a5f037839d81 Added a few more devices to the devices.test to hopefully test same, same high and different device numbers. --- 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"