From 26e8de5c385a5597d71b4aba4bb18dd1aa0ff604 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Wed, 21 Nov 2007 03:54:17 -0500 Subject: [PATCH] add new rmdir test --- brm.conf | 1 + default.conf | 1 + t-rmdir.sh | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++ thor.conf | 1 + 4 files changed, 101 insertions(+) create mode 100755 t-rmdir.sh diff --git a/brm.conf b/brm.conf index 45f0b79..2582e2c 100644 --- a/brm.conf +++ b/brm.conf @@ -20,6 +20,7 @@ ALL_TESTS=" t-readdir.sh t-rename-matrix.sh t-rename-whiteout.sh + t-rmdir.sh t-symlink.sh t-truncate-all.sh t-unlink-whiteout.sh diff --git a/default.conf b/default.conf index ccbfd37..3289554 100644 --- a/default.conf +++ b/default.conf @@ -22,6 +22,7 @@ ALL_TESTS=" t-readdir.sh t-rename-matrix.sh t-rename-whiteout.sh + t-rmdir.sh t-symlink.sh t-truncate-all.sh t-unlink-whiteout.sh diff --git a/t-rmdir.sh b/t-rmdir.sh new file mode 100755 index 0000000..93a6b58 --- /dev/null +++ b/t-rmdir.sh @@ -0,0 +1,98 @@ +#!/bin/sh + +source scaffold + +# initial directories +function directories { +cat <