We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c83754 commit 7b7a15eCopy full SHA for 7b7a15e
2 files changed
tests/10_basic.sh
@@ -1,5 +1,6 @@
1
2
function setup() {
3
+ test ! -z "$TEST_BUNDLE"
4
mount_dir=$(mktemp -d)
5
sparsebundlefs -s -f -D $TEST_BUNDLE $mount_dir &
6
for i in {0..50}; do
tests/20_allow_other.sh
sparsebundlefs -s -f -D -o allow_other $TEST_BUNDLE $mount_dir &
0 commit comments