Skip to content

Commit 57d8090

Browse files
committed
., not ./
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 42c9fd5 commit 57d8090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bats/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ DOCKER_RUN_FLAGS :=
6565
ifeq ($(CI),)
6666
DOCKER_RUN_FLAGS += -it
6767
else
68-
TMPDIR="./"
68+
TMPDIR="."
6969
endif
7070

7171
default: tests

0 commit comments

Comments
 (0)