Remove calls to touch -d.
authorAdam Sampson <ats@offog.org>
Sat, 13 Jul 2013 16:42:18 +0000 (16:42 +0000)
committerAdam Sampson <ats@offog.org>
Sat, 13 Jul 2013 16:42:18 +0000 (16:42 +0000)
These aren't necessary with testserver -- they were there for the
original Apache-based testsuite -- and FreeBSD's touch doesn't have -d.

test-rawdog

index 9fdac242f110b9a9afbdf6670fba83e4404e1451..68226f3bf41f8b9d2429d2b65b2b68bc0e5a8788 100644 (file)
@@ -779,7 +779,6 @@ EOF
 
 begin "HTTP 304 not modified"
 make_rss20 $httpdir/feed.rss
-touch -d yesterday $httpdir/feed.rss
 add "feed 0 $httpurl/feed.rss"
 runs -u
 checkstatus 304
@@ -788,7 +787,6 @@ runs -u
 begin "HTTP 302 redirect to 304 not modified"
 # feedparser issue 390.
 make_rss20 $httpdir/new.rss
-touch -d yesterday $httpdir/new.rss
 add "feed 0 $httpurl/302/new.rss"
 runs -u
 checkstatus 304