summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-07-22 21:46:55 +0200
committerOskar <[email protected]>2024-07-22 21:46:55 +0200
commit931180350725b1675179484130b16aa09dca711a (patch)
tree48952e45f2c1e2d97b873a6a3897e6cab8b812f4 /test
parent0e62cf93c8f27f75c55973a1be6f6cf0d47759e4 (diff)
more test scripts to generate files and directories, and some improvements
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_dirs_subdirs.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/test_dirs_subdirs.sh b/test/test_dirs_subdirs.sh
new file mode 100755
index 0000000..7349272
--- /dev/null
+++ b/test/test_dirs_subdirs.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+mkdir -p testdir/testdir2/testdir3/{td1,td2,td3,td4,td5}
+
+cd testdir
+../gentestfiles.sh
+cd testdir2/testdir3/td1
+../../../../gentestfiles.sh
+cd ../td2
+../../../../gentestfiles.sh