diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-12-07 21:27:57 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-12-07 21:27:57 +0000 |
commit | bd9129be305516ec1e6f3f79f6160c00c7636b9e (patch) | |
tree | 7594e362299b450e13ef6860cba148653ed432e3 | |
parent | 2f1854a25dfd1450ccd1f5c95115437a5b41ddd1 (diff) | |
download | busybox-w32-bd9129be305516ec1e6f3f79f6160c00c7636b9e.tar.gz busybox-w32-bd9129be305516ec1e6f3f79f6160c00c7636b9e.tar.bz2 busybox-w32-bd9129be305516ec1e6f3f79f6160c00c7636b9e.zip |
New.
git-svn-id: svn://busybox.net/trunk/busybox@3868 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | testsuite/touch/touch-touches-files-after-non-existent-file | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/touch/touch-touches-files-after-non-existent-file b/testsuite/touch/touch-touches-files-after-non-existent-file new file mode 100644 index 000000000..a869ec267 --- /dev/null +++ b/testsuite/touch/touch-touches-files-after-non-existent-file | |||
@@ -0,0 +1,3 @@ | |||
1 | touch -t 198001010000 bar | ||
2 | busybox touch -c foo bar | ||
3 | test x"`find bar -mtime -1`" = xbar | ||