make test work again also on linux. why did this not break the github actions?
This commit is contained in:
@@ -19,7 +19,7 @@ else
|
||||
RMDIR = $(RM) -r $1
|
||||
ERRDIR = 2>&1
|
||||
TRUE = true
|
||||
CAT = cat
|
||||
CAT = cat $1
|
||||
endif
|
||||
|
||||
ifdef QUIET
|
||||
|
||||
Reference in New Issue
Block a user