1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Add tests for unlink.

This commit is contained in:
Joseph Crail 2015-05-15 20:11:54 -04:00
parent 497c04ad44
commit 906ba3e24a
2 changed files with 92 additions and 0 deletions

View file

@ -182,6 +182,7 @@ TEST_PROGS := \
true \
truncate \
tsort \
unlink \
unexpand
TEST ?= $(TEST_PROGS)