summaryrefslogtreecommitdiffstats
path: root/fuse/test-fuse.sh
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-12-07 15:29:55 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-12-07 15:29:55 +0000
commit4df67f26aef7339ef9690da7becb756c9f3f4eaa (patch)
tree20ca715a0f2bd17bf3db44b51e86b3c2c8cf29ac /fuse/test-fuse.sh
parentde419e4bace5d5be58a87d76f0c63ec39f327d1a (diff)
downloadlibguestfs-4df67f26aef7339ef9690da7becb756c9f3f4eaa.tar.gz
libguestfs-4df67f26aef7339ef9690da7becb756c9f3f4eaa.tar.xz
libguestfs-4df67f26aef7339ef9690da7becb756c9f3f4eaa.zip
fuse: Disable test which doesn't run reliably on Debian.
See discussion in RHBZ#660687.
Diffstat (limited to 'fuse/test-fuse.sh')
-rwxr-xr-xfuse/test-fuse.sh23
1 files changed, 12 insertions, 11 deletions
diff --git a/fuse/test-fuse.sh b/fuse/test-fuse.sh
index 15e96313..2c0aec56 100755
--- a/fuse/test-fuse.sh
+++ b/fuse/test-fuse.sh
@@ -197,17 +197,18 @@ truncate -c -s 0 truncated
[ "$(stat -c %s truncated)" -eq 0 ]
rm -f truncated
-stage Checking utimens and timestamps
-for ts in 12345 1234567 987654321; do
- # NB: It's not possible to set the ctime with touch.
- touch -a -d @$ts timestamp
- [ "$(stat -c %X timestamp)" -eq $ts ]
- touch -m -d @$ts timestamp
- [ "$(stat -c %Y timestamp)" -eq $ts ]
- touch -d @$ts timestamp
- [ "$(stat -c %X timestamp)" -eq $ts ]
- [ "$(stat -c %Y timestamp)" -eq $ts ]
-done
+# Disabled because of RHBZ#660687 on Debian.
+# stage Checking utimens and timestamps
+# for ts in 12345 1234567 987654321; do
+# # NB: It's not possible to set the ctime with touch.
+# touch -a -d @$ts timestamp
+# [ "$(stat -c %X timestamp)" -eq $ts ]
+# touch -m -d @$ts timestamp
+# [ "$(stat -c %Y timestamp)" -eq $ts ]
+# touch -d @$ts timestamp
+# [ "$(stat -c %X timestamp)" -eq $ts ]
+# [ "$(stat -c %Y timestamp)" -eq $ts ]
+# done
stage Checking writes
cp hello.txt copy.txt