Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/bin/sh Set TEST_SH



details:   https://anonhg.NetBSD.org/src/rev/f19d78328254
branches:  trunk
changeset: 344031:f19d78328254
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Mar 10 22:30:57 2016 +0000

description:
Set TEST_SH

diffstat:

 tests/bin/sh/t_fsplit.sh |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0d37b7f2328c -r f19d78328254 tests/bin/sh/t_fsplit.sh
--- a/tests/bin/sh/t_fsplit.sh  Thu Mar 10 20:23:35 2016 +0000
+++ b/tests/bin/sh/t_fsplit.sh  Thu Mar 10 22:30:57 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_fsplit.sh,v 1.2 2016/03/08 14:26:54 christos Exp $
+# $NetBSD: t_fsplit.sh,v 1.3 2016/03/10 22:30:57 christos Exp $
 #
 # Copyright (c) 2007-2016 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -36,6 +36,9 @@
 # and: sh -c 'set -- ${x-}' echo $#' shold give 0
 #
 
+# the implementation of "sh" to test
+: ${TEST_SH:="/bin/sh"}
+
 nl='
 '
 



Home | Main Index | Thread Index | Old Index