From ca826de83a6b6dcbd8f306d162a2f4c2a0dd8505 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 1 Jul 2013 13:58:24 +0200 Subject: [PATCH] tests/test_noforce.sh: Add missing test_script_subshell call. --- tests/test_noforce.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_noforce.sh b/tests/test_noforce.sh index dad525d..00a9b2d 100755 --- a/tests/test_noforce.sh +++ b/tests/test_noforce.sh @@ -22,4 +22,5 @@ test "x$srcdir" = x && srcdir=. # Make sure we don't write to non-ttys by default. force_write= test_script example_noforce.sh +test_script_subshell example_noforce.sh force_write=1 -- 2.43.2