From: Adam Sampson Date: Sat, 13 Jul 2013 16:42:18 +0000 (+0000) Subject: Remove calls to touch -d. X-Git-Tag: v2.15~1 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=324f78cc0c00bfeea8a93a39effee98975628efe;p=rawdog%2F.git Remove calls to touch -d. These aren't necessary with testserver -- they were there for the original Apache-based testsuite -- and FreeBSD's touch doesn't have -d. --- diff --git a/test-rawdog b/test-rawdog index 9fdac24..68226f3 100644 --- a/test-rawdog +++ b/test-rawdog @@ -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