diff options
Diffstat (limited to 'tests/giomm_ioerror')
-rw-r--r-- | tests/giomm_ioerror/main.cc | 2 |
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; |