From ab264c9e7956499f6c3058c29ad2a5f037839d81 Mon Sep 17 00:00:00 2001 From: "J.W. Schultz" Date: Fri, 9 Jan 2004 14:02:00 +0000 Subject: [PATCH] Added a few more devices to the devices.test to hopefully test same, same high and different device numbers. --- testsuite/devices.test | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.34.1