[Chinese-commits] [fortune-zh] 01/02: tests: fix failure caused by a missing PATH
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Thu Dec 8 07:26:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
cdluminate-guest pushed a commit to branch master
in repository fortune-zh.
commit 14e9bc7482761c12108c617829e24145c351aae8
Author: Zhou Mo <cdluminate at gmail.com>
Date: Thu Dec 8 06:17:49 2016 +0000
tests: fix failure caused by a missing PATH
---
debian/tests/simply.run | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/tests/simply.run b/debian/tests/simply.run
index 1973581..c8359bf 100755
--- a/debian/tests/simply.run
+++ b/debian/tests/simply.run
@@ -2,9 +2,9 @@
set -e
# let's see if the three cookies shipped in this package work as expected.
-fortune chinese
-fortune tang300
-fortune song100
+/usr/games/fortune chinese
+/usr/games/fortune tang300
+/usr/games/fortune song100
# simply run fortune-zh for several times to see whether it's working.
for i in $(seq 10); do
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/fortune-zh.git
More information about the Chinese-commits
mailing list