From 89fd8c09238b252b7e66c803937ddc9e8b5e2cd2 Mon Sep 17 00:00:00 2001 From: Alberto Date: Mon, 3 Oct 2011 15:57:38 +0100 Subject: Additions to the testing README --- tests/02_symlink_add_remove.sh | 4 ---- tests/03_regular_file_add_remove.sh | 4 ---- 2 files changed, 8 deletions(-) (limited to 'tests') diff --git a/tests/02_symlink_add_remove.sh b/tests/02_symlink_add_remove.sh index e4b81a9..6fe54d8 100755 --- a/tests/02_symlink_add_remove.sh +++ b/tests/02_symlink_add_remove.sh @@ -11,16 +11,12 @@ TEST_TOOLS=$3 ############# Test specific code ############ -# This test checks that normal files content and metadata are - function setup { ln -s /foo $ORIGIN/remove && \ ln -s /bar $TARGET/add && \ chown -h :cdrom $TARGET/add } -# check_same_mtime FILE_A FILE_B - function check_results { test -L $ORIGIN/add && \ test ! -L $ORIGIN/remove && \ diff --git a/tests/03_regular_file_add_remove.sh b/tests/03_regular_file_add_remove.sh index f8b5652..cdf3eab 100755 --- a/tests/03_regular_file_add_remove.sh +++ b/tests/03_regular_file_add_remove.sh @@ -11,16 +11,12 @@ TEST_TOOLS=$3 ############# Test specific code ############ -# This test checks that normal files content and metadata are - function setup { touch $ORIGIN/remove && \ echo 1 > $TARGET/add && \ chown -h :cdrom $TARGET/add } -# check_same_mtime FILE_A FILE_B - function check_results { test -f $ORIGIN/add && \ test ! -f $ORIGIN/remove && \ -- cgit v1.2.1