From 17b8cfa97fb2fbf819eac53900bf9d0fd5225f73 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 1 Apr 2018 13:45:12 -0400 Subject: testing ssh --- test/ssh/ssh.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 test/ssh/ssh.sh (limited to 'test/ssh/ssh.sh') diff --git a/test/ssh/ssh.sh b/test/ssh/ssh.sh new file mode 100755 index 000000000..20a70b1b6 --- /dev/null +++ b/test/ssh/ssh.sh @@ -0,0 +1,16 @@ +#!/bin/bash +# This file is part of Firejail project +# Copyright (C) 2014-2018 Firejail Authors +# License GPL v2 + +export MALLOC_CHECK_=3 +export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) + +echo "TESTING: ssh login (test/ssh/login.exp)" +./login.exp + +echo "TESTING: sftp (test/ssh/sftp.exp)" +./sftp.exp + +echo "TESTING: scp (test/ssh/scp.exp)" +./scp.exp -- cgit v1.2.3-54-g00ecf