diff options
Diffstat (limited to '')
-rw-r--r-- | bin/1sh/tests/builtins/hash1.0 | 5 | ||||
-rw-r--r-- | bin/1sh/tests/builtins/hash1.0.stdout | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bin/1sh/tests/builtins/hash1.0 b/bin/1sh/tests/builtins/hash1.0 new file mode 100644 index 00000000..646066f8 --- /dev/null +++ b/bin/1sh/tests/builtins/hash1.0 @@ -0,0 +1,5 @@ +# $FreeBSD: releng/12.1/bin/sh/tests/builtins/hash1.0 149791 2005-09-05 09:42:10Z stefanf $ +cat /dev/null +hash +hash -r +hash diff --git a/bin/1sh/tests/builtins/hash1.0.stdout b/bin/1sh/tests/builtins/hash1.0.stdout new file mode 100644 index 00000000..3afc3e7b --- /dev/null +++ b/bin/1sh/tests/builtins/hash1.0.stdout @@ -0,0 +1 @@ +/bin/cat |