diff options
Diffstat (limited to 'tests/unistd/dup.out')
-rw-r--r-- | tests/unistd/dup.out | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/unistd/dup.out b/tests/unistd/dup.out new file mode 100644 index 00000000..439c6fd5 --- /dev/null +++ b/tests/unistd/dup.out @@ -0,0 +1,17 @@ +DUP +errno: 0 +f: 1 +f2: 2 +f3: 3 +close(f1): 0 +close(f2): 0 +close(f3): 0 + +DUP2 +errno: 0 +f: 4 +f2: 5 +f3: 5 +close(f1): 0 +close(f2): 0 +close(f3): -1 |