From 396eb2ec7c99ca8b14be04bcce94984a1237c314 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Mon, 1 Mar 2021 20:44:31 +0100 Subject: tests: also remove arguments tests which also depend on faudit --- test/arguments/bashrun.exp | 89 ---------------------------------------------- 1 file changed, 89 deletions(-) delete mode 100755 test/arguments/bashrun.exp (limited to 'test/arguments/bashrun.exp') diff --git a/test/arguments/bashrun.exp b/test/arguments/bashrun.exp deleted file mode 100755 index 22c38bd4c..000000000 --- a/test/arguments/bashrun.exp +++ /dev/null @@ -1,89 +0,0 @@ -#!/usr/bin/expect -f -# This file is part of Firejail project -# Copyright (C) 2014-2021 Firejail Authors -# License GPL v2 - -set timeout 10 -spawn $env(SHELL) -match_max 100000 - -send -- "./bashrun.sh\r" -expect { - timeout {puts "TESTING ERROR 1.1.1\n";exit} - "Arguments:" -} -expect { - timeout {puts "TESTING ERROR 1.1.2\n";exit} - "#arg1#" -} -expect { - timeout {puts "TESTING ERROR 1.1.3\n";exit} - "#arg2#" -} - -expect { - timeout {puts "TESTING ERROR 1.2.1\n";exit} - "Arguments:" -} -expect { - timeout {puts "TESTING ERROR 1.2.2\n";exit} - "#arg1 tail#" -} -expect { - timeout {puts "TESTING ERROR 1.2.3\n";exit} - "#arg2 tail#" -} - -expect { - timeout {puts "TESTING ERROR 1.3.1\n";exit} - "Arguments:" -} -expect { - timeout {puts "TESTING ERROR 1.3.2\n";exit} - "#arg1 tail#" -} -expect { - timeout {puts "TESTING ERROR 1.3.3\n";exit} - "#arg2 tail#" -} - -expect { - timeout {puts "TESTING ERROR 1.4.1\n";exit} - "Arguments:" -} -expect { - timeout {puts "TESTING ERROR 1.4.2\n";exit} - "#arg1 tail#" -} -expect { - timeout {puts "TESTING ERROR 1.4.3\n";exit} - "#arg2 tail#" -} - -expect { - timeout {puts "TESTING ERROR 1.5.1\n";exit} - "Arguments:" -} -expect { - timeout {puts "TESTING ERROR 1.5.2\n";exit} - "#arg1&tail#" -} -expect { - timeout {puts "TESTING ERROR 1.5.3\n";exit} - "#arg2&tail#" -} - -expect { - timeout {puts "TESTING ERROR 1.6.1\n";exit} - "Arguments:" -} -expect { - timeout {puts "TESTING ERROR 1.6.2\n";exit} - "#arg1&tail#" -} -expect { - timeout {puts "TESTING ERROR 1.6.3\n";exit} - "#arg2&tail#" -} - -puts "\nall done\n" -- cgit v1.2.3-70-g09d2