]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
For why not can sentence sense make
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 23 Oct 2024 05:01:20 +0000 (23:01 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 24 Oct 2024 23:07:53 +0000 (17:07 -0600)
src/tests/radsniff/all.mk

index 7a62e9d83a4fd418193f1cdf5b124938b332fc8e..516941c9a121904da8aeeb08978373bc0e1178cb 100644 (file)
@@ -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                                                                                                  \