INN commit: branches/2.6 (3 files)
INN Commit
rra at isc.org
Thu May 5 13:15:18 UTC 2016
Date: Thursday, May 5, 2016 @ 06:15:17
Author: iulius
Revision: 10028
Protect $Id$ in support scripts
Modified:
branches/2.6/support/getc-tap-harness
branches/2.6/support/getrra-c-util
branches/2.6/tests/tap/float.c
--------------------------+
support/getc-tap-harness | 2 +-
support/getrra-c-util | 4 ++--
tests/tap/float.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
Modified: support/getc-tap-harness
===================================================================
--- support/getc-tap-harness 2016-05-05 13:03:29 UTC (rev 10027)
+++ support/getc-tap-harness 2016-05-05 13:15:17 UTC (rev 10028)
@@ -64,7 +64,7 @@
chmod 755 ${TEMP}
elif [ "$3" != "README" ]
then
- sed -i -e '1 s/$/ $Id$\n */' \
+ sed -i -e '1 s/$/ \$Id\$\n */' \
-e 's/^#include <tests\/tap\//#include <tap\//g' \
${TEMP}
fi
Modified: support/getrra-c-util
===================================================================
--- support/getrra-c-util 2016-05-05 13:03:29 UTC (rev 10027)
+++ support/getrra-c-util 2016-05-05 13:15:17 UTC (rev 10028)
@@ -51,7 +51,7 @@
sed -i -e 's/RRA_/INN_/g' \
-e 's/rra_/inn_/g' \
-e '1 a\
-dnl $Id$' \
+dnl \$Id\$' \
${TEMP}
elif [ "$2" = "include/inn" ] || [ "$2" = "include/portable" ] \
|| [ "$2" = "include" ] || [ "$2" = "lib" ] || [ "$2" = "tests/lib" ] \
@@ -174,7 +174,7 @@
-e 's/<util\/\(.*\)>/"inn\/\1"/g' \
-e 's/<portable\/\(.*\)>/"portable\/\1"/g' \
-e 's/<tests\/tap\/\(.*\)>/"tap\/\1"/g' \
- -e '1 s/$/ $Id$\n */' \
+ -e '1 s/$/ \$Id\$\n */' \
${TEMP}
# For compatibility with the integration of C TAP Harness in INN.
Modified: tests/tap/float.c
===================================================================
--- tests/tap/float.c 2016-05-05 13:03:29 UTC (rev 10027)
+++ tests/tap/float.c 2016-05-05 13:15:17 UTC (rev 10028)
@@ -46,6 +46,7 @@
#include <tap/basic.h>
#include <tap/float.h>
+
#ifndef LIBTEST_NEW_FORMAT
/* Specific to the integration of C TAP Harness in INN. */
void
@@ -55,7 +56,6 @@
}
#endif
-
/*
* Takes an expected double and a seen double and assumes the test passes if
* those two numbers are within delta of each other.
More information about the inn-committers
mailing list