Fix running the test suite in out-of-tree builds.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 20 Jul 2021 12:15:41 +0000 (14:15 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 20 Jul 2021 12:15:41 +0000 (14:15 +0200)
14 files changed:
test/algorithms.test
test/basic.test
test/commandline.test
test/executables.test
test/import-export.test
test/invite-join.test
test/invite-offline.test
test/invite-tinc-up.test
test/legacy-protocol.test
test/ns-ping.test
test/scripts.test
test/security.test
test/sptps-basic.test
test/variables.test

index 04d9131..bf073a5 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # shellcheck source=testlib.sh
-. "${0%/*}/testlib.sh"
+. ./testlib.sh
 
 echo [STEP] Initialize two nodes
 
index d4d2cc6..b2a3e47 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # shellcheck source=testlib.sh
-. "${0%/*}/testlib.sh"
+. ./testlib.sh
 
 echo [STEP] Initialize and test one node
 
index 5d6e6a6..5e9fb85 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # shellcheck source=testlib.sh
-. "${0%/*}/testlib.sh"
+. ./testlib.sh
 
 echo [STEP] Initialize one node
 
index 28bff2a..bc53aed 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # shellcheck source=testlib.sh
-. "${0%/*}/testlib.sh"
+. ./testlib.sh
 
 echo [STEP] Just test whether the executables work
 
index 190d21b..9b44e7a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # shellcheck source=testlib.sh
-. "${0%/*}/testlib.sh"
+. ./testlib.sh
 
 echo [STEP] Initialize three nodes
 
index 892767c..58edd4a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # shellcheck source=testlib.sh
-. "${0%/*}/testlib.sh"
+. ./testlib.sh
 
 echo [STEP] Initialize one node
 
index 61c0f0a..2d7878d 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # shellcheck source=testlib.sh
-. "${0%/*}/testlib.sh"
+. ./testlib.sh
 
 echo [STEP] Initialize one node
 
index 6cf280b..8f09f5e 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # shellcheck source=testlib.sh
-. "${0%/*}/testlib.sh"
+. ./testlib.sh
 
 echo [STEP] Initialize one node
 
index 3446621..1aef8f2 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # shellcheck source=testlib.sh
-. "${0%/*}/testlib.sh"
+. ./testlib.sh
 
 echo [STEP] Initialize two nodes
 
index 5931c75..54a9199 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # shellcheck source=testlib.sh
-. "${0%/*}/testlib.sh"
+. ./testlib.sh
 
 echo "[STEP] Skip this test if we aren't root or if 'ip netns' does not exist"
 
index a367827..9ef6416 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # shellcheck source=testlib.sh
-. "${0%/*}/testlib.sh"
+. ./testlib.sh
 
 echo [STEP] Initializing server node
 
index 91a5da5..815825e 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # shellcheck source=testlib.sh
-. "${0%/*}/testlib.sh"
+. ./testlib.sh
 
 echo [STEP] Skip this test if tools are missing
 
index 34bef1a..87aee02 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # shellcheck source=testlib.sh
-. "${0%/*}/testlib.sh"
+. ./testlib.sh
 
 echo [STEP] Skip this test if we did not compile sptps_test
 
@@ -22,7 +22,7 @@ $SPTPS_KEYPAIR "$client_priv" "$client_pub"
 
 echo [STEP] Test transfer of a simple file
 
-reference=sptps-basic.test
+reference=testlib.sh
 
 (
   sleep 3
index d4c606f..0164e27 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # shellcheck source=testlib.sh
-. "${0%/*}/testlib.sh"
+. ./testlib.sh
 
 echo [STEP] Initialize one node