cvolny / faketty

Example lib for faking isatty() calls using LD_PRELOAD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FakeTTY

Example LD_PRELOAD so for faking calls to isatty(). Example bash script provided to show that [[ -t fd ]] tests are beaten with this.

Run test without LD_PRELOAD:

make testneg

Run test using LD_PRELOAD to use our version of int isatty(int):

make test

About

Example lib for faking isatty() calls using LD_PRELOAD.


Languages

Language:Makefile 56.8%Language:C 29.1%Language:Shell 14.1%