From 2e0c5f8439cfb1da5657c0c8835747c52bec131a Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Mon, 3 Oct 2011 16:52:33 +0000 Subject: xfstests: make 258 more forgiving of timestamp rounding Rather than testing for an exact timestamp, which could vary due to rounding, just check that it is not positive, which is the failure case we're looking for. Signed-off-by: Eric Sandeen Reviewed-by: Christoph Hellwig Signed-off-by: Alex Elder --- 258.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '258.out') diff --git a/258.out b/258.out index 11b91685..87fae0ff 100644 --- a/258.out +++ b/258.out @@ -1,5 +1,5 @@ QA output created by 258 Creating file with timestamp of Jan 1, 1960 -Stat of file yields: -315593940 +Testing for negative seconds since epoch Remounting to flush cache -Stat of file yields: -315593940 +Testing for negative seconds since epoch -- cgit v1.2.3