From 33884d36ed11785e5d636e01a69a9c387f12be92 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Mon, 10 Apr 2023 11:39:43 -0500 Subject: [PATCH] Ruby: Fix the test suite again, I forgot a command when updating. --- general/prog/ruby.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/general/prog/ruby.xml b/general/prog/ruby.xml index 75e67a0b51..724d66ced8 100644 --- a/general/prog/ruby.xml +++ b/general/prog/ruby.xml @@ -93,6 +93,14 @@ Installation of Ruby + + If you wish to run the tests after installing this package, fix a problem + that results in a crash during the test suite, due to an undefined + variable: + + +sed -i '283d' tool/lib/leakchecker.rb + Install Ruby by running the following command: