summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/27_io/filesystem
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2021-02-09 16:53:56 +0000
committerJonathan Wakely <jwakely@redhat.com>2021-02-09 16:54:41 +0000
commitbfdb7b8c6f54807789471705a8fcd03bab3d7fc3 (patch)
tree65bacb57689053304f9243d1888899b907a5bc64 /libstdc++-v3/testsuite/27_io/filesystem
parent92941cea2f05a8cf79fc71aa39fa948dcfb82d7a (diff)
libstdc++: Clear up directories created by tests
libstdc++-v3/ChangeLog: * testsuite/27_io/filesystem/operations/remove_all.cc: Remove test directory after making it writable again. * testsuite/experimental/filesystem/operations/remove_all.cc: Likewise.
Diffstat (limited to 'libstdc++-v3/testsuite/27_io/filesystem')
-rw-r--r--libstdc++-v3/testsuite/27_io/filesystem/operations/remove_all.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/27_io/filesystem/operations/remove_all.cc b/libstdc++-v3/testsuite/27_io/filesystem/operations/remove_all.cc
index ee16d67debd..986a8dfb2ae 100644
--- a/libstdc++-v3/testsuite/27_io/filesystem/operations/remove_all.cc
+++ b/libstdc++-v3/testsuite/27_io/filesystem/operations/remove_all.cc
@@ -171,6 +171,8 @@ test04()
}
fs::permissions(dir, fs::perms::owner_write, fs::perm_options::add);
+ fs::remove_all(dir, ec);
+ f.path.clear();
#endif
}