freebsd-skq/bin
asomers 310c99287f Add tests for ln(1)
* Verify that when creating a hard link to a symbolic link, '-L' option
  creates a hard link to the target of the symbolic link
* Verify that when creating a hard link to a symbolic link, '-P' option
  creates a hard link to the symbolic link itself
* Verify that if the target file already exists, '-f' option unlinks it so
  that link may occur
* Verify that if the target file or directory is a symbolic link, '-shf'
  option prevents following the link
* Verify that if the target file or directory is a symbolic link, '-snf'
  option prevents following the link
* Verify that '-s' option creates a symbolic link
* Verify that '-w' option produces a warning if the source of a symbolic
  link does not currently exist

Submitted by:	shivansh
Reviewed by:	asomers, ngie
MFC after:	1 month
Sponsored by:	Google, Inc (GSoC 2017)
Differential Revision:	https://reviews.freebsd.org/D11084
2017-06-08 19:09:55 +00:00
..
cat Add testcases for cat -b 2017-06-06 21:50:00 +00:00
chflags
chio
chmod Add some basic tests for chmod(1) 2017-06-07 05:33:56 +00:00
cp
csh
date
dd Fix bin/dd/dd2_tests:seek_overflow on UFS and TMPFS 2017-06-03 18:29:18 +00:00
df
domainname
echo Add basic tests for echo(1) 2017-06-06 16:04:27 +00:00
ed
expr
freebsd-version
getfacl
hostname
kenv
kill
ln Add tests for ln(1) 2017-06-08 19:09:55 +00:00
ls
mkdir
mv
pax
pkill Clarify -q is only for pgrep. 2017-06-05 16:00:10 +00:00
ps
pwait
pwd
rcp
realpath
rm
rmail
rmdir
setfacl
sh sh: Call fc -e editor with interrupts enabled. 2017-06-06 21:08:05 +00:00
sleep
stty .Xr resizewin from stty(1) man page. 2017-05-07 11:44:25 +00:00
sync
test
tests
uuidgen
Makefile
Makefile.inc