Makefile: no need to shell to realpath

Fixes #41

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2019-09-26 15:09:40 -04:00
parent 9726e11de5
commit 1a85b05a32

View file

@ -39,7 +39,7 @@ cleanfiles += .testprep $(srpms)
test-integration: .build-container .testprep
@echo
@echo "==> Running integration tests"
TMPDIR=$(shell realpath .testprep/tmp) bats $(BATS_OPTS) test/
TMPDIR=$(realpath .testprep/tmp) bats $(BATS_OPTS) test/
clean: