aboutsummaryrefslogtreecommitdiff
path: root/t/02two.t
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-08-19 20:24:59 +0300
committerSergey Poznyakoff <gray@gnu.org>2017-08-19 20:28:40 +0300
commitde5b0a9c0265b329b0c67cb02381fe7aebfd5186 (patch)
treef8462d313b327c6d3ace6445777e09de862eb8af /t/02two.t
parent511f9c9765eb2a9992ea4470703ebcd96faca52b (diff)
downloadruncap-de5b0a9c0265b329b0c67cb02381fe7aebfd5186.tar.gz
runcap-de5b0a9c0265b329b0c67cb02381fe7aebfd5186.tar.bz2
Rewrite testsuite in autotest. Fix distcheck
Diffstat (limited to 't/02two.t')
-rwxr-xr-xt/02two.t51
1 files changed, 0 insertions, 51 deletions
diff --git a/t/02two.t b/t/02two.t
deleted file mode 100755
index 142bbce..0000000
--- a/t/02two.t
+++ /dev/null
@@ -1,51 +0,0 @@
-#! ./testsuite
-# testsuite for runcap - run program and capture its output
-# Copyright (C) 2017 Sergey Poznyakoff
-#
-# Runcap is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by the
-# Free Software Foundation; either version 3 of the License, or (at your
-# option) any later version.
-#
-# Runcap is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along
-# with Runcap. If not, see <http://www.gnu.org/licenses/>.
-
-TC_TITLE capture both stdout and stderr
-
-TC_EXPECT out <<EOT
-res=0
-exit code: 0
-stdout: 8 lines, 337 bytes
-stderr: 11 lines, 734 bytes
-stdout listing:
- 1: CHAPTER I. Down the Rabbit-Hole
- 2:
- 3: Alice was beginning to get very tired of sitting by her sister on the
- 4: bank, and of having nothing to do: once or twice she had peeped into the
- 5: book her sister was reading, but it had no pictures or conversations
- 6: in it, 'and what is the use of a book,' thought Alice 'without
- 7: pictures or conversations?'
- 8:
-stdout listing ends
-stderr listing:
- 1: There was nothing so very remarkable in that; nor did Alice think it
- 2: so very much out of the way to hear the Rabbit say to itself, 'Oh
- 3: dear! Oh dear! I shall be late!' (when she thought it over afterwards,
- 4: it occurred to her that she ought to have wondered at this, but at the
- 5: time it all seemed quite natural); but when the Rabbit actually took a
- 6: watch out of its waistcoat-pocket, and looked at it, and then hurried on,
- 7: Alice started to her feet, for it flashed across her mind that she had
- 8: never before seen a rabbit with either a waistcoat-pocket, or a watch
- 9: to take out of it, and burning with curiosity, she ran across the field
- 10: after it, and fortunately was just in time to see it pop down a large
- 11: rabbit-hole under the hedge.
-stderr listing ends
-EOT
-
-rt -n all -- genout -l 337 -o $testdir/INPUT -s 628 -l 734 -e $testdir/INPUT
-

Return to:

Send suggestions and report system problems to the System administrator.