diff options
author | Matt Kraai <kraai@debian.org> | 2001-12-07 21:27:57 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-12-07 21:27:57 +0000 |
commit | 07a37aebf5d6af6bd4455b79f99ec223f1c73795 (patch) | |
tree | 7594e362299b450e13ef6860cba148653ed432e3 /testsuite/touch | |
parent | dba11452cb9f7262542b7eece4293ad0ae8c608e (diff) | |
download | busybox-w32-07a37aebf5d6af6bd4455b79f99ec223f1c73795.tar.gz busybox-w32-07a37aebf5d6af6bd4455b79f99ec223f1c73795.tar.bz2 busybox-w32-07a37aebf5d6af6bd4455b79f99ec223f1c73795.zip |
New.
Diffstat (limited to 'testsuite/touch')
-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 | ||