aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/errors/backquote-error2.0
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/tests/errors/backquote-error2.0')
-rw-r--r--bin/sh/tests/errors/backquote-error2.01
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/tests/errors/backquote-error2.0 b/bin/sh/tests/errors/backquote-error2.0
index 5b49e2be17ce..05fcd96bb101 100644
--- a/bin/sh/tests/errors/backquote-error2.0
+++ b/bin/sh/tests/errors/backquote-error2.0
@@ -1,4 +1,3 @@
-# $FreeBSD$
${SH} -c 'echo `echo .BA"DCODE.`
echo ".BAD"CODE.' 2>&1 | grep -q BADCODE && exit 1