aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2022-03-05 12:27:52 +0100
committerJan Sucan <jan@jansucan.com>2022-03-05 12:27:52 +0100
commit04533dd4293e6ddef4682129fda4154295bed96d (patch)
tree75ecea43788b988ff8cdf0a9c21cae7b65853655 /tests/Makefile
parent204f31a3189da01cc315b6a2cdd7eb6815056578 (diff)
tests: Rename a test
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
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)