summaryrefslogtreecommitdiff
path: root/tests/test-rofiles-fuse.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-rofiles-fuse.sh')
-rwxr-xr-xtests/test-rofiles-fuse.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-rofiles-fuse.sh b/tests/test-rofiles-fuse.sh
index 7b7474d0..1e09711c 100755
--- a/tests/test-rofiles-fuse.sh
+++ b/tests/test-rofiles-fuse.sh
@@ -41,7 +41,7 @@ rofiles-fuse checkout-test2 mnt
cleanup_fuse() {
fusermount -u ${test_tmpdir}/mnt || true
}
-trap cleanup_fuse EXIT
+libtest_exit_cmds+=(cleanup_fuse)
assert_file_has_content mnt/firstfile first
echo "ok mount"