summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index 90ef066..bb24fe0 100755
--- a/tests.sh
+++ b/tests.sh
@@ -105,7 +105,12 @@ function test_0014() {
find_diff "$1" -writable
}
-for i in {1..14}; do
+function test_0015() {
+ basic_structure "$1"
+ find_diff "$1" -empty
+}
+
+for i in {1..15}; do
dir="$(mktemp -d "${TMPDIR:-/tmp}"/bfs.XXXXXXXXXX)"
test="test_$(printf '%04d' $i)"
"$test" "$dir"