Makefile: no need to shell to realpath
Fixes #41 Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
9726e11de5
commit
1a85b05a32
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -39,7 +39,7 @@ cleanfiles += .testprep $(srpms)
|
||||||
test-integration: .build-container .testprep
|
test-integration: .build-container .testprep
|
||||||
@echo
|
@echo
|
||||||
@echo "==> Running integration tests"
|
@echo "==> Running integration tests"
|
||||||
TMPDIR=$(shell realpath .testprep/tmp) bats $(BATS_OPTS) test/
|
TMPDIR=$(realpath .testprep/tmp) bats $(BATS_OPTS) test/
|
||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in a new issue