summaryrefslogtreecommitdiff
path: root/258.out
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2011-10-03 16:52:33 +0000
committerAlex Elder <aelder@sgi.com>2011-10-07 17:33:55 -0500
commit2e0c5f8439cfb1da5657c0c8835747c52bec131a (patch)
treed414f290dd1e00f0d96367c8d17ba895b7cc3e4a /258.out
parent818df50cdf9eaa7d9bfd0e7f77a227b6fa231d2e (diff)
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 <sandeen@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to '258.out')
-rw-r--r--258.out4
1 files changed, 2 insertions, 2 deletions
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