X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fuse%2Ftest-fuse.sh;h=d464f11ebe02ba206047e8d0acb1ac6e51362101;hp=2b4d0d75e4f15ec7b276f20805d48e612876a621;hb=d8346d5d6428c7293d1ddf58e4f9ec4b7de25380;hpb=60d020d363ec49a547fe047ac2f9bd88c8efcd5c diff --git a/fuse/test-fuse.sh b/fuse/test-fuse.sh index 2b4d0d7..d464f11 100755 --- a/fuse/test-fuse.sh +++ b/fuse/test-fuse.sh @@ -86,15 +86,15 @@ function stage () ((s++)) } -stage Create filesystem with some inital content +stage Create filesystem with some initial content $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