Merge pull request #43 from vbatts/fix_41

Makefile: no need to shell to realpath
This commit is contained in:
Valentin Rothberg 2019-10-15 15:54:53 +02:00 committed by GitHub
commit 9d14ec7aea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: