From: Arran Cudbard-Bell Date: Wed, 23 Oct 2024 05:01:20 +0000 (-0600) Subject: For why not can sentence sense make X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b57963c592151073bedba564ff6f54801d528d1c;p=thirdparty%2Ffreeradius-server.git For why not can sentence sense make --- diff --git a/src/tests/radsniff/all.mk b/src/tests/radsniff/all.mk index 7a62e9d83a4..516941c9a12 100644 --- a/src/tests/radsniff/all.mk +++ b/src/tests/radsniff/all.mk @@ -65,7 +65,7 @@ $(OUTPUT)/%.txt: $(DIR)/%.txt $(TEST_BIN_DIR)/radsniff $(PCAP_IN) echo "RADSNIFF FAILED $@"; \ echo "RADSNIFF: $(TEST_BIN)/radsniff $(ARGV) -I $(PCAP_IN) -D share/dictionary -xx"; \ echo "ERROR: File $(FOUND) is not the same as $(EXPECTED).simple"; \ - echo "If you did some update on the radsniff code, please be sure to update the unit tests."; \ + echo "If radsniff has been modified, please update the unit tests."; \ echo "e.g: $(EXPECTED)"; \ diff $(EXPECTED).simple $(FOUND); \ echo "diff $(EXPECTED).simple $(FOUND)"; \ @@ -76,7 +76,7 @@ $(OUTPUT)/%.txt: $(DIR)/%.txt $(TEST_BIN_DIR)/radsniff $(PCAP_IN) echo "RADSNIFF FAILED $@"; \ echo "RADSNIFF: $(RADIUSD_RUN)"; \ echo "ERROR: The script $(CMD_TEST) can't validate the content of $(FOUND)"; \ - echo "If you did some update on the radsniff code, please be sure to update the unit tests."; \ + echo "If radsniff has been modified, please update the unit tests."; \ rm -f $@; \ exit 1; \ else \