diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-30 23:11:20 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-30 23:11:20 +0000 |
commit | 6fd181afd97102bb355120d6a384a9fd5de932c8 (patch) | |
tree | e258582c0f14f06750e480e2c244260e79860fd0 /testsuite/mv | |
parent | 99f25757d3ddfdbe764f04ee037b19b748b7caec (diff) | |
download | busybox-w32-6fd181afd97102bb355120d6a384a9fd5de932c8.tar.gz busybox-w32-6fd181afd97102bb355120d6a384a9fd5de932c8.tar.bz2 busybox-w32-6fd181afd97102bb355120d6a384a9fd5de932c8.zip |
Merge test suite.
git-svn-id: svn://busybox.net/trunk/busybox@3603 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'testsuite/mv')
-rw-r--r-- | testsuite/mv/mv-moves-file | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/mv/mv-moves-file b/testsuite/mv/mv-moves-file new file mode 100644 index 000000000..edb4c3751 --- /dev/null +++ b/testsuite/mv/mv-moves-file | |||
@@ -0,0 +1,3 @@ | |||
1 | touch foo | ||
2 | busybox mv foo bar | ||
3 | test ! -f foo -a -f bar | ||