Merge pull request #43 from vbatts/fix_41
Makefile: no need to shell to realpath
This commit is contained in:
commit
9d14ec7aea
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
|
||||
@echo
|
||||
@echo "==> Running integration tests"
|
||||
TMPDIR=$(shell realpath .testprep/tmp) bats $(BATS_OPTS) test/
|
||||
TMPDIR=$(realpath .testprep/tmp) bats $(BATS_OPTS) test/
|
||||
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue