~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to test/fork.awk

Update README.solaris.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
      else if ((getline x < fn) != 1)
21
21
         printf "Error: getline failed on temp file %s\n", fn
22
22
      else {
23
 
         close(fn)      # required on non-POSIX systems
24
23
         expected = ("pid " pid " ppid " PROCINFO["pid"])
25
24
         if (x != expected)
26
25
            printf "Error: child data (%s) != expected (%s)\n", x, expected