From 6bc1496bb54d84be3ad89c4bbedb1d3c7439b52e Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 13 May 2017 08:43:20 -0400 Subject: 0.9.46 testing --- test/utils/firecfg-fix.exp | 25 ------------------------- test/utils/utils.sh | 5 ----- 2 files changed, 30 deletions(-) delete mode 100755 test/utils/firecfg-fix.exp (limited to 'test/utils') diff --git a/test/utils/firecfg-fix.exp b/test/utils/firecfg-fix.exp deleted file mode 100755 index 685ce9c7b..000000000 --- a/test/utils/firecfg-fix.exp +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/expect -f -# This file is part of Firejail project -# Copyright (C) 2014-2017 Firejail Authors -# License GPL v2 - -set timeout 10 -spawn $env(SHELL) -match_max 100000 - -send -- "firecfg --fix\r" -expect { - timeout {puts "TESTING ERROR 0\n";exit} - "created" -} -sleep 1 - -send -- "firecfg --fix\r" -expect { - timeout {puts "TESTING ERROR 1\n";exit} - "skipped" -} -sleep 1 - -puts "\nall done\n" - diff --git a/test/utils/utils.sh b/test/utils/utils.sh index d5ee5ef32..751f1f8e7 100755 --- a/test/utils/utils.sh +++ b/test/utils/utils.sh @@ -112,8 +112,3 @@ echo "TESTING: firemon interface (test/utils/firemon-interface.exp)" echo "TESTING: firemon name (test/utils/firemon-name.exp)" ./firemon-name.exp -echo "TESTING: firecfg --fix (test/utils/firecfg-fix.exp)" -mv ~/.local/share/applications ~/firejail-test-local-apps -./firecfg-fix.exp -rm -fr ~/.local/share/applications -mv ~/firejail-test-local-apps ~/.local/share/applications -- cgit v1.2.3-54-g00ecf