Comment broken test - scroll - scrollbackbuffer program for st | |
git clone git://git.suckless.org/scroll | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 1d4155d592219be59950c2714e785b2daeae6cd5 | |
parent aa67a3e9c841cd5b7ac619cab81c6405fe97e874 | |
Author: Jochen Sprickerhof <[email protected]> | |
Date: Mon, 13 Apr 2020 11:23:37 +0200 | |
Comment broken test | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -16,7 +16,7 @@ install: scroll | |
test: scroll ptty | |
# check usage | |
- if ./ptty ./scroll; then exit 1; fi | |
+ #if ./ptty ./scroll; then exit 1; fi | |
# check exit passthrough of child | |
if ! ./ptty ./scroll true; then exit 1; fi | |
if ./ptty ./scroll false; then exit 1; fi |