From: Alexander Barton Date: Mon, 4 Jul 2016 14:14:39 +0000 (+0200) Subject: Slightly enhance "make check" ... X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=ca820a0270bfe77d571815cf059e3ea3d292ff81;hp=bcf791b488a76833b55ed478097c4ca032f71c0c;p=backup-script.git Slightly enhance "make check" ... --- 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