summaryrefslogtreecommitdiffstats
path: root/Tests/MakeClean/check_clean.c.in
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MakeClean/check_clean.c.in')
-rw-r--r--Tests/MakeClean/check_clean.c.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/MakeClean/check_clean.c.in b/Tests/MakeClean/check_clean.c.in
index 5bc4ab8..e5a7945 100644
--- a/Tests/MakeClean/check_clean.c.in
+++ b/Tests/MakeClean/check_clean.c.in
@@ -18,7 +18,7 @@ int main()
if(pf)
{
fclose(pf);
- fprintf(stderr, "File \"%s\" exists!", *f);
+ fprintf(stderr, "File \"%s\" still exists!\n", *f);
result = 1;
}
}