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