From 0278c1e65f409f88823fd330cff4397c6b1997d3 Mon Sep 17 00:00:00 2001 From: kakwa Date: Sat, 10 Sep 2016 03:14:02 +0200 Subject: [PATCH] fix tests --- tests/external_test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/external_test.sh b/tests/external_test.sh index f366cdc..82eb20d 100755 --- a/tests/external_test.sh +++ b/tests/external_test.sh @@ -2,9 +2,9 @@ timeout 120 ./uts-server -c tests/cfg/uts-server.cnf -D -p ./uts-server.pid & -./goodies/timestamp-file.sh -i README.md -u http://localhost:2020 -r -O "-cert" || exit 1 -./goodies/timestamp-file.sh -i README.md -u http://localhost:2020 -r -O "-cert" || exit 1 -./goodies/timestamp-file.sh -i README.md -u http://localhost:2020 -r -O "-cert" || exit 1 +./goodies/timestamp-file.sh -i README.rst -u http://localhost:2020 -r -O "-cert" || exit 1 +./goodies/timestamp-file.sh -i README.rst -u http://localhost:2020 -r -O "-cert" || exit 1 +./goodies/timestamp-file.sh -i README.rst -u http://localhost:2020 -r -O "-cert" || exit 1 kill `cat ./uts-server.pid`