summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-27 16:53:53 +0000
committerBruno Haible <bruno@clisp.org>2007-03-27 16:53:53 +0000
commitfb2f5965e0863b2c8df0e148eb1ad02ec2079817 (patch)
tree5b2d562e9f4e5baf3d8699d925a3f4e8343c698b /tests
parent735c00a2f3a5ce7aaec8517f5438ce37b48a936c (diff)
downloadgnulib-fb2f5965e0863b2c8df0e148eb1ad02ec2079817.tar.gz
Fix signal handler.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-stat-time.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-stat-time.c b/tests/test-stat-time.c
index c3262d0b92..eaf87e97e1 100644
--- a/tests/test-stat-time.c
+++ b/tests/test-stat-time.c
@@ -41,6 +41,9 @@ cleanup (int sig)
unlink ("t-stt-stamp2");
unlink ("t-stt-renamed");
unlink ("t-stt-stamp3");
+
+ if (sig != 0)
+ _exit (1);
}
static int