From 07a37aebf5d6af6bd4455b79f99ec223f1c73795 Mon Sep 17 00:00:00 2001
From: Matt Kraai <kraai@debian.org>
Date: Fri, 7 Dec 2001 21:27:57 +0000
Subject: New.

---
 testsuite/touch/touch-touches-files-after-non-existent-file | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 testsuite/touch/touch-touches-files-after-non-existent-file

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 @@
+touch -t 198001010000 bar
+busybox touch -c foo bar
+test x"`find bar -mtime -1`" = xbar
-- 
cgit v1.2.3