[gvfs] tests: do not create stuff.txt
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs] tests: do not create stuff.txt
- Date: Fri, 24 Oct 2014 06:57:43 +0000 (UTC)
commit 71a6f76fa89d44206a3f6da73a99a9813476d173
Author: Ondrej Holy <oholy redhat com>
Date: Tue Oct 21 17:11:44 2014 +0200
tests: do not create stuff.txt
Looks like stuff.txt is writen, but not used and also not deleted,
therefor don't create this file anymore.
test/gvfs-test | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/test/gvfs-test b/test/gvfs-test
index 952bcf5..3f70023 100755
--- a/test/gvfs-test
+++ b/test/gvfs-test
@@ -514,9 +514,6 @@ Subsystem sftp %(sftp_server)s
self.assertTrue('Login dialog cancelled' in err, err)
def do_mount_check(self, uri):
- with open('stuff.txt', 'w') as f:
- f.write('moo!')
-
# appears in gvfs-mount list
(out, err) = self.program_out_err(['gvfs-mount', '-li'])
try:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]