fop(1): fixes panic on no arguments

This commit is contained in:
2024-08-28 18:05:56 -06:00
parent 8d00fa0afd
commit f50bfeea92
2 changed files with 3 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ fop_fail: $(BIN)/fop
! printf 'test\n' | $(BIN)/fop 1 cat
! printf 'test\n' | $(BIN)/fop 'test' cat
! printf 'test\n' | $(BIN)/fop -d'test' cat
! $(BIN)/fop
.PHONY: fop_functionality
fop_functionality: $(BIN)/fop