From 23c8489a3a857e602cc8c1eea15d0f755c55bd40 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Wed, 12 Jan 2022 19:55:58 +0100 Subject: [PATCH] Update testscript/testdata/build.txt Co-authored-by: Roger Peppe --- testscript/testdata/build.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testscript/testdata/build.txt b/testscript/testdata/build.txt index 1ea31c7d..a032b310 100644 --- a/testscript/testdata/build.txt +++ b/testscript/testdata/build.txt @@ -1,7 +1,8 @@ [!exec:sh] skip 'sh not found in $PATH' # test that the build:tag condition works for set build tags -[build:go1.16] exec sh -c 'exit 0' +[build:go1.16] exec cat ok +stdout ok [build:go1.17] exec sh -c 'exit 0' # test that the build:tag condition works for unset build tags