From: Alan T. DeKok Date: Thu, 2 Aug 2018 21:03:52 +0000 (-0400) Subject: comment out tab expand X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=280b086540d724becc4fa52e54eb5e13f22445e5;p=thirdparty%2Ffreeradius-server.git comment out tab expand until such time as we fix it for recent API changes given that we're not using it, and instead are using command_complete... it would be better to just delete this code --- diff --git a/src/tests/unit/command.txt b/src/tests/unit/command.txt index 3f401466f64..cae474c45b6 100644 --- a/src/tests/unit/command.txt +++ b/src/tests/unit/command.txt @@ -12,17 +12,17 @@ command add :bar a command add foo :did have INTEGER -command tab f -data 1 - 'foo' +#command tab f +#data 1 - 'foo' -command tab foo d -data 1 - 'did' +#command tab foo d +#data 1 - 'did' -command tab foo did ha -data 1 - 'have' +#command tab foo did ha +#data 1 - 'have' -command tab foo did have 1 -data 1 - 'INTEGER' +#command tab foo did have 1 +#data 1 - 'INTEGER' # # Alternate parameters