diff options
Diffstat (limited to 'app-forensics/openscap/files/test_probes_interface.patch')
-rw-r--r-- | app-forensics/openscap/files/test_probes_interface.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-forensics/openscap/files/test_probes_interface.patch b/app-forensics/openscap/files/test_probes_interface.patch new file mode 100644 index 000000000000..672426d7ca76 --- /dev/null +++ b/app-forensics/openscap/files/test_probes_interface.patch @@ -0,0 +1,11 @@ +--- 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 |