examples: beware of ~/.inputrc

* examples/c/bistromathic/bistromathic.test: here.
This commit is contained in:
Akim Demaille
2020-05-10 08:20:30 +02:00
parent 6525abdc83
commit c3585f41ef
3 changed files with 10 additions and 0 deletions

View File

@@ -15,6 +15,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Users may customize the behavior of readline, which might break our
# expected results.
INPUTRC=/dev/null
export INPUTRC
# Beware of portability issues of readline when not feeding it from a
# terminal.