aboutsummaryrefslogtreecommitdiffstats
path: root/test/arguments
diff options
context:
space:
mode:
Diffstat (limited to 'test/arguments')
-rwxr-xr-xtest/arguments/arguments.sh4
-rwxr-xr-xtest/arguments/bashrun.exp3
-rwxr-xr-xtest/arguments/bashrun.sh3
-rwxr-xr-xtest/arguments/joinrun.exp3
-rwxr-xr-xtest/arguments/joinrun.sh3
-rwxr-xr-xtest/arguments/outrun.exp3
-rwxr-xr-xtest/arguments/outrun.sh3
-rwxr-xr-xtest/arguments/symrun.exp3
-rwxr-xr-xtest/arguments/symrun.sh3
9 files changed, 28 insertions, 0 deletions
diff --git a/test/arguments/arguments.sh b/test/arguments/arguments.sh
index fc1bc64e1..12e2aac6d 100755
--- a/test/arguments/arguments.sh
+++ b/test/arguments/arguments.sh
@@ -1,4 +1,8 @@
1#!/bin/bash 1#!/bin/bash
2# This file is part of Firejail project
3# Copyright (C) 2014-2020 Firejail Authors
4# License GPL v2
5
2export LC_ALL=C 6export LC_ALL=C
3 7
4if [ -f /etc/debian_version ]; then 8if [ -f /etc/debian_version ]; then
diff --git a/test/arguments/bashrun.exp b/test/arguments/bashrun.exp
index a3c9e382d..782484cad 100755
--- a/test/arguments/bashrun.exp
+++ b/test/arguments/bashrun.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/arguments/bashrun.sh b/test/arguments/bashrun.sh
index a4773fd6c..433d92436 100755
--- a/test/arguments/bashrun.sh
+++ b/test/arguments/bashrun.sh
@@ -1,4 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2# This file is part of Firejail project
3# Copyright (C) 2014-2020 Firejail Authors
4# License GPL v2
2 5
3echo "TESTING: 1.1 - simple args" 6echo "TESTING: 1.1 - simple args"
4firejail --env=FIREJAIL_TEST_ARGUMENTS=yes --quiet faudit arg1 arg2 7firejail --env=FIREJAIL_TEST_ARGUMENTS=yes --quiet faudit arg1 arg2
diff --git a/test/arguments/joinrun.exp b/test/arguments/joinrun.exp
index 97972e5e8..8359b4819 100755
--- a/test/arguments/joinrun.exp
+++ b/test/arguments/joinrun.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/arguments/joinrun.sh b/test/arguments/joinrun.sh
index b00ea0e80..0019563be 100755
--- a/test/arguments/joinrun.sh
+++ b/test/arguments/joinrun.sh
@@ -1,4 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2# This file is part of Firejail project
3# Copyright (C) 2014-2020 Firejail Authors
4# License GPL v2
2 5
3echo "TESTING: 3.1 - simple args" 6echo "TESTING: 3.1 - simple args"
4firejail --env=FIREJAIL_TEST_ARGUMENTS=yes --join=joinrun faudit arg1 arg2 7firejail --env=FIREJAIL_TEST_ARGUMENTS=yes --join=joinrun faudit arg1 arg2
diff --git a/test/arguments/outrun.exp b/test/arguments/outrun.exp
index d28e75661..46a226870 100755
--- a/test/arguments/outrun.exp
+++ b/test/arguments/outrun.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/arguments/outrun.sh b/test/arguments/outrun.sh
index 5bc3b1e37..4e8b52417 100755
--- a/test/arguments/outrun.sh
+++ b/test/arguments/outrun.sh
@@ -1,4 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2# This file is part of Firejail project
3# Copyright (C) 2014-2020 Firejail Authors
4# License GPL v2
2 5
3echo "TESTING: 4.1 - simple args" 6echo "TESTING: 4.1 - simple args"
4firejail --env=FIREJAIL_TEST_ARGUMENTS=yes --output=out faudit arg1 arg2 7firejail --env=FIREJAIL_TEST_ARGUMENTS=yes --output=out faudit arg1 arg2
diff --git a/test/arguments/symrun.exp b/test/arguments/symrun.exp
index 10e7ac6c8..49e0d28e0 100755
--- a/test/arguments/symrun.exp
+++ b/test/arguments/symrun.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/arguments/symrun.sh b/test/arguments/symrun.sh
index db5f06835..00c17df69 100755
--- a/test/arguments/symrun.sh
+++ b/test/arguments/symrun.sh
@@ -1,4 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2# This file is part of Firejail project
3# Copyright (C) 2014-2020 Firejail Authors
4# License GPL v2
2 5
3mkdir symtest 6mkdir symtest
4ln -s /usr/bin/firejail symtest/faudit 7ln -s /usr/bin/firejail symtest/faudit