projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ec2d84
)
Fix indentation.
author
Bruno Haible
<bruno@clisp.org>
Thu, 24 Dec 2009 19:29:33 +0000
(20:29 +0100)
committer
Bruno Haible
<bruno@clisp.org>
Thu, 24 Dec 2009 19:30:12 +0000
(20:30 +0100)
tests/test-utimens.h
patch
|
blob
|
history
diff --git
a/tests/test-utimens.h
b/tests/test-utimens.h
index b211b41d8f5499158705202c0d11855c08f7a990..bc2599e5dfedf225a7bab49b27b9def8eb8723f8 100644
(file)
--- a/
tests/test-utimens.h
+++ b/
tests/test-utimens.h
@@
-141,7
+141,7
@@
test_utimens (int (*func) (char const *, struct timespec const *), bool print)
/* Make sure this dereferences symlinks. */
if (symlink (BASE "file", BASE "link"))
{
-
ASSERT (unlink (BASE "file") == 0);
+ ASSERT (unlink (BASE "file") == 0);
if (print)
fputs ("skipping test: symlinks not supported on this file system\n",
stderr);