summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/errors/redirection-error2.2
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/bin/sh/errors/redirection-error2.2')
-rw-r--r--tools/regression/bin/sh/errors/redirection-error2.22
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/bin/sh/errors/redirection-error2.2 b/tools/regression/bin/sh/errors/redirection-error2.2
index 2117ecf..32bccd8 100644
--- a/tools/regression/bin/sh/errors/redirection-error2.2
+++ b/tools/regression/bin/sh/errors/redirection-error2.2
@@ -1,4 +1,4 @@
# $FreeBSD$
# sh should fail gracefully on this bad redirect
-sh -c 'echo 1 >&$a' 2>/dev/null
+${SH} -c 'echo 1 >&$a' 2>/dev/null
OpenPOWER on IntegriCloud