From ca820a0270bfe77d571815cf059e3ea3d292ff81 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 4 Jul 2016 16:14:39 +0200 Subject: [PATCH] Slightly enhance "make check" ... --- bin/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/Makefile b/bin/Makefile index b9048d6..492795b 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -16,5 +16,6 @@ install-local: $(DESTDIR)$(PREFIX)/sbin/backup-status check-local: - ./backup-script --help | fgrep 'Usage' >/dev/null - ./backup-script --help | fgrep 'Configuration file' >/dev/null + ./backup-script --help | fgrep 'Usage: ' >/dev/null + ./backup-script --help | fgrep 'Configuration file is "' >/dev/null + ./backup-status --help | fgrep 'Usage: ' >/dev/null -- 2.39.2