summaryrefslogtreecommitdiff
path: root/tests/00_regular_file_diff.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/00_regular_file_diff.sh')
-rwxr-xr-xtests/00_regular_file_diff.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/00_regular_file_diff.sh b/tests/00_regular_file_diff.sh
index 4eb6672..3bd3310 100755
--- a/tests/00_regular_file_diff.sh
+++ b/tests/00_regular_file_diff.sh
@@ -14,14 +14,14 @@ TEST_TOOLS=$3
ORG_FILE=$ORIGIN/b.txt
TGT_FILE=$TARGET/b.txt
-function setup {
+setup () {
echo 1 > $ORG_FILE && \
echo 2 > $TGT_FILE && \
chown :cdrom $TGT_FILE && \
chmod 707 $TGT_FILE
}
-function check_results {
+check_results () {
check_content $ORG_FILE "2" && \
check_perm $ORG_FILE 707 && \
check_group $ORG_FILE cdrom && \