From c841101b3d73722c67f24127c3de26e94e53ce8a Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Sat, 23 Sep 2017 20:37:16 +0200 Subject: testsuite: Make sure it can be run over ssh :-) --- tests/sendip.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 tests/sendip.sh (limited to 'tests/sendip.sh') diff --git a/tests/sendip.sh b/tests/sendip.sh new file mode 100755 index 0000000..3a951f5 --- /dev/null +++ b/tests/sendip.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +# Save lineno for checking +wc -l /var/log/kern.log | cut -d ' ' -f 1 > .loglines +sendip "$@" + -- cgit v1.2.3