mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 03:14:50 +00:00
* Fixed rot13 test suite to work before the package is installed.
Closes: #48559 git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5106 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
|||||||
|
bsdgames (2.8-4) unstable; urgency=low
|
||||||
|
|
||||||
|
* Fixed rot13 test suite to work before the package is installed.
|
||||||
|
Closes: #48559
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@master.debian.org> Thu, 28 Oct 1999 11:35:49 -0700
|
||||||
|
|
||||||
bsdgames (2.8-3) unstable; urgency=low
|
bsdgames (2.8-3) unstable; urgency=low
|
||||||
|
|
||||||
* Patch from William Brioschi to make random work on alpha. Closes: #47903
|
* Patch from William Brioschi to make random work on alpha. Closes: #47903
|
||||||
|
|||||||
@@ -31,17 +31,17 @@ set -e
|
|||||||
|
|
||||||
. tests/common
|
. tests/common
|
||||||
|
|
||||||
testexec rot13 caesar/rot13
|
testexec rot13 caesar/caesar 13
|
||||||
|
|
||||||
testno 1
|
testno 1
|
||||||
caesar/rot13 >test.out 2>&1 <<EOF || failtest
|
caesar/caesar 13 >test.out 2>&1 <<EOF || failtest
|
||||||
foo
|
foo
|
||||||
EOF
|
EOF
|
||||||
compare test.out tests/rot13.foo
|
compare test.out tests/rot13.foo
|
||||||
rm -f test.out
|
rm -f test.out
|
||||||
|
|
||||||
testno 2
|
testno 2
|
||||||
caesar/rot13 >test.out 2>&1 <<EOF || failtest
|
caesar/caesar 13 >test.out 2>&1 <<EOF || failtest
|
||||||
Foo
|
Foo
|
||||||
Bar
|
Bar
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user