]> arthur.barton.de Git - backup-script.git/commitdiff
Slightly enhance "make check" ...
authorAlexander Barton <alex@barton.de>
Mon, 4 Jul 2016 14:14:39 +0000 (16:14 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 4 Jul 2016 14:14:39 +0000 (16:14 +0200)
bin/Makefile

index b9048d6d2836b97ffe83cd3447d5bbb9a8c163f1..492795b6a4f1870abc2dce3d09207e8c5d942808 100644 (file)
@@ -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