From 41d992cf5193e50b97f110d5a83823339c7307a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 4 May 2022 10:57:45 +0200 Subject: fuzz-network-parser: drop ".network" and shorten names All fuzzer inputs as .network files. Some had the suffix, others didn't. So drop it everywhere, and also shorten some other names. --- tools/check-directives.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/check-directives.sh b/tools/check-directives.sh index 0661da4d3b..8894322278 100755 --- a/tools/check-directives.sh +++ b/tools/check-directives.sh @@ -34,8 +34,8 @@ function generate_directives() { ret=0 if ! diff \ <(generate_directives "$SOURCE_ROOT"/src/network/networkd-network-gperf.gperf | sort) \ - <(sort "$SOURCE_ROOT"/test/fuzz/fuzz-network-parser/directives.network); then - echo "Looks like test/fuzz/fuzz-network-parser/directives.network hasn't been updated" + <(sort "$SOURCE_ROOT"/test/fuzz/fuzz-network-parser/directives); then + echo "Looks like test/fuzz/fuzz-network-parser/directives hasn't been updated" ret=1 fi -- cgit v1.2.1