Get rid of set but not used compiler warning.
authoranton <anton@openbsd.org>
Thu, 28 Apr 2022 05:28:57 +0000 (05:28 +0000)
committeranton <anton@openbsd.org>
Thu, 28 Apr 2022 05:28:57 +0000 (05:28 +0000)
regress/sys/kern/flock/flock.c

index 154b853..f4fa317 100644 (file)
@@ -1288,6 +1288,7 @@ test15(int fd)
                err(1, "reading from pipe (child)");
 
        fd2 = dup(fd);
+       FAIL(fd2 == -1);
        if (flock(fd, LOCK_SH) < 0)
                err(1, "flock shared");