summaryrefslogtreecommitdiff
path: root/tests/07_dir_add_remove.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/07_dir_add_remove.sh')
-rwxr-xr-xtests/07_dir_add_remove.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/07_dir_add_remove.sh b/tests/07_dir_add_remove.sh
index fe34a0e..eed19d2 100755
--- a/tests/07_dir_add_remove.sh
+++ b/tests/07_dir_add_remove.sh
@@ -11,14 +11,14 @@ TEST_TOOLS=$3
############# Test specific code ############
-function setup {
+setup () {
mkdir -p $ORIGIN/remove/1/2/3/4 && \
mkdir -p $TARGET/add/4/3/2/1 && \
chown -h :cdrom $TARGET/add
chown -h :cdrom $TARGET/add/4/3/2/1
}
-function check_results {
+check_results () {
test -d $ORIGIN/add/4/3/2/1 && \
test ! -d $ORIGIN/remove && \
check_same_mtime $ORIGIN/add $TARGET/add && \