aboutsummaryrefslogtreecommitdiffstats
path: root/test/ssh
diff options
context:
space:
mode:
Diffstat (limited to 'test/ssh')
-rwxr-xr-xtest/ssh/login.exp3
-rwxr-xr-xtest/ssh/scp.exp3
-rwxr-xr-xtest/ssh/sftp.exp3
-rwxr-xr-xtest/ssh/ssh.sh2
4 files changed, 10 insertions, 1 deletions
diff --git a/test/ssh/login.exp b/test/ssh/login.exp
index 479292c91..67667576e 100755
--- a/test/ssh/login.exp
+++ b/test/ssh/login.exp
@@ -1,4 +1,7 @@
1#!/usr/bin/expect -f 1#!/usr/bin/expect -f
2# This file is part of Firejail project
3# Copyright (C) 2014-2020 Firejail Authors
4# License GPL v2
2 5
3set timeout 10 6set timeout 10
4spawn $env(SHELL) 7spawn $env(SHELL)
diff --git a/test/ssh/scp.exp b/test/ssh/scp.exp
index 355125751..a6583545c 100755
--- a/test/ssh/scp.exp
+++ b/test/ssh/scp.exp
@@ -1,4 +1,7 @@
1#!/usr/bin/expect -f 1#!/usr/bin/expect -f
2# This file is part of Firejail project
3# Copyright (C) 2014-2020 Firejail Authors
4# License GPL v2
2 5
3set timeout 10 6set timeout 10
4spawn $env(SHELL) 7spawn $env(SHELL)
diff --git a/test/ssh/sftp.exp b/test/ssh/sftp.exp
index 3b0124ec7..0d9792de8 100755
--- a/test/ssh/sftp.exp
+++ b/test/ssh/sftp.exp
@@ -1,4 +1,7 @@
1#!/usr/bin/expect -f 1#!/usr/bin/expect -f
2# This file is part of Firejail project
3# Copyright (C) 2014-2020 Firejail Authors
4# License GPL v2
2 5
3set timeout 10 6set timeout 10
4spawn $env(SHELL) 7spawn $env(SHELL)
diff --git a/test/ssh/ssh.sh b/test/ssh/ssh.sh
index e7de1babd..77dc89f2f 100755
--- a/test/ssh/ssh.sh
+++ b/test/ssh/ssh.sh
@@ -1,6 +1,6 @@
1#!/bin/bash 1#!/bin/bash
2# This file is part of Firejail project 2# This file is part of Firejail project
3# Copyright (C) 2014-2019 Firejail Authors 3# Copyright (C) 2014-2020 Firejail Authors
4# License GPL v2 4# License GPL v2
5 5
6export MALLOC_CHECK_=3 6export MALLOC_CHECK_=3