diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-14 18:54:31 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-14 18:54:31 -0700 |
commit | 6ee3943a67687e64f69ed68ce0856ae280061373 (patch) | |
tree | fbd51e31a1b09ee8b6a305863e2e6d692f327b72 | |
parent | 6749401c21206655e57db30664faff12cdfae138 (diff) |
update test_unistd_misc
-rw-r--r-- | tests/unistd/misc.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unistd/misc.out b/tests/unistd/misc.out index 810da215..a872a258 100644 --- a/tests/unistd/misc.out +++ b/tests/unistd/misc.out @@ -29,7 +29,7 @@ alarm: 0, errno: 0 ualarm: 0, errno: 0 fork: -1, errno: 11 vfork: -1, errno: 11 -crypt: 0, errno: 38 +crypt: (null), errno: 38 encrypt, errno: 38 getgid: 0, errno: 0 getegid: 0, errno: 0 |