summaryrefslogtreecommitdiff
path: root/tests/giomm_ioerror
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@src.gnome.org>2008-12-13 05:15:46 +0000
committerJonathon Jongsma <jjongsma@src.gnome.org>2008-12-13 05:15:46 +0000
commit96765082aab66914802b7cd49fe91554acaf5104 (patch)
treefb17eb33874c8876e385e3724624606f72b4fc0c /tests/giomm_ioerror
parent06778c5927271a4a08f18e277e4b80c4096b16e9 (diff)
downloadglibmm-96765082aab66914802b7cd49fe91554acaf5104.tar.gz
Fix tests to use standard filenames
svn path=/trunk/; revision=761
Diffstat (limited to 'tests/giomm_ioerror')
-rw-r--r--tests/giomm_ioerror/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/giomm_ioerror/main.cc b/tests/giomm_ioerror/main.cc
index e8c76b70..28b92178 100644
--- a/tests/giomm_ioerror/main.cc
+++ b/tests/giomm_ioerror/main.cc
@@ -21,7 +21,7 @@ int main(int argc, char** argv)
try
{
- Glib::RefPtr<Gio::File> file = Gio::File::create_for_path("/home/murrayc/test.txt");
+ Glib::RefPtr<Gio::File> file = Gio::File::create_for_path("/etc/fstab");
if(!file)
std::cerr << "Gio::File::create_for_path() returned an empty RefPtr." << std::endl;