From 6888b061d06a699772921aaf6c57f4bd6c95d1c6 Mon Sep 17 00:00:00 2001 From: Aditya Rajan Date: Thu, 9 Sep 2021 15:39:13 +0530 Subject: inspect: printTmpl must Flush writer Flush should be called after the last call to Write to ensure that any data buffered in the Writer is written to output. Any incomplete escape sequence at the end is considered complete for formatting purposes. Signed-off-by: Aditya Rajan --- test/e2e/build/envwithtab/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/e2e/build/envwithtab/Dockerfile (limited to 'test/e2e/build/envwithtab') diff --git a/test/e2e/build/envwithtab/Dockerfile b/test/e2e/build/envwithtab/Dockerfile new file mode 100644 index 000000000..0d8480c04 --- /dev/null +++ b/test/e2e/build/envwithtab/Dockerfile @@ -0,0 +1,3 @@ +FROM alpine + +ENV TEST=" t" -- cgit v1.2.3-54-g00ecf