From 375da56118b506d68bb3219792b48243a2989f39 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 16 Nov 2013 16:47:19 +0000 Subject: autopkgtests: Provide fake "ssh" program in tests/ which does nothing much. --- tests/ssh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tests/ssh (limited to 'tests') diff --git a/tests/ssh b/tests/ssh new file mode 100755 index 0000000..9481a1e --- /dev/null +++ b/tests/ssh @@ -0,0 +1,5 @@ +#!/bin/sh +set -e +cd / +userhost="$1"; shift +exec sh -c "$*" -- cgit v1.2.1