]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 2249] Bad operator for 'test' in 'make check' of libevent.
authorDave Hart <hart@ntp.org>
Sun, 5 Aug 2012 19:09:38 +0000 (19:09 +0000)
committerDave Hart <hart@ntp.org>
Sun, 5 Aug 2012 19:09:38 +0000 (19:09 +0000)
bk: 501ec4f2UFzwY4_Rq3aFvl6GiVW1yw

ChangeLog
sntp/libevent/test/test.sh

index f413cdc49106ca93bb4a006a055eb78a4735cb6c..59f215b7f3b086868c605f0c420ef4d189183ac9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* [Bug 2249] Bad operator for 'test' in 'make check' of libevent.
 (4.2.7p293) 2012/08/04 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2247] (more) Get rid of the TRAK refclock - deprecated since 2006.
 * Documentation cleanup from Mike T.
index 59748c00f6a8dc6da3b51c5f04f6587156cbfb90..e2b78c5696d0d834e331ee422feab8789bfde56c 100755 (executable)
@@ -32,7 +32,7 @@ if test -x "$T/test-init"
 then
        TEST_DIR="$T"
 fi
-if test -e "$T/check-dumpevents.py"
+if test -f "$T/check-dumpevents.py"
 then
        TEST_SRC_DIR="$T"
 fi