Revision 18317,
266 bytes
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r18316,
which included commits to RCS files with non-trunk default branches.
|
-
Property svn:executable set to
*
|
Rev | Line | |
---|
[18316] | 1 | #!/bin/sh |
---|
| 2 | |
---|
| 3 | # This is what we used to do, needs a little work |
---|
| 4 | # to be save and avoid the libefs mess. |
---|
| 5 | # |
---|
| 6 | # ./test-shell < test.cmds | diff -a -u - test.output |
---|
| 7 | |
---|
| 8 | if ./test-async $SRCDIR/test.input; then |
---|
| 9 | echo "Test passed" |
---|
| 10 | else |
---|
| 11 | echo "Test failed" |
---|
| 12 | exit 1 |
---|
| 13 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.