瀏覽代碼

Enable test again

Jochen Sprickerhof 6 年之前
父節點
當前提交
42eb2e5bd9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
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