]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Added a few more devices to the devices.test to hopefully
authorJ.W. Schultz <jw@samba.org>
Fri, 9 Jan 2004 14:02:00 +0000 (14:02 +0000)
committerJ.W. Schultz <jw@samba.org>
Fri, 9 Jan 2004 14:02:00 +0000 (14:02 +0000)
test same, same high and different device numbers.

testsuite/devices.test

index 21ad10abe51a9614673c715053a43419a0b46704..70f4f9484ce4ca885c60378c4db1e369c9f9305f 100644 (file)
@@ -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"