Ensure "make distcheck" really runs without errors.
[tinc] / test / invite-tinc-up.test
index bc5d45b..26efddf 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. ./testlib.sh
+. "${0%/*}/testlib.sh"
 
 # Initialize one node
 
@@ -8,7 +8,7 @@ $tinc $c1 <<EOF
 init foo
 set DeviceType dummy
 set Address localhost
-set Port 32751
+set Port 32756
 start $r1
 EOF