diff options
Diffstat (limited to 'Tests/TestsWorkingDirectory/main.cxx')
-rw-r--r-- | Tests/TestsWorkingDirectory/main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestsWorkingDirectory/main.cxx b/Tests/TestsWorkingDirectory/main.cxx index e1c24ba..6a3a6be 100644 --- a/Tests/TestsWorkingDirectory/main.cxx +++ b/Tests/TestsWorkingDirectory/main.cxx @@ -59,7 +59,7 @@ int main(int argc, char *argv[]) char buf[2048]; const char *cwd = Getcwd(buf, sizeof(buf)); - fprintf(stdout, "Working directory: %s\n", cwd); + fprintf(stdout, "Working directory: -->%s<--", cwd); return 0; } |