X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fuse%2Ftest-fuse.sh;h=15e96313204b28c9bbc18eb994b301d2b06ac985;hb=4c5038ab54fb6fdff75ca8d5fdda9e73f48a5050;hp=7dc8e4b87108b956d8b4a73c4ddab50d76f7d980;hpb=d9e2285837c81baea914107567d26442ec76e3fa;p=libguestfs.git diff --git a/fuse/test-fuse.sh b/fuse/test-fuse.sh index 7dc8e4b..15e9631 100755 --- a/fuse/test-fuse.sh +++ b/fuse/test-fuse.sh @@ -93,13 +93,15 @@ $guestfish <> copy.txt +echo world >> copy.txt +echo bigger >> copy.txt +echo biggest >> copy.txt +[ "$(cat copy.txt)" = "hello +world +bigger +biggest" ] + # These ones are not yet tested by the current script: #stage XXX statfs/statvfs #stage XXX xattr operations