This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
bin
/
sh
/
tests
/
builtins
/
alias.0
10 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add a couple of regression tests for /bin/sh.
2005-09-04 11:59:59 +00:00
# $FreeBSD$
set -e
unalias -a
alias foo=bar
Update and extend the tests for alias.
2009-03-22 17:22:14 +00:00
alias bar=
alias quux="1 2 3"
Add a couple of regression tests for /bin/sh.
2005-09-04 11:59:59 +00:00
alias
Update test for r190284.
2009-03-22 21:12:00 +00:00
alias foo
Reference in New Issue
Copy Permalink