]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
test.sh, ChangeLog:
authorHal Murray <murray@ntp.org>
Sun, 21 Jul 2013 21:50:57 +0000 (17:50 -0400)
committerHal Murray <murray@ntp.org>
Sun, 21 Jul 2013 21:50:57 +0000 (17:50 -0400)
  Correct bug in previous attempt to fix bug-2368.

bk: 51ec57c1t9SYOmATS7aZ53t1i1pj1Q

ChangeLog
sntp/libevent/test/test.sh

index b1de07f34993566f969262a9f58692546a24a424..e3b35cda6fdb31d4075483ffe9cdcc39d32bd528 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* [Bug 2368] Correct bug in previous attempt.
 (4.2.7p374) 2013/07/21 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2368] make check troubles in libevent.
 * [Bug 2413] Fix "make check" with automake >= 1.13.
index e12aaa61d17e5e90782b89d5362ad6b979db786d..8f8b634e283d85a4721d7723f88f3cae6fa5e920 100755 (executable)
@@ -42,7 +42,7 @@ then
 elif test -f "./test/check-dumpevents.py"
 then
         TEST_SRC_DIR="./test"
-elif test -f "../../../sntp/libevent/test/check-dumpevents.py-x"
+elif test -f "../../../sntp/libevent/test/check-dumpevents.py"
 then    
         TEST_SRC_DIR="../../../sntp/libevent/test"
 else