search for: test_skip

Displaying 3 results from an estimated 3 matches for "test_skip".

Did you mean: ext_skip
2002 Aug 29
0
PATCH: Fix IRIX 6 testsuite failures
...========================================================= RCS file: testsuite/RCS/chown.test,v retrieving revision 1.1 diff -up -r1.1 testsuite/chown.test --- testsuite/chown.test 2002/03/22 06:07:50 1.1 +++ testsuite/chown.test 2002/08/29 17:11:24 @@ -31,7 +31,7 @@ chown 5001 "$name2" || test_skipped "Can chgrp 5002 "$name1" || test_skipped "Can't chgrp (probably need root)" chgrp 5003 "$name2" || test_skipped "Can't chgrp (probably need root)" -checkit "rsync -aHvv \"$fromdir/\" \"$todir/\"" "$fromdi...
2002 Jun 15
0
[PATCH] make test patch.
...tsuite/devices.test rsync-2.5.5/testsuite/devices.test --- rsync-2.5.5.orig/testsuite/devices.test 2002-03-22 07:09:09.000000000 +0100 +++ rsync-2.5.5/testsuite/devices.test 2002-06-15 07:47:00.000000000 +0200 @@ -22,7 +22,7 @@ mkdir "$fromdir" mknod "$fromdir/char" c 42 69 || test_skipped "Can't create char device node unless root" mknod "$fromdir/block" b 42 69 || test_skipped "Can't create block device node unless root" -checkit "rsync -aHvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"...
2003 Feb 04
0
Rsync 2.5.6 ssh-basic.test patch
...======================================================= RCS file: /cvsroot/rsync/testsuite/ssh-basic.test,v retrieving revision 1.5 diff -u -r1.5 ssh-basic.test --- testsuite/ssh-basic.test 22 Mar 2002 06:07:50 -0000 1.5 +++ testsuite/ssh-basic.test 3 Feb 2003 20:02:44 -0000 @@ -23,7 +23,20 @@ test_skipped "Skipping SSH tests because ssh conection to localhost not authorised" fi +# Added by Steve Bonds Feb 2 2003 +# Without this, there are no files in the ${FROM} directory, so rsync has +# nothing to do. +hands_setup + runtest "ssh: basic test" 'checkit "$RSYNC -av...