aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/builtins/read4.0
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/tests/builtins/read4.0')
-rw-r--r--bin/sh/tests/builtins/read4.01
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/tests/builtins/read4.0 b/bin/sh/tests/builtins/read4.0
index 7204a35aa0a5..4856feddb5c8 100644
--- a/bin/sh/tests/builtins/read4.0
+++ b/bin/sh/tests/builtins/read4.0
@@ -1,4 +1,3 @@
-# $FreeBSD$
printf '%s\n' '\a\ b c' | { read a b; printf '%s\n' "x${a}x${b}x"; }
printf '%s\n' '\a b\ c' | { read a b; printf '%s\n' "x${a}x${b}x"; }