Diff for /embedaddon/rsync/testsuite/fuzzy.test between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/17 15:09:30 version 1.1.1.2, 2021/03/17 00:32:36
Line 1 Line 1
 #! /bin/sh  #! /bin/sh
   
# Copyright (C) 2005 by Wayne Davison <wayned@samba.org># Copyright (C) 2005-2020 Wayne Davison
   
 # This program is distributable under the terms of the GNU GPL (see  # This program is distributable under the terms of the GNU GPL (see
 # COPYING).  # COPYING).
Line 12 Line 12
 mkdir "$fromdir"  mkdir "$fromdir"
 mkdir "$todir"  mkdir "$todir"
   
cp -p "$srcdir"/rsync.c "$fromdir"/rsync.ccp_p "$srcdir"/rsync.c "$fromdir"/rsync.c
 cp_touch "$fromdir"/rsync.c "$todir"/rsync2.c  cp_touch "$fromdir"/rsync.c "$todir"/rsync2.c
 sleep 1  sleep 1
   

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>