After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 743820 - gvfs-test fails if /tmp is not a separate mountpoint
gvfs-test fails if /tmp is not a separate mountpoint
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: general
1.23.x
Other Linux
: Normal minor
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2015-02-01 23:37 UTC by Ross Lagerwall
Modified: 2015-02-18 18:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test: Support /tmp on the same partition as test home (1.47 KB, patch)
2015-02-01 23:45 UTC, Ross Lagerwall
committed Details | Review

Description Ross Lagerwall 2015-02-01 23:37:08 UTC
.
Comment 1 Ross Lagerwall 2015-02-01 23:40:08 UTC
======================================================================
FAIL: test_file_in_system (__main__.Trash)
trash:// deletion for system location
----------------------------------------------------------------------
Traceback (most recent call last):
  • File "./gvfs-test", line 1643 in test_file_in_system
    % os.getuid()))
AssertionError: False is not true

----------------------------------------------------------------------
Comment 2 Ross Lagerwall 2015-02-01 23:45:28 UTC
Created attachment 295906 [details] [review]
test: Support /tmp on the same partition as test home

Fix a test failure in test_file_in_system where it fails if /tmp is the
same partition as $XDG_DATA_HOME by looking in a different place for the
trashed item.
Comment 3 Ondrej Holy 2015-02-18 15:11:18 UTC
Review of attachment 295906 [details] [review]:

Looks good, thanks!
Comment 4 Ross Lagerwall 2015-02-18 18:32:11 UTC
Pushed to master as 5a4cc41acbf026fd640e16f6323482fb366bfb19. Thanks for the review.