summary refs log tree commit diff
path: root/bin/1sh/tests/parser/alias7.0
diff options
context:
space:
mode:
Diffstat (limited to 'bin/1sh/tests/parser/alias7.0')
-rw-r--r--bin/1sh/tests/parser/alias7.04
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/1sh/tests/parser/alias7.0 b/bin/1sh/tests/parser/alias7.0
new file mode 100644
index 00000000..2dbb19e6
--- /dev/null
+++ b/bin/1sh/tests/parser/alias7.0
@@ -0,0 +1,4 @@
+# $FreeBSD: releng/12.1/bin/sh/tests/parser/alias7.0 240825 2012-09-22 12:52:41Z jilles $
+
+alias echo='echo a'
+[ "`eval echo b`" = "a b" ]