summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/testsuite/touch/touch-touches-files-after-non-existent-file
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/busybox/testsuite/touch/touch-touches-files-after-non-existent-file')
-rwxr-xr-xrelease/src/router/busybox/testsuite/touch/touch-touches-files-after-non-existent-file3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/src/router/busybox/testsuite/touch/touch-touches-files-after-non-existent-file b/release/src/router/busybox/testsuite/touch/touch-touches-files-after-non-existent-file
new file mode 100755
index 00000000..a869ec26
--- /dev/null
+++ b/release/src/router/busybox/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