We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ad123 commit 26a141bCopy full SHA for 26a141b
2 files changed
tests/10_basic.tst
@@ -22,6 +22,5 @@ function test_dmg_has_correct_permissions() {
22
}
23
24
function teardown() {
25
- umount $mount_dir
26
- rm -Rf $mount_dir
+ umount $mount_dir && rm -Rf $mount_dir
27
tests/20_allow_other.tst
@@ -12,6 +12,5 @@ function test_dmg_has_correct_permissions() {
12
13
14
15
16
17
0 commit comments