commit 42eb2e5bd97bf7a684a6c47fbabd2996748d9913
Author:     Jochen Sprickerhof <[email protected]>
AuthorDate: Tue Apr 14 21:16:25 2020 +0200
Commit:     Jochen Sprickerhof <[email protected]>
CommitDate: Tue Apr 14 21:16:25 2020 +0200

    Enable test again

diff --git a/Makefile b/Makefile
index 8e0709a..87c02d8 100644
--- 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

Reply via email to