From ca75834c83da7a78dbcb646e625ed84e8aacf850 Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Wed, 10 May 2023 17:37:29 +0200 Subject: [PATCH] testing/zeek-version-link: Assume nm is there --- testing/btest/plugins/zeek-version-link.zeek | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/btest/plugins/zeek-version-link.zeek b/testing/btest/plugins/zeek-version-link.zeek index 3d973ec54c..d1e06b8d61 100644 --- a/testing/btest/plugins/zeek-version-link.zeek +++ b/testing/btest/plugins/zeek-version-link.zeek @@ -1,5 +1,4 @@ # @TEST-DOC: Poking at internals: Expect an undefined zeek_version_X_Y_Z_plugin symbol in the plugin's .so/.dynlib. If this test turns out to be brittle, remove it, but we lost the mechanism. -# @TEST-REQUIRES: nm --version # @TEST-EXEC: ${DIST}/auxil/zeek-aux/plugin-support/init-plugin -u . Demo Foo # @TEST-EXEC: cp -r %DIR/pktsrc-plugin/* . # @TEST-EXEC: (./configure --zeek-dist=${DIST} && VERBOSE=1 make) >&2