tests, Makefile: cleaning up

This commit is contained in:
2024-08-09 23:50:31 -06:00
parent 66f809162b
commit b76ff8fd90
5 changed files with 14 additions and 9 deletions

View File

@@ -24,4 +24,4 @@ mm_help: $(BIN)/mm
.PHONY: mm_stderr
# check if stderr is empty upon specifying -e
mm_stderr: $(BIN)/mm
! test "$$(printf 'test\n' | $(BIN)/mm -i - -e 2>&1 >/dev/null)" = "test"
! test "$$(printf 'test\n' | $(BIN)/mm -e 2>&1 >/dev/null)" = "test"