Skip to content

Commit

Permalink
Create a FIFO using mkfifo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Davison committed Sep 23, 2004
1 parent a20a88d commit fdb6716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testsuite/devices.test
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ mknod "$fromdir/char3" c 42 69 || test_skipped "Can't create char device node u
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"
mkfifo "$fromdir/fifo" || test_skipped "Can't run mkfifo"

checkit "$RSYNC -aHvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"

Expand Down

0 comments on commit fdb6716

Please sign in to comment.