aboutsummaryrefslogtreecommitdiffstats
path: root/test/ssh/ssh.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/ssh/ssh.sh')
-rwxr-xr-xtest/ssh/ssh.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/ssh/ssh.sh b/test/ssh/ssh.sh
deleted file mode 100755
index d9fedc969..000000000
--- a/test/ssh/ssh.sh
+++ /dev/null
@@ -1,17 +0,0 @@
1#!/bin/bash
2# This file is part of Firejail project
3# Copyright (C) 2014-2023 Firejail Authors
4# License GPL v2
5
6export MALLOC_CHECK_=3
7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
8export LC_ALL=C
9
10echo "TESTING: ssh login (test/ssh/login.exp)"
11./login.exp
12
13echo "TESTING: sftp (test/ssh/sftp.exp)"
14./sftp.exp
15
16echo "TESTING: scp (test/ssh/scp.exp)"
17./scp.exp