projects
/
tinc
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Log errors when add_edge() fails to insert into the edge trees.
[tinc]
/
test
/
executables.test
1
#!/bin/sh
2
3
. "${0%/*}/testlib.sh"
4
5
# Just test whether the executables work
6
$tincd --help
7
$tinc --help
8
if [ -e $sptps_test ]; then
9
$sptps_test --help
10
fi