index
:
termo
master
term-string
origin/master
Terminal key input library
Přemysl Eric Janouch <p@janouch.name>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
t/01base.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01base.c b/t/01base.c
index 0340287..a220e53 100644
--- a/
t/01base.c
+++ b/
t/01base.c
@@ -16,5 +16,5 @@ int main(int argc, char *argv[])
ok(1, "termkey_free");
- return 0;
+ return exit_status();
}