File: 46-disable-check-hex

package info (click to toggle)
amanda 1%3A3.5.4-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 23,420 kB
  • sloc: ansic: 197,218; perl: 109,331; xml: 16,126; sh: 4,180; makefile: 2,810; awk: 502; lex: 407; yacc: 347; tcl: 118; sql: 19; sed: 16; php: 2
file content (23 lines) | stat: -rw-r--r-- 953 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Index: amanda-3.5.1/common-src/Makefile.am
===================================================================
--- amanda-3.5.1.orig/common-src/Makefile.am	2022-06-19 20:45:44.459098030 +0100
+++ amanda-3.5.1/common-src/Makefile.am	2022-06-19 20:49:08.159830279 +0100
@@ -247,7 +247,7 @@ libtestutils_la_SOURCES = \
 # automake-style tests
 
 TESTS = amflock-test event-test amsemaphore-test crc32-test quoting-test \
-	ipc-binary-test hexencode-test fileheader-test match-test
+	ipc-binary-test fileheader-test match-test
 noinst_PROGRAMS = $(TESTS)
 
 amflock_test_SOURCES = amflock-test.c
@@ -270,9 +270,6 @@ quoting_test_LDADD = libamanda.la libtes
 ipc_binary_test_SOURCES = ipc-binary-test.c
 ipc_binary_test_LDADD = libamanda.la libtestutils.la
 
-hexencode_test_SOURCES = hexencode-test.c
-hexencode_test_LDADD = libamanda.la libtestutils.la
-
 fileheader_test_SOURCES = fileheader-test.c
 fileheader_test_LDADD = libamanda.la libtestutils.la