From 1a85b05a327369f352e4a8d6c4dad8d243901a43 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 26 Sep 2019 15:09:40 -0400 Subject: [PATCH] Makefile: no need to shell to realpath Fixes #41 Signed-off-by: Vincent Batts --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 69b388a..c38791d 100644 --- a/Makefile +++ b/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: