git » libfiu » commit a99308f

tests/generated: Fix pread's configuration header

author Alberto Bertogli
2014-05-25 12:44:21 UTC
committer Alberto Bertogli
2014-05-25 23:44:44 UTC
parent 841c13e7782696611ba7796b2bba3d2ab5303780

tests/generated: Fix pread's configuration header

This patch fixes pread's configuration header, just for aesthetical purposes
(it's not actually used at the moment).

tests/generated/tests/pread.conf +1 -1

diff --git a/tests/generated/tests/pread.conf b/tests/generated/tests/pread.conf
index 380288d..179cc4c 100644
--- a/tests/generated/tests/pread.conf
+++ b/tests/generated/tests/pread.conf
@@ -1,5 +1,5 @@
 
-[kill]
+[pread]
 fp: posix/io/rw/pread
 include: unistd.h sys/types.h sys/stat.h fcntl.h
 prep: unsigned char buf[1024]; ssize_t r; int fd = open("/dev/zero", O_RDONLY);