18 lines
334 B
Plaintext
18 lines
334 B
Plaintext
|
$OpenBSD: patch-tests_test_sh,v 1.1.1.1 2004/05/09 10:30:22 dons Exp $
|
||
|
|
||
|
Regress script
|
||
|
|
||
|
--- tests/test.sh.orig 2004-05-07 21:46:03.000000000 +1000
|
||
|
+++ tests/test.sh 2004-05-07 21:46:03.000000000 +1000
|
||
|
@@ -0,0 +1,10 @@
|
||
|
+#!/bin/sh
|
||
|
+
|
||
|
+gmake
|
||
|
+
|
||
|
+./ProcPipe
|
||
|
+./Simple
|
||
|
+./SimpleProc
|
||
|
+
|
||
|
+# run wc -c
|
||
|
+cat *.hs | ./TestProcesses /usr/bin/wc -c
|