summaryrefslogtreecommitdiff
path: root/tests/02_symlink_add_remove.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/02_symlink_add_remove.sh')
-rwxr-xr-xtests/02_symlink_add_remove.sh4
1 files changed, 0 insertions, 4 deletions
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 && \