search for: test_skipped

Displaying 4 results from an estimated 4 matches for "test_skipped".

2024 Feb 15
1
tests for clone-dest
...--------- #!/bin/sh # Copyright (C) 2024 by Joseph Maher <github at josephmaher.org> # This program is distributable under the terms of the GNU GPL (see COPYING) # # Check that the --clone-dest option makes reflinks as requested . "$suitedir/rsync.fns" test -f /sbin/mkfs.btrfs || test_skipped "Can't find mkfs.btrfs (only available on Linus with btrfs support)" test -f /usr/bin/btrfs-search-metadata || test_skipped "Can't find btrfs-search-metatadata from python3-btrfs (only available on Linux)" # make a btrfs filesystem and mount it truncate -s 115M $scratch...
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/\"" "$fromdir&q...
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" +ch...
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 -avH -...