You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-forensics/openscap/files/test_probes_interface.patch

12 lines
387 B

--- tests/probes/interface/test_probes_interface.sh.orig 2012-04-05 14:41:53.846540789 +0200
+++ tests/probes/interface/test_probes_interface.sh 2012-04-05 14:42:41.141285232 +0200
@@ -22,6 +22,8 @@
local DF="test_probes_interface.xml"
local RF="results.xml"
+ require "ipcalc" || return 255
+
[ -f $RF ] && rm -f $RF
if [ ! -x test_probes_interface ]; then