diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-07-20 23:14:48 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-07-20 23:26:02 -0400 |
commit | 03adbcf0aa8914fd5556b7913901c98a6940fae4 (patch) | |
tree | 03b085bae5ae82d5802990f1c63232df5c1449b6 /tests | |
parent | 3a94d05833019023636bc8ac55a686f4fa8cf3d8 (diff) | |
download | bfs-03adbcf0aa8914fd5556b7913901c98a6940fae4.tar.xz |
Implement -rm as an alias for -delete
From NetBSD.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_delete.out | 1 | ||||
-rw-r--r-- | tests/test_rm.out | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_delete.out b/tests/test_delete.out new file mode 100644 index 0000000..fb188b9 --- /dev/null +++ b/tests/test_delete.out @@ -0,0 +1 @@ +scratch diff --git a/tests/test_rm.out b/tests/test_rm.out new file mode 100644 index 0000000..fb188b9 --- /dev/null +++ b/tests/test_rm.out @@ -0,0 +1 @@ +scratch |