Enable test again - scroll - scrollbackbuffer program for st
(HTM) git clone git://git.suckless.org/scroll
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 42eb2e5bd97bf7a684a6c47fbabd2996748d9913
(DIR) parent 7a2762d0c1e59cd9d6a69d882931befeb4af25b5
(HTM) Author: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Tue, 14 Apr 2020 21:16:25 +0200
Enable test again
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) 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 -h; 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