aboutsummaryrefslogtreecommitdiff
path: root/tests/unistd/curdir.out
blob: e353f1c40ccf1ca3a52fcace2f2ae2f42af7e286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
getwd: /
errno: 0
getcwd: /
errno: 0

chdir(file): -1
errno: 20

chdir(device): -1
errno: 20

chdir(folder): 0
errno: 0
getwd: /folder
errno: 0
getcwd: /folder
errno: 0

chdir(nonexistent): -1
errno: 2

chdir(link): 0
errno: 0
getwd: /folder
errno: 0
getcwd: /folder
errno: 0

fchdir(/): 0
errno: 0
getwd: /
errno: 0
getcwd: /
errno: 0