]> arthur.barton.de Git - backup-script.git/blobdiff - bin/Makefile
Slightly enhance "make check" ...
[backup-script.git] / 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