~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tests/unistd/links.out

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
readlink(/link)
 
2
ret: 17
 
3
errno: 0
 
4
result: ../test/../there!
 
5
 
 
6
readlink(/file)
 
7
ret: -1
 
8
errno: 22
 
9
result: ../test/../there!
 
10
 
 
11
readlink(/folder)
 
12
ret: -1
 
13
errno: 22
 
14
result: ../test/../there!
 
15
 
 
16
symlink/overwrite
 
17
ret: -1
 
18
errno: 17
 
19
 
 
20
symlink/normal
 
21
ret: 0
 
22
errno: 0
 
23
readlink(created link)
 
24
ret: 20
 
25
errno: 0
 
26
result: new-nonexistent-path
 
27
 
 
28
readlink(short buffer)
 
29
ret: 3
 
30
errno: 0
 
31
result: ../-nonexistent-path