]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/imap_tracker.t
www: drop --subject from "git send-email" instructions
[public-inbox.git] / t / imap_tracker.t
index be7c6e656a398f39ea21424850e5c69aa4fbdb97..90dea99fc945f47cc6be95f727172791e2813be5 100644 (file)
@@ -29,7 +29,7 @@ SKIP: {
        diag "TEST_STRESS_NPROC=$nproc TEST_STRESS_NR=$nr";
        require POSIX;
        for my $n (1..$nproc) {
-               defined(my $pid = fork) or BAIL_OUT "fork: $!";
+               my $pid = fork // BAIL_OUT "fork: $!";
                if ($pid == 0) {
                        my $url = "imap://example.com/INBOX.$$";
                        my $uidval = time;