Commit a1709f6e authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

zdtm/cwd02: typo fix

Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent d44276c1
......@@ -73,7 +73,7 @@ int main(int argc, char **argv)
}
if (stf.st_ino != std.st_ino ||
stf.st_dev != stf.st_dev) {
stf.st_dev != std.st_dev) {
fail("cwd and opened fd are not the same\n");
goto cleanup;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment