From 04533dd4293e6ddef4682129fda4154295bed96d Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sat, 5 Mar 2022 12:27:52 +0100 Subject: tests: Rename a test --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index fc86402..eb009c1 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ PROGRAM_EXEC=../src/$(PROGRAM_NAME) all: - sh ./001-no_options_given.sh $(PROGRAM_EXEC) + sh ./001-missing_arguments.sh $(PROGRAM_EXEC) -- cgit v1.2.3