summaryrefslogtreecommitdiff
path: root/tests/06_dir_diff.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/06_dir_diff.sh')
-rwxr-xr-xtests/06_dir_diff.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/06_dir_diff.sh b/tests/06_dir_diff.sh
index cc86793..3d8fd13 100755
--- a/tests/06_dir_diff.sh
+++ b/tests/06_dir_diff.sh
@@ -11,7 +11,7 @@ TEST_TOOLS=$3
############# Test specific code ############
-function setup {
+setup () {
mkdir $ORIGIN/a && \
mkdir $TARGET/a && \
echo "1" > $TARGET/a/1 && \
@@ -19,7 +19,7 @@ function setup {
chmod 707 $TARGET/a
}
-function check_results {
+check_results () {
test -d $ORIGIN/a && \
test -f $ORIGIN/a/1 && \
check_same_mode $ORIGIN/a $TARGET/a #&& \